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