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