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