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