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