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