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