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