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