Updating changelog.
[monky] / ChangeLog
1 2009-03-15
2         * Added extra newline patch, sf.net id #2638601 (thanks Ali)
3         * Disk i/o support on FreeBSD patch, sf.net id #2657227 (thanks Nikos)
4         * Added gauge widget patch, sf.net id #2676128 (thanks Aner)
5
6 2009-03-07
7         * Added alias patch ( sf.net id #2663691 ) changed it to prevent it from
8         overwriting existing environment variables and updated docs, syntaxfiles, ...
9
10 2009-03-01
11         * Added if_updatenr
12         * Rewrite human_readable() to minimise amount of padding
13         * Fix padding in temp_print()
14         * Fix padding of $processes and $running_processes
15
16 2009-02-17
17         * Added $battery_short patch, sf.net id #2300911 (thanks Swoog)
18         * Patch by Kim Holviala sf.net id #2484548:
19                 * change the height of execbar and execibar to be the same as other
20                 bars have by default (6 pixels)
21                 * treat mixer values as percentages as they're usually 0-100 (switch
22                 to spaced_print() with pad_percents)
23                 * change temp_print() from snprintf() to spaced_print()
24                 * remove decimals from temp_print() as none of the current sources can
25                 supply values smaller than 1 degree (C or F, doesn't matter)
26                 * fix number printing in human_readable()
27                 * network $upspeed and $downspeed now use human_readable()
28         * Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
29         * Fix nvidia memory frequency reading patch sf.net id #2493134
30         * Patch to clarify things in conky.conf sf.net id #2548805 (thanks
31         Carpathia).
32         * Fix shown battery status when the battery is not charging any more but
33         is not full charged patch sf.net id #2556056 (thanks Martin)
34         * Extended support for local Maildir patch sf.net id #2561323 (thanks
35         Nicolas)
36         * XMMS2 fix and refactoring patch sf.net id #2579357 (thanks Tamim)
37         * Null mpd variables should have an empty string patch sf.net id #2564747
38
39 2009-02-15
40         * Added out_to_x
41
42 2009-02-12
43         * Added overwrite_file and append_file
44
45 2009-02-10
46         * Added out_to_stderr
47
48 2009-02-08
49         * Refactor top code, add top_time to sort by process cpu time (thanks
50         sohalt).
51
52 2009-01-04
53         * Drop --enable-smapi and use --enable-ibm instead
54         * Make ibm-acpi objects optional (--enable-ibm)
55
56 2008-12-20
57         * Add if_match object comparing strings, floats and ints
58
59 2008-12-18
60         * Fix segfault for diskiograph*, note the changed order of arguments
61         * Fix documentation for all graph objects
62
63 2008-12-17
64         * Make gateway objects also detect routes with missing RTF_GATEWAY flag
65
66 2008-12-15
67         * Have a maximum width for all variable length mpd vars
68         * Patch to allow escaping newlines in the config (thanks Itai)
69
70 2008-12-14
71         * Fix disk_protect for linux-2.6.27 (and hopefully above)
72         * Improve behaviour of $pb_battery
73
74 2008-12-09
75         * Add an option to timed_thread_test() to not wait for the interval period
76         (so that IMAP IDLE works better)
77
78 2008-12-08
79         * Fix runtime debugging macros again
80         * Big hddtemp rewrite
81         * Remove README from git and ignore it
82         * Remove obsolete documentation
83
84 2008-12-07
85         * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
86         tracker bug #2166612)
87         * Allow more than 9 CPUs for CPU stats (bug 2155500)
88         * Fix broken $execbar (bug 2133709)
89         * Don't put unit with hddtemp values for consistency (bug 2133107)
90         * Limit $battery_percent to 100 (bug 2145006)
91         * Fix runtime debugging macros
92         * Make unit of all temperature objects selectable
93         * Make Conky in dock mode a withdrawn window
94
95 2008-12-06
96         * Switching from svn to git repository.  The repo can be viewed from
97         http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
98         git clone git://git.omp.am/conky.git
99         * Fix for wrong usage of strncat (thanks Pavol)
100         * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
101         running (thanks Lassi)
102         * Fix for buffer overflow with $execi (thanks Cesare)
103         * Fetch volume through Audacious API (thanks Erik)
104
105 2008-12-06
106         * Removed duplicate sanity check for diskio
107
108 2008-11-30
109         * Added runtime debugging output
110
111 2008-11-29
112         * Added template support
113
114 2008-10-08
115         * Applied OpenBSD patches
116         * Added $if_mpd_playing patch (thanks tarpman)
117
118 2008-09-24
119         * Introduced (buggy) support for IMAP IDLE
120         * Added support for MOC (the console audio player) (thanks henux)
121         * Added scroll step patch (thanks asto)
122
123 2008-09-11
124         * Maybe fix missing include bug
125         (http://bugs.gentoo.org/show_bug.cgi?id=235233)
126         * Improve timed_thread interval timing
127         * Improve Conky's overall interval timing
128         * Added small patch to support negative values (such as negative disk
129         capacity) (thanks hinokind)
130
131 2008-09-10
132         * Improved hddtemp support
133
134 2008-09-07
135         * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
136         * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
137         * Small fix for nvidia mem freq (thanks Cezary)
138
139 2008-08-14
140         * Conky 1.6.1 released
141         * Fix compile error when MPD support not enabled
142
143 2008-08-05
144         * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
145
146 2008-08-03
147         * Smaller $nvidia improvements
148
149 2008-07-29
150         * Added missing header to package dist
151
152 2008-07-21
153         * Conky 1.6.0 released
154
155 2008-07-16
156         * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
157
158 2008-07-06
159         * Made log/normal argument for graphs optional
160
161 2008-07-03
162         * Solve linking on problems on some systems (like Debian's Lenny)
163
164 2008-07-01
165         * Add libgnu convenience lib, modules stdio and getaddrinfo.
166         * Configure option for mathfunctions
167
168 2008-06-29
169         * Fixed missing entries in Makefile.am
170         * Get rid of obsolete gethostbyaddr and getservbyport
171
172 2008-06-28
173         * Added sysfs AC adapter support patch (thanks Byron)
174         * Added support for EVE-Online skill monitoring (thanks Asbjørn)
175
176 2008-06-25
177         * new variables smapi_bat_temp and smapi_bat_power
178         * improved docs for freq_dyn* variables
179
180 2008-06-21
181         * Replaced the global text_object array and count with a
182         text_object_list
183         * Renamed various vars
184         * Removed redundancy in various parts
185
186 2008-06-20
187         * Use output_methods instead of out_to_console
188         * Made some functions non-inline to compile with gcc 4.2 and higher
189
190 2008-06-19
191         * Fixed compilation issues with --enable-testing
192         * Refactored format_seconds and format_seconds_short
193         * Changed addr to print "No Address" when there is no address
194         * Removed redundancy in various parts
195         * Split help output into a separate function
196
197 2008-06-17
198         * Made defines of magic numbers
199
200 2008-06-16
201         * Moved audacious defs into header
202         * Fixed 3 bufferoverflows in a struct utmp in users.c
203
204 2008-06-09
205         * Graphs can now be logarithmic (except execigraph)
206
207 2008-06-08
208         * Bugfix, $memgraph wasn't working and needed docs
209         * Code for $lines and $words
210         * Bugfix, $execgraph showed 0-0 instead of 0-100 values
211
212 2008-06-07
213         * Case-insensitive values for if_up_strictness 
214         * Fix bug where DEV_NAME can read uninitialised memory
215         * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
216         each update instead of just 1 line
217
218 2008-06-06
219         * Code for $scroll
220         * Code for $memfree and $memeasyfree
221
222 2008-06-05
223         * Fix bug where conky prints everything twice to STDOUT when
224         out_to_console is enabled
225         * Code for show_graph_range
226         * Code for $monitor and $monitor_number
227
228 2008-06-04
229         * Fix bug where conky tries to free a already freed pointer when you
230         use gw_iface with a empty routingtable in linux
231         * Fix bug where conky tries to tries to display deleted chars in a
232         string (chars followed by a backspace-char) causing strange output.
233
234 2008-06-03
235         * Added NVIDIA Graficcard support patch (thanks meissna)
236         * Added --quiet patch (thanks sceptik)
237
238 2008-05-30
239         * Simplified docs for color0-9 config settings and variables.
240         * Improved $if_up for configurable behaviour.
241
242 2008-04-29
243         * own_window_type dock patch (thanks Morgan).
244         * Fix for $if_up memleak (thanks Micha¿).
245
246 2008-04-12
247         * Added patch for the following (thanks larsko):
248                 * New $loadgraph to show a graph of load averages,
249                 * add "show_graph_scale" option to turn off/on the showing of the
250                 current max value for the graph,
251                 * minor code fixes,
252                 * update nano and vim syntax highlighting stuff.
253
254 2008-04-10
255         * Getting rid of goto usage throughout code.
256         * Fix bug due to usage of gethostbyname() in threads (which is not
257         reentrant) by using gethostbyname_r() when available.
258         * Added patch for battery_time problem on 2.6.24 (thanks wedge).
259         * Added patch to fix broken xmms2 stuff (thanks sleipner).
260         * Added patch to fix SIGHUP/SIGUSR1 segfault (thanks norsetto).
261         * Added patch to improve $if_up (thanks Aseem).
262
263 2008-04-02
264         * Added patch to use mail_spool correctly (thanks Kapil)
265         * Replacing strdup() with strndup() throughout
266
267 2008-04-01
268         * Fixed segfault when configuration doesn't contain TEXT block (thanks
269         Pippijn).
270
271 2008-03-31
272         * Conky 1.5.1 released.
273         * Added --enable-testing configure option to use insane compiler flags.
274
275 2008-03-30
276         * Added mem_res and mem_vsize to $top.
277         * Improved parsing of $diskio*, $disk_protect and $ioscheduler args.
278
279 2008-03-29
280         * Increased C99 compliance.
281         * Fixed potential segfault in get_ioscheduler().
282         * Implemented upwards path traversal for fs_type.
283         * Fixed bug in libmpdclient that caused file descriptors to be left open.
284         * Cleaned up output of battery_* vars.
285
286 2008-03-28
287         * Fixed messed up percentages (fs_free_perc, fs_used_perc, mpd_percent,
288         battery_percent).
289
290 2008-03-24
291         * Fixed for specifying a non-existent configuration file.
292         * Added disk_protect.
293         * Fixed too many open files bug in laptop_mode.
294         * Fixed reading interface adresses.
295         * Fixed battery_bar default size.
296
297 2008-03-23
298         * Fixed compilation with --disable-x11.
299         * Fixed linux.c compilation problem due to (suspected) broken linux
300         headers.
301         * $battery_bar sysfs fix (thanks Marcus).
302
303 2008-03-22
304         * Conky 1.5.0 released.
305         * Smapi review: improved code, fixed memleaks and smapi_bat_perc when
306         using pad_percents.
307         * Fixed spaced_print, so pad_percents should now work as expected.
308         * Removed a line of dead code.
309         * Added support for displaying the default gateway.
310         * Support displaying current laptop_mode.
311         * Per-disk IO scheduler information now available.
312         * Support printing current nameservers.
313
314 2008-03-20
315         * Added CRLF characters to POP3 and IMAP stuff (should play nicer with
316         some servers now).
317         * Added preliminary support for parsing the output of external commands
318         (via $execp and $execpi).
319         * Applied FreeBSD total memory patch (thanks Nikos).
320
321 2008-03-19
322         * Fixed a number of small memory leaks.
323         * Performed some minor profiling on Conky; reduced text_buffer_size
324         default to 128 bytes to improve performance.
325         * Fixed some minor bugs introduced by new patches.
326
327 2008-03-17
328         * Applied 12 patches:
329                 1) sysfs battery support (for Linux >=2.6.24) (thanks Kapil)
330                 2) Improved audacious support patch (thanks Miroslav)
331                 3) tp_smapi support patch for IBM laptops (thanks Phil)
332                 4) user info patch (thanks Roland)
333                 5) added conky build info patch (thanks Roland)
334                 6) added if_up patch (thanks Phil)
335                 7) added reload on SIGHUP patch (thanks Jonas)
336                 8) added pad percentages patch (thanks Jonas)
337                 9) added fs_type patch (thanks Ryan)
338                 10) added xmms2 fixes patch (thanks Lassi)
339                 11) fix sysfs crash patch (thanks Phil)
340                 12) multiple ip patch ($addrs).
341         * Added more alignment support (top_middle, bottom_middle, middle_left,
342         and middle_right).
343
344 2008-02-08
345         * Applied 2 patches:
346                 1) Add diskio for individual devices.
347                 2) Improved output of units, added "short_units" option.
348
349 2008-01-05
350         * Applied some more submitted patches:
351                 1) Add long forms of (most of) the command-line options.
352                 2) Added an option (top_cpu_separate) that emulates top's "separate
353                 cpus" option.  Processor usage is shown as a percentage of a
354                 single processor on your system, instead of a percentage
355                 of all processors combined.
356                 3) Adds a parameter (time) to top and top_mem that will show the
357                 cumulative CPU time of a process.
358                 4) Simplified integer rounding.
359                 5) Fixed the window width when a goto is used.
360                 6) Fixed the window width when an offset is used.
361                 (thanks Kevin Lyles).
362
363 2007-12-31
364         * Applied submitted patches:
365                 1) to suport Debian's kFreeBSD;
366                 2) to use realtime clock in timed threads and
367                 3) to fix get_ibm_acpi_volume zero value bug
368                 (thanks Kapil Hari Paranjape).
369
370 2007-11-22
371         * Conky 1.4.9 released.
372
373 2007-11-18
374         * Added Gentoo USE flag audacious-legacy for Audacious legacy support.
375
376 2007-11-16
377         * Added support for Audacious 1.4.0 and legacy versions via
378                         --enable-audacious=yes|no|legacy.
379
380 2007-11-14
381         * Fix compilation error with --disable-x11 (bug #1830373).
382         * Bump doc stylesheet from 4.3 to 4.4.
383
384 2007-10-31
385         * Fix mpd_smart bug #1822773.
386
387 2007-10-23
388         * Externalize default config file: ${sysconfdir}/conky/conky.conf
389
390 2007-10-21
391         * Initialize music_player_interval so built-in .conkyrc actual works.
392         * Lower timed_thread minimum timing interval from 50 usecs to 10 usecs.
393         * Separate timed thread asserts for clarity.
394         * Remove ${tail /var/log/Xorg.0.log} from default text.
395         * Update vim/nano syntax files.
396
397 2007-10-18
398         * Conky 1.4.8 released.
399
400 2007-10-17
401         * doc/man fixes 1810328 & 1813483.
402         * struct alignment patch 1812924 (sohalt).
403
404 2007-10-02
405         * Multiple mailbox patch (thanks Ben Kibbey).
406
407 2007-09-28
408         * Small fix for $ibm_volume (thanks Kapil Hari Paranjape).
409         * Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey).
410
411 2007-09-01
412         * Improved performance slightly.
413         * Added 'music_player_interval' config option to specify an update interval for
414                         music player threads (currently honored by mpd and audacious).
415         * Fixed some minor memory leaks associated with SIGUSR1.
416         * Zero out imap and pop3 stuff when the connection fails.
417
418 2007-08-31
419         * _Really_ fix mpd SIGPIPE issues.
420         * Fix timed thread race condition, seen esp. on new kernel scheduler (cfs).
421         * Fix $audacious_title not being displayed when no length argument indicated.
422
423 2007-08-30
424         * Conky 1.4.7 released.
425         * Check for pkg-config >=0.19.
426         * Use timed_thread for mpd.
427
428 2007-08-27
429         * Fixed issue with SIGPIPE and mpd.
430         * Updated COPYING (with more clarifications).
431
432 2007-08-14
433         * Updated vim/nano syntax files.
434
435 2007-08-12
436         * Added $hwmon var, similar to $i2c and $platform.
437
438 2007-08-12
439         * Added var $platform which is similar to $i2c and accommodates the conversion
440           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
441         * Removed config item post_21_kernel since it forced all i2c device lookups
442           to go to /sys/bus/platform/devices and some people may need a mix of both
443                 i2c and platform devices.
444
445 2007-08-10
446         * Clarifying licensing
447
448 2007-08-08
449         * RSS support
450         * Wireless support for Linux
451
452 2007-08-05
453         * Conky 1.4.6 released
454         * Updated to libmpdclient 0.13.0
455         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
456         so i2c works properly
457
458 2007-08-04
459         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
460         * Added support for multiple batteries when using acpi (thanks Phil)
461         * a bunch of code cleanups (thanks Psychon)
462         * added max length paramater to mpd_title (thinks fow)
463         * a number of small bug fixes
464
465 2007-07-15
466         * Fix PID display, patch #1753934.  thanks sohalt.
467         * Fix displaying 4 GB traffic after reloading network driver,
468                         patch #1754260.  thanks sohalt.
469
470 2007-06-21
471         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
472
473 2007-04-25
474         * Added color[0-9] variable patch (thanks jieryn)
475
476 2007-04-05
477         * Added if_empty patch (thanks Erik)
478         * Added if_existing patch for string matching (thanks cromka)
479         * Added hwmon support (thanks flitsch)
480         * Some xmms2 updates (thanks sleipner)
481         * Added $battery_percent and $battery_bar (thanks akash)
482
483 2007-02-25
484         * OpenBSD support added to Conky (thanks hifi)
485         * Updated mboxscan stuff (thanks calmar)
486
487 2007-02-25
488         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
489           network code from trunk/conky1.
490
491 2007-02-14
492         * Include missing mboxscan.h in conky.h.
493         * Fixed signedness warnings in conky.c.
494
495 2007-02-11
496         * Added buffer_text_size option to change the size of the buffer for
497         things like $exec, $tail, et cetera
498         * Added $mboxscan which lets you display the Subject and From fields
499         from recent email in an mbox file
500         * Disambiguated (is that a word?) $cpu docs
501
502 2007-01-14
503         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
504
505 2007-01-09
506         * API change (timing in milliseconds) for dexter_timedsampler_new ().
507
508 2007-01-07
509         * Add config.rpath (created by gettextize -copy) to distribution
510           to satisfy AM_ICONV.
511         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
512
513 2006-12-29
514         * Update svn ebuild to new sourceforge url scheme.
515                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
516         * Added head/tail rewrite patch (thanks Ryan Twitchell)
517         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
518
519 2006-12-26
520         * Clear conky vars on disconnect/failure to open files.
521
522 2006-12-23
523         * Updated to libmpdclient 0.12.0
524
525 2006-12-22
526         * client/server infrastructure and prototype for linux only (so far):
527                 - requires libdexter (http://sourceforge.net/projects/libdexter)
528                 and the dxt-sysinfo plugin (svn only at the moment).
529         * new config items:
530                 - dexter_client yes/no
531                 - dexter_server yes/no
532                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
533                 - own_window_class <WM Class Name> (default: Conky)
534                         - replaces wm_class_name
535                 - own_window_title <Window Title> (default: <hostname> - conky)
536         * removed config items:
537                 - wm_class_name (use own_window_class, same function)
538         * configure changes:
539           --disable-network (default=yes) with auto-detection for libdexter.
540                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).
541                         HAVE_SYSINFO and others determine if /proc/uptime is used.
542                 - silently disable xft, double-buffer and xdamage if no x11.
543                 - change enable/disable labels to reflect defaults accurately.
544                 - simplified compile-based checks for sysinfo/getloadavg and by moving
545                   them into AC_CHECK_FUNCS.
546         * allow decorated, own_window=yes windows to be given input focus by WM:
547                 - do not pass button clicks through to desktop in this scenario as conky
548                   immediately loses focus.
549
550 2006-12-13
551         * Clarify LGPL license on timed_thread modules.
552         * Update NEWS files.
553
554 2006-12-12
555         * Split battery variable into two:
556                 battery, e.g. "charging 75%" and
557                 battery_time, e.g. "3h 15m".
558         * Conky 1.4.5 released.
559
560 2006-12-11
561         * Close pop3/imap sockets.
562         * Fix outstanding battery issues.
563
564 2006-12-10
565         * Fix peek table bug with new portmon code.
566
567 2006-12-09
568         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
569         due to licensing issue noted by Fedora Core packagers.
570         * Eliminated config items:
571                 min_port_monitors,
572                 min_port_monitor_connections
573         * Added config item:
574                 max_port_monitor_connections
575
576 2006-11-30
577         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
578         for the crypto freaks.  Idea suggested by Perttu Luukko
579         <nuteater@users.sourceforge.net> in feature request 1497050.
580         * Added max length specifier to audacious_title.  Closes
581         feature request #1600631.
582
583 2006-11-28
584         * Rearrange retry attempts in pop3 and imap code, removing sleep()
585         calls which cause the whole process to sleep, not just the thread.
586
587 2006-11-22
588         * Added max_specials config item with default 512.  This should
589         close bug #1574523 for real this time.  Thanks to John Harrigan
590         <jfharrigan@fedex.com> for this one.
591
592 2006-11-21
593         * Changed autotools for subversion versioning.
594         * Updated svn ebuild for gentoo.
595         * Documentation updates for clarity, i.e. close bug #1599041.
596
597 2006-11-20
598         * fix compile error with --disable-xdamage when Xdamage.h not present.
599
600 2006-11-18
601         * fix bug where present rate var was not being read from acpi battery
602         state file: /proc/acpi/battery/%s/state.
603
604 2006-11-15
605         * Change linkstatus display for use_spacer.  Closes bug #1577580.
606
607 2006-11-14
608         * Fix compile error with --disable-x11.
609         * Add new timed thread abstraction routines.
610         * Convert thread activity to timed threads, including
611         texeci, imap, pop3, audacious.
612         * Change memory vars from unsigned long to unsigned long long
613         to fix reported overflow, e.g. swapmax >= 4Gb.
614
615 2006-11-13
616         * Use pthread_cond_timedwait() instead of sleep() in audacious
617         thread.  Will convert all worker threads to this timing method.
618
619 2006-11-12
620         * Fix freebsd build error.
621         * Minor changes to syntax files.
622         * Conky 1.4.4 released.
623
624 2006-11-11
625         * Add max_user_text to documentation.
626         * Fixed BadWindow bugs (#1568366, #1588384).
627
628 2006-11-10
629         * Remove on_bottom and xmms_player completely.
630         * Closed ibm_temps bug #1591609.
631         * Conky 1.4.3 released.
632
633 2006-11-09
634         * Updated vim and nano syntax coloring scripts.
635         * Added extras/ dir with syntax stuff to distribution tarball.
636
637 2006-11-08
638         * Added new config item 'max_user_text' with default 16384,
639         twice as large as previous hard-coded default of 8192 bytes.
640         Increase as needed to accomodate large config files with a
641         great deal of text.  This closes SF bug #1574523.
642
643 2006-11-07
644         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
645         with fallback to conventional checks.
646         * Fixed segmentation fault on SUGUSR1 bug.
647         * Commented out Imlib2 from configure.ac since it's only partially
648         implemented.
649
650 2006-11-04
651         * Removed broken mldonkey and seti support.
652         * Added Hellf[i]re's nano syntax coloring script to svn.
653
654 2006-11-03
655         * Removed support for Xmms, BMP and Infopipe from conky.
656         The Xmms and Bmp players are projects are dead and distros such
657         as Gentoo are slating them for removal.
658         * Added support for Audacious using new audacious vars.
659
660 2006-10-18
661         * Implement WiFi signal level detection on FreeBSD (patch
662         by Stepan Zastupov)
663
664 2006-10-04
665         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
666         environment variables and fix crash for users with locale
667         name longer than 10 chars (repored by Michael Schwendt)
668
669 2006-09-30
670         * --enable-debug added.
671         * prevent libtool from adding its default CFLAGS
672
673 2006-09-28
674         * Use pkg-config instead of xft-config.
675         * Fix last line bug which had required padding text with extra blank line
676         to see text on last line.
677
678 2006-09-01
679         * Fix type-punning and "differ in signedness" warnings seen with
680         gcc-4.1 -O2.
681
682 2006-08-27
683         * Fix compilation errors when building with --diable-x11; bug #1547164
684
685 2006-08-12
686         * Make configure script print summary info
687         * Make `conky -v` show compiled-in features
688
689 2006-08-10
690         * Added Spock's patches, adding hddtemp, goto and tab variables.
691
692 2006-07-13
693         * Added tztime patch to show time in arbitrary time zones (thanks Ram
694         Yalamanchili)
695
696 2006-06-07
697         * Small battery fix (thanks Nexox, sf.net patch 1500014)
698         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
699
700 2006-05-27
701         * Fixed a bug with $font
702
703 2006-05-24
704         * Xdamage support for composite and pals
705
706 2006-05-23
707         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
708         Tarjan for the patch)
709
710 2006-05-21
711         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
712         patch)
713
714 2006-05-17
715         * Fixed issue with graphs not reaching all the way to the borders
716         (sf.net bug 1470480)
717         * Cleaned up units
718
719 2006-05-15
720         * Conky 1.4.2 released
721
722 2006-05-13
723         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
724         * Added some safety to the threading code
725
726 2006-05-09
727         * Changed $font behavior so that the font persists past the next
728         newline.  It can be set back to the default with $font with no args.
729         (closes bug 1478676 on sf.net)
730
731 2006-05-08
732         * Added simple POP3/IMAP mail clients
733
734 2006-04-23
735         * Added support for PowerBook batteries
736         * Fixed broken $if/$else stuff
737
738 2006-04-15
739         * Added patch from Peter Tarjan to add support for IBM ACPI
740         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
741
742 2006-04-11
743         * Removed sa_restorer crap (may fix some compile errors for some
744         people)
745
746 2006-04-07
747         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
748
749 2006-03-30
750         * Added patch to support new port monitor REMOTESERVICE peekable.
751
752 2006-03-29
753         * Scan port numbers as short.  Fixes debian bug# 359974.
754
755 2006-03-25
756         * Added XMMS2 patch 1456203 from Lassi Selander
757         * Added FreeBSD battery patch 1456008 from Petr Holub
758
759 2006-03-21
760         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
761         Holub <hopet@users.sourceforge.net>)
762
763 2006-03-15
764         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo
765         (Gentoo bug# 125226).
766         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
767         path for conky1.
768
769 2006-03-12
770         * FreeBSD cpu info patch
771         * Conky 1.4.1 released
772
773 2006-03-07
774         * Fixed issue where some WM's don't control conky own_window windows.
775         * Added newly-updated vim file detection and syntax hilighting files to svn.
776         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
777
778 2006-03-06
779         * Fixed battery problems when charged
780         * MPD code handles broken pipe now, instead of just killing conky
781         * Switch from CVS to SVN.  Thanks SourceForge.
782
783 2006-03-05
784         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
785         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
786         * Stop using override_redirect true -- conky back under WM control
787         when using 'own_window yes'.
788         * Fixed texeci breakage when forking to background is on
789
790 2006-02-14
791         * Drastically simplified own_window=yes window creation code.
792         * on_bottom and wm_class_name deprecated (they do nothing)
793
794 2006-02-13
795         * Fixed typo bug in portmon code that caused incorrect monitor data
796         to be displayed.
797
798 2006-02-12
799         * Conky 1.4.0 released
800
801 2006-01-27
802         * Cleaned up texeci code
803
804 2006-01-26
805         * Added freedesktop.org extended window manager hints (EWMH)
806         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
807         Fixes stacking order issues with freedesktop-compliant wm's,
808         such as XFCE4+.
809
810 2006-01-25
811         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
812         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
813         * Fixed xmms.c code to load glib 1.2 shared object lib.
814
815 2006-01-11
816         * Added xmms version 1 support.
817         * Added bmp through 0.9.7.1 support.
818         * Added config item xmms_player: none, xmms, bmp, audacious or
819         infopipe.
820
821 2006-01-07
822         * Added Audacious media player support.
823
824 2006-01-06
825         * Fixed infopipe bug (select() affects timer as a side effect on
826         Linux!)
827
828 2006-01-05
829         * Added draw_graph_borders option
830         * Added XMMS/BMP InfoPipe plugin support
831
832 2006-01-01
833         * Conky 1.3.5 released
834
835 2005-12-31
836         * Fixed bug with use_xft causing ignorance of font selection (sf.net
837         bug 1387564)
838         * Fixed issue with parsing of hex values for colours
839
840 2005-12-30
841         * Added BMPx (http://beep-media-player.org/) support
842
843 2005-12-14
844         * Fixed issues with execi stuff
845
846 2005-12-10
847         * Added sf.net patch 1374576
848
849 2005-12-05
850         * Fixed sf.net bug 1367745
851
852 2005-11-30
853         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921,
854           all variations of the same array out of bounds issue.
855         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
856
857 2005-11-27
858         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
859
860 2005-11-24
861         * Fixed gentoo bug# 113219
862
863 2005-11-23
864         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
865         with synchronous signal processing. set to #undef for previous behavior.
866         * Use POSIX signal api's, not the ANSI signal().
867
868 2005-11-22
869         * Fixed IP address bug (sf.net bug 1359055)
870
871 2005-11-16
872         * Conky 1.3.4 released
873
874 2005-11-12
875         * Replaced bitwise copy of tcp_connection_t with function
876         copy_tcp_connection().
877         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),
878         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
879         eliminating all mallocs.  pkovacs.  See bug 1355470.
880
881 2005-11-11
882         * moved hash sizing code into portmon lib, where it belongs
883         * More mem leaks fixed.
884
885 2005-11-10
886         * Added config items min_port_monitors / min_port_monitor_connections
887
888 2005-11-09
889         * Cleaned up top code, bug fixes
890         * Fixed some memory leaks
891
892 2005-11-08
893         * Fix bug# 1351686.  Patch by boojit.
894         * Fixed 1331576 (I think) with bad cpu usage reporting
895
896 2005-11-01
897         * Documentation updates for compiling and port monitoring
898         * Removed cairo stuff (it's useless)
899
900 2005-10-31
901         * Added statfs sf.net patch 1344493
902
903 2005-10-30
904         * Added tcp port monitor support (pkovacs)
905
906 2005-10-28
907         * Added WM_CLASS patch from sf.net patch 1340825
908
909 2005-10-21
910         * acpi segfault should be fixed (sf.net bug 1330893)
911         * SIGUSR1 bug fixed? (sf.net bug 1330914)
912
913 2005-10-17
914         * Ugly MPD mem leak fixed
915         * Other mem leaks fixed
916         * Fixed thing where conky exits if LC_ALL and friends isn't set
917         * Conky 1.3.3 released
918
919 2005-10-13
920         * Conky 1.3.2 released
921
922 2005-10-10
923         * More MPD objects (sf.net patch 1319461)
924
925 2005-10-07
926         * fixed mldonkey bug? sf.net bug 1316531
927
928 2005-09-30
929         * Linkstatus patch from btlee on f.g.o (see
930         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
931
932 2005-09-29
933         * Fixed build on FreeBSD for non-i386
934         * Made it so top_mem doesn't show all the forks of one process
935
936 2005-09-27
937         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
938
939 2005-09-24
940         * Fixed bug where graphs/bars don't show when maximum_width is enabled
941
942 2005-09-15
943         * Fixed right-alignment bug thanks to Pascal Eberhard
944         * Applied patch 1291420 from sf.net
945         * Fixed issue with whack graph data
946         * Fixed issue with Conky quitting when a file fails to load
947
948 2005-09-11
949         * Fixed bug with xft and double buffer in own window
950         * 1.3.1 released
951
952 2005-09-04
953         * Misc small bug fixes
954
955 2005-09-03
956         * MPD patch (sf.net patch 1281108)
957         * Fixed graph width bug
958
959 2005-08-31
960         * FreeBSD support was added
961         * 1.3.0 released
962
963 2005-08-27
964         * added threaded execi, $texeci
965         * feature freeze
966
967 2005-08-26
968         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
969         * Diskio fixes (sf.net 1274140)
970         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
971         * Far better SMP support
972         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
973
974 2005-08-25
975         * More own_window fixes
976         * applied disk io patch (sf.net patch 1271691)
977         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
978         * removed units from $freq* output
979         * fix for graph config parsing
980         * Added $head, fixed mem leak with $tail
981
982 2005-08-24
983         * More configure and makefile updates
984         * Added scale arg for net graphs
985         * Fixed bug in own_window stuff--amazing fake transparency now works
986         properly
987         * added own_window_colour, own_window_transparent
988
989 2005-08-23
990         * Added maximum_width
991
992 2005-08-22
993         * Added $execibar and $execigraph
994
995 2005-08-21
996         * Moved source into src/, moved docs into doc/
997         * Updated makefiles
998
999 2005-08-20
1000         * Applied patch from zimba-tm, closes patch 1260225
1001         * Fixed ugly gradient bug.  closes bug 1255608
1002         * Added $voffset
1003         * Removed metar code.  It sucked.
1004         * Added $acpitempf for amooricans
1005         * $tail fixes
1006
1007 2005-08-12
1008         * Multiple unit additions and modifications
1009
1010 2005-08-07
1011         * mpd password patch from Joshua Gerrish
1012         * conky can run without X now, use --disable-x11 when configuring
1013 =========================================================================
1014 =========================================================================
1015 2005-08-06
1016         * Conky 1.2 released
1017
1018 2005-08-05
1019         * small fixes
1020         * added CVS ebuild, huge thanks to Hopeless for this
1021
1022 2005-08-04
1023         * special thanks to Citizen_X and his patience
1024         * Citizen_X pwns
1025         * keep shakin' those big 'ol titties
1026         * Citizen_X
1027         * Citizen_X
1028         * Citizen_X
1029         * Citizen_X
1030
1031 2005-08-03
1032         * many small fixes, thanks to those who reported problems
1033
1034 2005-08-02
1035         * dramatically improved how conky handles fonts
1036         * fixed issues with graph args
1037         * fixed shades and outlines
1038
1039 2005-08-01
1040         * stabilized code
1041         * added gradients to graphs (very pretty)
1042         * things
1043         * added $font, yay
1044         * feature freeze; only bugfixes now
1045
1046 2005-07-30
1047         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
1048         $downspeedgraph, and $upspeedgraph
1049         * added override_utf8_locale option
1050         * poop
1051         * $tab patch from jack_mort on f.g.o
1052
1053 2005-07-28
1054         * Added new graphing code, such as $cpugraph
1055         * small fixes all round
1056         * stuff
1057         * things
1058         * added more mpd objects
1059
1060 2005-07-24
1061         * Conky now has UTF-8 support
1062         * Fixed $freq for those with CPU scaling
1063         * Fixed the problem with total_run_times
1064         * Fixed alignment of bars and lines and stuff
1065         * Reduced conky's memory usage (yay!)
1066         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
1067         of cpu
1068
1069 2005-07-17
1070         * Fixed a pile of bugs in configure script
1071         * Added proper checking for headers in configure script
1072         * Made METAR shit threaded so it would stop being retarded, also made
1073         it try more then once to update
1074         * Added $metar_tempf and ${i2c tempf} for americans
1075
1076 2005-07-16
1077         * Added option for Conky to update N times and quit, see
1078         total_run_times in conkyrc.sample
1079         * Added metar code for weather info, thanks to somebody on sf.net
1080         * Added $alignr and $alignc for right and centre alignment
1081         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
1082         options $addr and $linkstatus (please test!), as well as fixed a mem
1083         leak in this patch
1084         * adt746x fix, thanks to dan-h on sf.net
1085         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net
1086         * Added patch to allow hex colour values, thanks roiban adi on sf.net
1087         * Added if constructs patch, thanks Lucas Brutschy on sf.net
1088         * Fixed bug in tab code (hopefully for the last time)
1089         * Added option to sort by cpu or memory for top, see top_sort_cpu
1090
1091 2005-07-12
1092         * Added fix for battery charged state (thanks to Lukas Zapletal
1093         <lzap@seznam.cz>)
1094
1095 =========================================================================
1096 =========================================================================
1097
1098 2005-07-05
1099         * Conky 1.1 released
1100
1101 2005-07-03
1102         * Added $mpd_bar and $mpd_bitrate
1103         * Some minor code cleanups prior to release
1104         * Fixed problem with Conky not compiling when XFT disabled
1105         * Fixed configure.in problems with Xdbe
1106
1107 2005-07-01
1108         * Fixed memory leak in MPD code
1109         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
1110         and memory
1111         * Fixed more mem leaks
1112
1113 2005-06-30
1114         * Added use_spacer to config
1115         * Added $mpd_status
1116         * Added small fix for i2c from Filedil on forums.gentoo.org
1117
1118 2005-06-28
1119         * Made it possible to use tabs to right-justify (just add a bunch)
1120         * Added ${execbar} (see conkyrc.sample)
1121
1122 2005-06-26
1123         * Added memory % to top output
1124         * Added initial cairo backend (it's really quite useless at this stage actually, and I'm not sure if there is even any point to it)
1125
1126 2005-06-25
1127         * Conky now recognizes the tab character correctly
1128         * Added simple config option to print to stdout (out_to_console
1129         <yes/no>)
1130
1131 2005-06-23
1132         * Added top output.  Check the sample config.
1133         * Cleaned up code.
1134
1135 2005-06-22
1136         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
1137         * Removed NVCtrl code
1138         * Added noswap and i2c patches
1139
1140 =========================================================================
1141 =========================================================================
1142
1143 2005-06-21
1144         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
1145         http://conky.sf.net/
1146         * Added xwin patch
1147         * Added new feature for sample averaging of CPU and net info
1148
1149 2004-12-22
1150         * Version 0.18 released
1151
1152 2004-12-21
1153         * Fixed some double buffer + Xft stuff
1154         * Applied X-Mozilla-Status patch (thanks affinity)
1155         * Applied NVCtrl patch and modified it a bit (temperature monitoring
1156           for nvdia-based graphics cards) (I couldn't test this so it may or
1157           may not work or even compile) (thanks Dennis Frommknecht)
1158         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
1159           mail, I didn't catch your name from sourceforge])
1160         * Applied patch that supports mailbox that is in some 'maildir' format
1161           (thanks jolapache [send mail, I didn't catch your name from
1162           sourceforge])
1163         * min -> m
1164         * Applied pad_percents patch (thanks JL Farinacci)
1165         * Fixed some stuff in acpi fan and acpi ac adapter
1166         * Optional XFT even when compiled in
1167
1168 2004-11-30
1169         * Applied utime patch (UTC time) (thanks David McCabe)
1170
1171 2004-11-29
1172         * Applied Xdbe patch, this includes double_buffer configuration and
1173           -b command line option (thanks Bruce Merry)
1174         * Applied some other seti patch, not tested (thanks William DiPlacido)
1175
1176 2004-08-25
1177         * Applied netbsd patch (thanks Rui Paulo)
1178         * Applied cpu frequency patch (thanks William DiPlacido)
1179         * Applied adt746x patch (thanks Dennis Kaandorp)
1180         * Applied some other FreeBSD patch by the same guy
1181
1182 2004-07-31
1183         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
1184
1185 2004-07-25
1186         * Xft support and xftfont configuration
1187         * rewrote some stuff, there might be some new bugs in old places
1188
1189 2004-07-24
1190         * I2C divisor from a file (thanks Falk Feuersenger)
1191
1192 2004-07-20
1193         * changed battery thing to ${battery <filename in
1194           /proc/acpi/battery/>}
1195         * SETI@Home stuff (thanks Jarski)
1196
1197 2004-07-05
1198         * changed signal for config file reloading to SIGUSR1
1199         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
1200           $mixerrbar
1201
1202 2004-06-03
1203         * maybe fixed acpi battery thing when "present rate" isn't known
1204
1205 2004-06-01
1206         * fixed width for all bars, use like ${cpubar 4,50}
1207
1208 2004-05-25
1209         * Version 0.17 released
1210
1211 2004-05-23
1212         * battery number for ACPI battery (thanks Leszek Krupiñski)
1213         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
1214           the old battery thing worked
1215         * bug fix on load average reporting (thanks Leszek Krupiñski)
1216         * outlines to text, draw_outline and default_outline_color
1217           configurations and $outlinecolor (thanks adi)
1218         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
1219
1220 2004-05-19
1221         * fixed a bug when starting after Opera (and some other programs)
1222         * sticky window
1223         * minimum_size
1224
1225 2004-05-18
1226         * added border_width configuration
1227
1228 2004-05-16
1229         * fixed zero length bar bug
1230
1231 2004-05-15
1232         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
1233           $fs_used
1234         * leaves ACPI temperature file open (faster)
1235         * -a option to change alignment on command line
1236
1237 2004-05-14
1238         * fixed ACPI temperature bug
1239         * border_margin configuration
1240         * ${execi <interval> <command>}, execute with specific interval
1241         * added possibility to manually set the position (-x and -y options)
1242           (thanks to Gwenhael LE MOINE)
1243         * $buffers and $cached (thanks to Jeremy Burch)
1244         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
1245
1246 2004-05-14
1247         * Version 0.16 released
1248
1249 2004-05-13
1250         * $pre_exec, execute a shell command one time
1251         * preparsing of text (faster but more memory usage)
1252         * less system calls (faster)
1253         * APM things to $battery (untested)
1254
1255 2004-05-12
1256         * added $new_mails changed $mails to tell total mail count
1257
1258 2004-05-11
1259         * transparent window, own_window configuration, -o cmdline option
1260         * $exec, execute a shell command
1261         * $acpitemp, $battery - acpi stuff (not really tested)
1262
1263 2004-05-10
1264         * $loadavg, load average
1265         * $mails, unread local mails, mail_spool configuration
1266
1267 2004-05-09
1268         * Version 0.15 released
1269
1270 2004-05-06
1271         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
1272         * Some other stuff