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