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