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