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