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