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