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