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