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