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