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