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