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