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