claen up warnings
[monky] / ChangeLog
1 # $Id$
2
3 2006-01-07
4         * Add config.rpath (created by gettextize -copy) to distributtion
5           to satisfy AM_ICONV.
6         * Clean up some warnings.
7
8 2006-12-29
9         * Update svn ebuild to new sourceforge url scheme.
10                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
11         * Added head/tail rewrite patch (thanks Ryan Twitchell)
12         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
13
14 2006-12-26
15         * Clear conky vars on disconnect/failure to open files.
16
17 2006-12-23
18         * Updated to libmpdclient 0.12.0
19
20 2006-12-22
21         * client/server infrastructure and prototype for linux only (so far):
22                 - requires libdexter (http://sourceforge.net/projects/libdexter)
23                 and the dxt-sysinfo plugin (svn only at the moment).
24         * new config items:
25                 - dexter_client yes/no
26                 - dexter_server yes/no
27                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
28                 - own_window_class <WM Class Name> (default: Conky)
29                         - replaces wm_class_name
30                 - own_window_title <Window Title> (default: <hostname> - conky)
31         * removed config items:
32                 - wm_class_name (use own_window_class, same function)
33         * configure changes:
34           --disable-network (default=yes) with auto-detection for libdexter.
35                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).  
36                         HAVE_SYSINFO and others determine if /proc/uptime is used.
37                 - silently disable xft, double-buffer and xdamage if no x11.
38                 - change enable/disable labels to reflect defaults accurately.
39                 - simplified compile-based checks for sysinfo/getloadavg and by moving
40                   them into AC_CHECK_FUNCS.
41         * allow decorated, own_window=yes windows to be given input focus by WM:
42                 - do not pass button clicks through to desktop in this scenario as conky
43                   immediately loses focus.  
44
45 2006-12-13
46         * Clarify LGPL license on timed_thread modules.
47         * Update NEWS files.
48
49 2006-12-12
50         * Split battery variable into two:
51                 battery, e.g. "charging 75%" and
52                 battery_time, e.g. "3h 15m".
53         * Conky 1.4.5 released.
54
55 2006-12-11
56         * Close pop3/imap sockets.
57         * Fix outstanding battery issues.
58
59 2006-12-10
60         * Fix peek table bug with new portmon code.
61
62 2006-12-09
63         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
64         due to licensing issue noted by Fedora Core packagers.
65         * Eliminated config items: 
66                 min_port_monitors,
67                 min_port_monitor_connections
68         * Added config item:
69                 max_port_monitor_connections
70
71 2006-11-30
72         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
73         for the crypto freaks.  Idea suggested by Perttu Luukko
74         <nuteater@users.sourceforge.net> in feature request 1497050.
75         * Added max length specifier to audacious_title.  Closes
76         feature request #1600631.
77
78 2006-11-28
79         * Rearrange retry attempts in pop3 and imap code, removing sleep() 
80         calls which cause the whole process to sleep, not just the thread.
81
82 2006-11-22
83         * Added max_specials config item with default 512.  This should
84         close bug #1574523 for real this time.  Thanks to John Harrigan
85         <jfharrigan@fedex.com> for this one.
86
87 2006-11-21
88         * Changed autotools for subversion versioning.
89         * Updated svn ebuild for gentoo.
90         * Documentation updates for clarity, i.e. close bug #1599041.
91
92 2006-11-20
93         * fix compile error with --disable-xdamage when Xdamage.h not present.
94
95 2006-11-18
96         * fix bug where present rate var was not being read from acpi battery
97         state file: /proc/acpi/battery/%s/state.
98
99 2006-11-15
100         * Change linkstatus display for use_spacer.  Closes bug #1577580.
101
102 2006-11-14
103         * Fix compile error with --disable-x11.
104         * Add new timed thread abstraction routines.
105         * Convert thread activity to timed threads, including
106         texeci, imap, pop3, audacious.
107         * Change memory vars from unsigned long to unsigned long long
108         to fix reported overflow, e.g. swapmax >= 4Gb.
109
110 2006-11-13
111         * Use pthread_cond_timedwait() instead of sleep() in audacious
112         thread.  Will convert all worker threads to this timing method.  
113
114 2006-11-12
115         * Fix freebsd build error.
116         * Minor changes to syntax files.
117         * Conky 1.4.4 released.
118
119 2006-11-11
120         * Add max_user_text to documentation.
121         * Fixed BadWindow bugs (#1568366, #1588384).
122
123 2006-11-10
124         * Remove on_bottom and xmms_player completely.
125         * Closed ibm_temps bug #1591609.
126         * Conky 1.4.3 released.
127
128 2006-11-09
129         * Updated vim and nano syntax coloring scripts.
130         * Added extras/ dir with syntax stuff to distribution tarball.
131
132 2006-11-08
133         * Added new config item 'max_user_text' with default 16384,
134         twice as large as previous hard-coded default of 8192 bytes.
135         Increase as needed to accomodate large config files with a
136         great deal of text.  This closes SF bug #1574523.
137
138 2006-11-07
139         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
140         with fallback to conventional checks.
141         * Fixed segmentation fault on SUGUSR1 bug.
142         * Commented out Imlib2 from configure.ac since it's only partially
143         implemented.
144
145 2006-11-04
146         * Removed broken mldonkey and seti support.
147         * Added Hellf[i]re's nano syntax coloring script to svn.
148
149 2006-11-03
150         * Removed support for Xmms, BMP and Infopipe from conky.  
151         The Xmms and Bmp players are projects are dead and distros such 
152         as Gentoo are slating them for removal.  
153         * Added support for Audacious using new audacious vars.
154
155 2006-10-18
156         * Implement WiFi signal level detection on FreeBSD (patch
157         by Stepan Zastupov)
158
159 2006-10-04
160         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
161         environment variables and fix crash for users with locale
162         name longer than 10 chars (repored by Michael Schwendt)
163
164 2006-09-30
165         * --enable-debug added.
166         * prevent libtool from adding its default CFLAGS
167
168 2006-09-28
169         * Use pkg-config instead of xft-config.
170         * Fix last line bug which had required padding text with extra blank line 
171         to see text on last line.
172
173 2006-09-01
174         * Fix type-punning and "differ in signedness" warnings seen with
175         gcc-4.1 -O2.
176
177 2006-08-27
178         * Fix compilation errors when building with --diable-x11; bug #1547164
179
180 2006-08-12
181         * Make configure script print summary info
182         * Make `conky -v` show compiled-in features
183
184 2006-08-10
185         * Added Spock's patches, adding hddtemp, goto and tab variables.
186
187 2006-07-13
188         * Added tztime patch to show time in arbitrary time zones (thanks Ram
189         Yalamanchili)
190
191 2006-06-07
192         * Small battery fix (thanks Nexox, sf.net patch 1500014)
193         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
194
195 2006-05-27
196         * Fixed a bug with $font
197
198 2006-05-24
199         * Xdamage support for composite and pals
200
201 2006-05-23
202         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
203         Tarjan for the patch)
204
205 2006-05-21
206         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
207         patch)
208
209 2006-05-17
210         * Fixed issue with graphs not reaching all the way to the borders
211         (sf.net bug 1470480)
212         * Cleaned up units
213
214 2006-05-15
215         * Conky 1.4.2 released
216
217 2006-05-13
218         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
219         * Added some safety to the threading code
220
221 2006-05-09
222         * Changed $font behavior so that the font persists past the next
223         newline.  It can be set back to the default with $font with no args.
224         (closes bug 1478676 on sf.net)
225
226 2006-05-08
227         * Added simple POP3/IMAP mail clients
228
229 2006-04-23
230         * Added support for PowerBook batteries
231         * Fixed broken $if/$else stuff
232
233 2006-04-15
234         * Added patch from Peter Tarjan to add support for IBM ACPI
235         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
236
237 2006-04-11
238         * Removed sa_restorer crap (may fix some compile errors for some
239         people)
240
241 2006-04-07
242         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
243
244 2006-03-30
245         * Added patch to support new port monitor REMOTESERVICE peekable.
246
247 2006-03-29
248         * Scan port numbers as short.  Fixes debian bug# 359974.
249
250 2006-03-25
251         * Added XMMS2 patch 1456203 from Lassi Selander
252         * Added FreeBSD battery patch 1456008 from Petr Holub
253
254 2006-03-21
255         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
256         Holub <hopet@users.sourceforge.net>)
257
258 2006-03-15
259         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
260         (Gentoo bug# 125226).
261         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
262         path for conky1.
263
264 2006-03-12
265         * FreeBSD cpu info patch
266         * Conky 1.4.1 released
267
268 2006-03-07
269         * Fixed issue where some WM's don't control conky own_window windows.
270         * Added newly-updated vim file detection and syntax hilighting files to svn.
271         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
272
273 2006-03-06
274         * Fixed battery problems when charged
275         * MPD code handles broken pipe now, instead of just killing conky
276         * Switch from CVS to SVN.  Thanks SourceForge.
277
278 2006-03-05
279         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
280         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
281         * Stop using override_redirect true -- conky back under WM control
282         when using 'own_window yes'.
283         * Fixed texeci breakage when forking to background is on
284
285 2006-02-14
286         * Drastically simplified own_window=yes window creation code.
287         * on_bottom and wm_class_name deprecated (they do nothing)
288
289 2006-02-13
290         * Fixed typo bug in portmon code that caused incorrect monitor data 
291         to be displayed.
292
293 2006-02-12
294         * Conky 1.4.0 released
295
296 2006-01-27
297         * Cleaned up texeci code
298
299 2006-01-26
300         * Added freedesktop.org extended window manager hints (EWMH)
301         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
302         Fixes stacking order issues with freedesktop-compliant wm's,
303         such as XFCE4+. 
304
305 2006-01-25
306         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
307         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
308         * Fixed xmms.c code to load glib 1.2 shared object lib.
309
310 2006-01-11
311         * Added xmms version 1 support.
312         * Added bmp through 0.9.7.1 support.
313         * Added config item xmms_player: none, xmms, bmp, audacious or
314         infopipe.
315
316 2006-01-07
317         * Added Audacious media player support.
318
319 2006-01-06
320         * Fixed infopipe bug (select() affects timer as a side effect on
321         Linux!)
322
323 2006-01-05
324         * Added draw_graph_borders option
325         * Added XMMS/BMP InfoPipe plugin support
326
327 2006-01-01
328         * Conky 1.3.5 released
329
330 2005-12-31
331         * Fixed bug with use_xft causing ignorance of font selection (sf.net
332         bug 1387564)
333         * Fixed issue with parsing of hex values for colours
334
335 2005-12-30
336         * Added BMPx (http://beep-media-player.org/) support
337
338 2005-12-14
339         * Fixed issues with execi stuff
340
341 2005-12-10
342         * Added sf.net patch 1374576
343
344 2005-12-05
345         * Fixed sf.net bug 1367745
346
347 2005-11-30
348         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
349           all variations of the same array out of bounds issue.
350         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
351
352 2005-11-27 
353         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
354
355 2005-11-24
356         * Fixed gentoo bug# 113219
357
358 2005-11-23
359         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
360         with synchronous signal processing. set to #undef for previous behavior.
361         * Use POSIX signal api's, not the ANSI signal().
362
363 2005-11-22
364         * Fixed IP address bug (sf.net bug 1359055)
365
366 2005-11-16
367         * Conky 1.3.4 released
368
369 2005-11-12
370         * Replaced bitwise copy of tcp_connection_t with function
371         copy_tcp_connection().
372         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
373         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
374         eliminating all mallocs.  pkovacs.  See bug 1355470.
375
376 2005-11-11
377         * moved hash sizing code into portmon lib, where it belongs
378         * More mem leaks fixed.
379
380 2005-11-10
381         * Added config items min_port_monitors / min_port_monitor_connections
382
383 2005-11-09
384         * Cleaned up top code, bug fixes
385         * Fixed some memory leaks
386
387 2005-11-08
388         * Fix bug# 1351686.  Patch by boojit.
389         * Fixed 1331576 (I think) with bad cpu usage reporting
390
391 2005-11-01
392         * Documentation updates for compiling and port monitoring
393         * Removed cairo stuff (it's useless)
394
395 2005-10-31
396         * Added statfs sf.net patch 1344493
397
398 2005-10-30
399         * Added tcp port monitor support (pkovacs)
400
401 2005-10-28
402         * Added WM_CLASS patch from sf.net patch 1340825
403
404 2005-10-21
405         * acpi segfault should be fixed (sf.net bug 1330893)
406         * SIGUSR1 bug fixed? (sf.net bug 1330914)
407
408 2005-10-17
409         * Ugly MPD mem leak fixed
410         * Other mem leaks fixed
411         * Fixed thing where conky exits if LC_ALL and friends isn't set
412         * Conky 1.3.3 released
413
414 2005-10-13
415         * Conky 1.3.2 released
416
417 2005-10-10
418         * More MPD objects (sf.net patch 1319461)
419
420 2005-10-07
421         * fixed mldonkey bug? sf.net bug 1316531
422
423 2005-09-30
424         * Linkstatus patch from btlee on f.g.o (see
425         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
426
427 2005-09-29
428         * Fixed build on FreeBSD for non-i386
429         * Made it so top_mem doesn't show all the forks of one process
430
431 2005-09-27
432         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
433
434 2005-09-24
435         * Fixed bug where graphs/bars don't show when maximum_width is enabled
436
437 2005-09-15
438         * Fixed right-alignment bug thanks to Pascal Eberhard
439         * Applied patch 1291420 from sf.net
440         * Fixed issue with whack graph data
441         * Fixed issue with Conky quitting when a file fails to load
442
443 2005-09-11
444         * Fixed bug with xft and double buffer in own window
445         * 1.3.1 released
446
447 2005-09-04
448         * Misc small bug fixes
449
450 2005-09-03
451         * MPD patch (sf.net patch 1281108)
452         * Fixed graph width bug
453
454 2005-08-31
455         * FreeBSD support was added
456         * 1.3.0 released
457
458 2005-08-27
459         * added threaded execi, $texeci
460         * feature freeze
461
462 2005-08-26
463         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
464         * Diskio fixes (sf.net 1274140)
465         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
466         * Far better SMP support
467         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
468
469 2005-08-25
470         * More own_window fixes
471         * applied disk io patch (sf.net patch 1271691)
472         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
473         * removed units from $freq* output
474         * fix for graph config parsing
475         * Added $head, fixed mem leak with $tail
476
477 2005-08-24
478         * More configure and makefile updates
479         * Added scale arg for net graphs
480         * Fixed bug in own_window stuff--amazing fake transparency now works
481         properly
482         * added own_window_colour, own_window_transparent
483
484 2005-08-23
485         * Added maximum_width
486
487 2005-08-22
488         * Added $execibar and $execigraph
489
490 2005-08-21
491         * Moved source into src/, moved docs into doc/
492         * Updated makefiles
493
494 2005-08-20
495         * Applied patch from zimba-tm, closes patch 1260225
496         * Fixed ugly gradient bug.  closes bug 1255608
497         * Added $voffset
498         * Removed metar code.  It sucked.
499         * Added $acpitempf for amooricans
500         * $tail fixes
501
502 2005-08-12
503         * Multiple unit additions and modifications
504
505 2005-08-07
506         * mpd password patch from Joshua Gerrish
507         * conky can run without X now, use --disable-x11 when configuring
508 =========================================================================
509 =========================================================================
510 2005-08-06
511         * Conky 1.2 released
512
513 2005-08-05
514         * small fixes
515         * added CVS ebuild, huge thanks to Hopeless for this
516
517 2005-08-04
518         * special thanks to Citizen_X and his patience
519         * Citizen_X pwns
520         * keep shakin' those big 'ol titties
521         * Citizen_X
522         * Citizen_X
523         * Citizen_X
524         * Citizen_X
525
526 2005-08-03
527         * many small fixes, thanks to those who reported problems
528
529 2005-08-02
530         * dramatically improved how conky handles fonts
531         * fixed issues with graph args
532         * fixed shades and outlines
533
534 2005-08-01
535         * stabilized code
536         * added gradients to graphs (very pretty)
537         * things
538         * added $font, yay
539         * feature freeze; only bugfixes now
540
541 2005-07-30
542         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
543         $downspeedgraph, and $upspeedgraph
544         * added override_utf8_locale option
545         * poop
546         * $tab patch from jack_mort on f.g.o
547
548 2005-07-28
549         * Added new graphing code, such as $cpugraph
550         * small fixes all round
551         * stuff
552         * things
553         * added more mpd objects
554
555 2005-07-24
556         * Conky now has UTF-8 support
557         * Fixed $freq for those with CPU scaling
558         * Fixed the problem with total_run_times
559         * Fixed alignment of bars and lines and stuff
560         * Reduced conky's memory usage (yay!)
561         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
562         of cpu
563
564 2005-07-17
565         * Fixed a pile of bugs in configure script
566         * Added proper checking for headers in configure script
567         * Made METAR shit threaded so it would stop being retarded, also made
568         it try more then once to update
569         * Added $metar_tempf and ${i2c tempf} for americans
570
571 2005-07-16
572         * Added option for Conky to update N times and quit, see
573         total_run_times in conkyrc.sample
574         * Added metar code for weather info, thanks to somebody on sf.net
575         * Added $alignr and $alignc for right and centre alignment
576         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
577         options $addr and $linkstatus (please test!), as well as fixed a mem
578         leak in this patch
579         * adt746x fix, thanks to dan-h on sf.net
580         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
581         * Added patch to allow hex colour values, thanks roiban adi on sf.net
582         * Added if constructs patch, thanks Lucas Brutschy on sf.net
583         * Fixed bug in tab code (hopefully for the last time)
584         * Added option to sort by cpu or memory for top, see top_sort_cpu
585
586 2005-07-12
587         * Added fix for battery charged state (thanks to Lukas Zapletal
588         <lzap@seznam.cz>)
589
590 =========================================================================
591 =========================================================================
592         
593 2005-07-05
594         * Conky 1.1 released
595
596 2005-07-03
597         * Added $mpd_bar and $mpd_bitrate
598         * Some minor code cleanups prior to release
599         * Fixed problem with Conky not compiling when XFT disabled
600         * Fixed configure.in problems with Xdbe
601
602 2005-07-01
603         * Fixed memory leak in MPD code
604         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
605         and memory
606         * Fixed more mem leaks
607
608 2005-06-30
609         * Added use_spacer to config
610         * Added $mpd_status
611         * Added small fix for i2c from Filedil on forums.gentoo.org
612
613 2005-06-28
614         * Made it possible to use tabs to right-justify (just add a bunch)
615         * Added ${execbar} (see conkyrc.sample)
616
617 2005-06-26
618         * Added memory % to top output
619         * 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)
620
621 2005-06-25
622         * Conky now recognizes the tab character correctly
623         * Added simple config option to print to stdout (out_to_console
624         <yes/no>)
625
626 2005-06-23
627         * Added top output.  Check the sample config.
628         * Cleaned up code.
629
630 2005-06-22
631         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
632         * Removed NVCtrl code
633         * Added noswap and i2c patches
634
635 =========================================================================
636 =========================================================================
637         
638 2005-06-21
639         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
640         http://conky.sf.net/
641         * Added xwin patch
642         * Added new feature for sample averaging of CPU and net info
643
644 2004-12-22
645         * Version 0.18 released
646
647 2004-12-21
648         * Fixed some double buffer + Xft stuff
649         * Applied X-Mozilla-Status patch (thanks affinity)
650         * Applied NVCtrl patch and modified it a bit (temperature monitoring
651           for nvdia-based graphics cards) (I couldn't test this so it may or
652           may not work or even compile) (thanks Dennis Frommknecht)
653         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
654           mail, I didn't catch your name from sourceforge])
655         * Applied patch that supports mailbox that is in some 'maildir' format
656           (thanks jolapache [send mail, I didn't catch your name from
657           sourceforge])
658         * min -> m
659         * Applied pad_percents patch (thanks JL Farinacci)
660         * Fixed some stuff in acpi fan and acpi ac adapter
661         * Optional XFT even when compiled in
662
663 2004-11-30
664         * Applied utime patch (UTC time) (thanks David McCabe)
665
666 2004-11-29
667         * Applied Xdbe patch, this includes double_buffer configuration and
668           -b command line option (thanks Bruce Merry)
669         * Applied some other seti patch, not tested (thanks William DiPlacido)
670
671 2004-08-25
672         * Applied netbsd patch (thanks Rui Paulo)
673         * Applied cpu frequency patch (thanks William DiPlacido)
674         * Applied adt746x patch (thanks Dennis Kaandorp)
675         * Applied some other FreeBSD patch by the same guy
676
677 2004-07-31
678         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
679
680 2004-07-25
681         * Xft support and xftfont configuration
682         * rewrote some stuff, there might be some new bugs in old places
683
684 2004-07-24
685         * I2C divisor from a file (thanks Falk Feuersenger)
686
687 2004-07-20
688         * changed battery thing to ${battery <filename in
689           /proc/acpi/battery/>}
690         * SETI@Home stuff (thanks Jarski)
691
692 2004-07-05
693         * changed signal for config file reloading to SIGUSR1
694         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
695           $mixerrbar
696
697 2004-06-03
698         * maybe fixed acpi battery thing when "present rate" isn't known
699
700 2004-06-01
701         * fixed width for all bars, use like ${cpubar 4,50}
702
703 2004-05-25
704         * Version 0.17 released
705
706 2004-05-23
707         * battery number for ACPI battery (thanks Leszek Krupiñski)
708         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
709           the old battery thing worked
710         * bug fix on load average reporting (thanks Leszek Krupiñski)
711         * outlines to text, draw_outline and default_outline_color
712           configurations and $outlinecolor (thanks adi)
713         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
714
715 2004-05-19
716         * fixed a bug when starting after Opera (and some other programs)
717         * sticky window
718         * minimum_size
719
720 2004-05-18
721         * added border_width configuration
722
723 2004-05-16
724         * fixed zero length bar bug
725
726 2004-05-15
727         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
728           $fs_used
729         * leaves ACPI temperature file open (faster)
730         * -a option to change alignment on command line
731
732 2004-05-14
733         * fixed ACPI temperature bug
734         * border_margin configuration
735         * ${execi <interval> <command>}, execute with specific interval
736         * added possibility to manually set the position (-x and -y options)
737           (thanks to Gwenhael LE MOINE)
738         * $buffers and $cached (thanks to Jeremy Burch)
739         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
740
741 2004-05-14
742         * Version 0.16 released
743
744 2004-05-13
745         * $pre_exec, execute a shell command one time
746         * preparsing of text (faster but more memory usage)
747         * less system calls (faster)
748         * APM things to $battery (untested)
749
750 2004-05-12
751         * added $new_mails changed $mails to tell total mail count
752
753 2004-05-11
754         * transparent window, own_window configuration, -o cmdline option
755         * $exec, execute a shell command
756         * $acpitemp, $battery - acpi stuff (not really tested)
757
758 2004-05-10
759         * $loadavg, load average
760         * $mails, unread local mails, mail_spool configuration
761
762 2004-05-09
763         * Version 0.15 released
764
765 2004-05-06
766         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
767         * Some other stuff