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