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