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