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