977734d9ac366ef30e87ca710759429dc5fcf9e4
[monky] / ChangeLog
1 # $Id$
2
3 2007-09-28
4         * Small fix for $ibm_volume (thanks Kapil Hari Paranjape)
5         * Patch so $tail can read from a fifo file descriptor (thanks Ben Kibbey)
6
7 2007-09-01
8         * Improved performance slightly
9         * Added 'music_player_interval' config option to specify an update interval for
10                         music player threads (currently honored by mpd and audacious).
11         * Fixed some minor memory leaks associated with SIGUSR1
12         * Zero out imap and pop3 stuff when the connection fails
13
14 2007-08-31
15         * _Really_ fix mpd SIGPIPE issues
16         * Fix timed thread race condition, seen esp. on new kernel scheduler (cfs).
17         * Fix $audacious_title not being displayed when no length argument indicated.
18
19 2007-08-30
20         * Conky 1.4.7 released
21         * Check for pkg-config >=0.19
22         * Use timed_thread for mpd
23
24 2007-08-27
25         * Fixed issue with SIGPIPE and mpd
26         * Updated COPYING (with more clarifications)
27
28 2007-08-14
29         * Updated vim/nano syntax files.
30
31 2007-08-12
32         * Added $hwmon var, similar to $i2c and $platform.
33
34 2007-08-12
35         * Added var $platform which is similar to $i2c and accommodates the conversion
36           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
37         * Removed config item post_21_kernel since it forced all i2c device lookups
38           to go to /sys/bus/platform/devices and some people may need a mix of both
39                 i2c and platform devices.
40
41 2007-08-10
42         * Clarifying licensing
43
44 2007-08-08
45         * RSS support
46         * Wireless support for Linux
47
48 2007-08-05
49         * Conky 1.4.6 released
50         * Updated to libmpdclient 0.13.0
51         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
52         so i2c works properly
53
54 2007-08-04
55         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
56         * Added support for multiple batteries when using acpi (thanks Phil)
57         * a bunch of code cleanups (thanks Psychon)
58         * added max length paramater to mpd_title (thinks fow)
59         * a number of small bug fixes
60
61 2007-07-15
62         * Fix PID display, patch #1753934.  thanks sohalt.
63         * Fix displaying 4 GB traffic after reloading network driver,
64                         patch #1754260.  thanks sohalt.
65
66 2007-06-21
67         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
68
69 2007-04-25
70         * Added color[0-9] variable patch (thanks jieryn)
71
72 2007-04-05
73         * Added if_empty patch (thanks Erik)
74         * Added if_existing patch for string matching (thanks cromka)
75         * Added hwmon support (thanks flitsch)
76         * Some xmms2 updates (thanks sleipner)
77         * Added $battery_percent and $battery_bar (thanks akash)
78
79 2007-02-25
80         * OpenBSD support added to Conky (thanks hifi)
81         * Updated mboxscan stuff (thanks calmar)
82
83 2007-02-25
84         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
85           network code from trunk/conky1.
86
87 2007-02-14
88         * Include missing mboxscan.h in conky.h.
89         * Fixed signedness warnings in conky.c.
90
91 2007-02-11
92         * Added buffer_text_size option to change the size of the buffer for
93         things like $exec, $tail, et cetera
94         * Added $mboxscan which lets you display the Subject and From fields
95         from recent email in an mbox file
96         * Disambiguated (is that a word?) $cpu docs
97
98 2007-01-14
99         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
100
101 2007-01-09
102         * API change (timing in milliseconds) for dexter_timedsampler_new ().
103
104 2007-01-07
105         * Add config.rpath (created by gettextize -copy) to distribution
106           to satisfy AM_ICONV.
107         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
108
109 2006-12-29
110         * Update svn ebuild to new sourceforge url scheme.
111                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
112         * Added head/tail rewrite patch (thanks Ryan Twitchell)
113         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
114
115 2006-12-26
116         * Clear conky vars on disconnect/failure to open files.
117
118 2006-12-23
119         * Updated to libmpdclient 0.12.0
120
121 2006-12-22
122         * client/server infrastructure and prototype for linux only (so far):
123                 - requires libdexter (http://sourceforge.net/projects/libdexter)
124                 and the dxt-sysinfo plugin (svn only at the moment).
125         * new config items:
126                 - dexter_client yes/no
127                 - dexter_server yes/no
128                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
129                 - own_window_class <WM Class Name> (default: Conky)
130                         - replaces wm_class_name
131                 - own_window_title <Window Title> (default: <hostname> - conky)
132         * removed config items:
133                 - wm_class_name (use own_window_class, same function)
134         * configure changes:
135           --disable-network (default=yes) with auto-detection for libdexter.
136                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).  
137                         HAVE_SYSINFO and others determine if /proc/uptime is used.
138                 - silently disable xft, double-buffer and xdamage if no x11.
139                 - change enable/disable labels to reflect defaults accurately.
140                 - simplified compile-based checks for sysinfo/getloadavg and by moving
141                   them into AC_CHECK_FUNCS.
142         * allow decorated, own_window=yes windows to be given input focus by WM:
143                 - do not pass button clicks through to desktop in this scenario as conky
144                   immediately loses focus.  
145
146 2006-12-13
147         * Clarify LGPL license on timed_thread modules.
148         * Update NEWS files.
149
150 2006-12-12
151         * Split battery variable into two:
152                 battery, e.g. "charging 75%" and
153                 battery_time, e.g. "3h 15m".
154         * Conky 1.4.5 released.
155
156 2006-12-11
157         * Close pop3/imap sockets.
158         * Fix outstanding battery issues.
159
160 2006-12-10
161         * Fix peek table bug with new portmon code.
162
163 2006-12-09
164         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
165         due to licensing issue noted by Fedora Core packagers.
166         * Eliminated config items: 
167                 min_port_monitors,
168                 min_port_monitor_connections
169         * Added config item:
170                 max_port_monitor_connections
171
172 2006-11-30
173         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
174         for the crypto freaks.  Idea suggested by Perttu Luukko
175         <nuteater@users.sourceforge.net> in feature request 1497050.
176         * Added max length specifier to audacious_title.  Closes
177         feature request #1600631.
178
179 2006-11-28
180         * Rearrange retry attempts in pop3 and imap code, removing sleep() 
181         calls which cause the whole process to sleep, not just the thread.
182
183 2006-11-22
184         * Added max_specials config item with default 512.  This should
185         close bug #1574523 for real this time.  Thanks to John Harrigan
186         <jfharrigan@fedex.com> for this one.
187
188 2006-11-21
189         * Changed autotools for subversion versioning.
190         * Updated svn ebuild for gentoo.
191         * Documentation updates for clarity, i.e. close bug #1599041.
192
193 2006-11-20
194         * fix compile error with --disable-xdamage when Xdamage.h not present.
195
196 2006-11-18
197         * fix bug where present rate var was not being read from acpi battery
198         state file: /proc/acpi/battery/%s/state.
199
200 2006-11-15
201         * Change linkstatus display for use_spacer.  Closes bug #1577580.
202
203 2006-11-14
204         * Fix compile error with --disable-x11.
205         * Add new timed thread abstraction routines.
206         * Convert thread activity to timed threads, including
207         texeci, imap, pop3, audacious.
208         * Change memory vars from unsigned long to unsigned long long
209         to fix reported overflow, e.g. swapmax >= 4Gb.
210
211 2006-11-13
212         * Use pthread_cond_timedwait() instead of sleep() in audacious
213         thread.  Will convert all worker threads to this timing method.  
214
215 2006-11-12
216         * Fix freebsd build error.
217         * Minor changes to syntax files.
218         * Conky 1.4.4 released.
219
220 2006-11-11
221         * Add max_user_text to documentation.
222         * Fixed BadWindow bugs (#1568366, #1588384).
223
224 2006-11-10
225         * Remove on_bottom and xmms_player completely.
226         * Closed ibm_temps bug #1591609.
227         * Conky 1.4.3 released.
228
229 2006-11-09
230         * Updated vim and nano syntax coloring scripts.
231         * Added extras/ dir with syntax stuff to distribution tarball.
232
233 2006-11-08
234         * Added new config item 'max_user_text' with default 16384,
235         twice as large as previous hard-coded default of 8192 bytes.
236         Increase as needed to accomodate large config files with a
237         great deal of text.  This closes SF bug #1574523.
238
239 2006-11-07
240         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
241         with fallback to conventional checks.
242         * Fixed segmentation fault on SUGUSR1 bug.
243         * Commented out Imlib2 from configure.ac since it's only partially
244         implemented.
245
246 2006-11-04
247         * Removed broken mldonkey and seti support.
248         * Added Hellf[i]re's nano syntax coloring script to svn.
249
250 2006-11-03
251         * Removed support for Xmms, BMP and Infopipe from conky.  
252         The Xmms and Bmp players are projects are dead and distros such 
253         as Gentoo are slating them for removal.  
254         * Added support for Audacious using new audacious vars.
255
256 2006-10-18
257         * Implement WiFi signal level detection on FreeBSD (patch
258         by Stepan Zastupov)
259
260 2006-10-04
261         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
262         environment variables and fix crash for users with locale
263         name longer than 10 chars (repored by Michael Schwendt)
264
265 2006-09-30
266         * --enable-debug added.
267         * prevent libtool from adding its default CFLAGS
268
269 2006-09-28
270         * Use pkg-config instead of xft-config.
271         * Fix last line bug which had required padding text with extra blank line 
272         to see text on last line.
273
274 2006-09-01
275         * Fix type-punning and "differ in signedness" warnings seen with
276         gcc-4.1 -O2.
277
278 2006-08-27
279         * Fix compilation errors when building with --diable-x11; bug #1547164
280
281 2006-08-12
282         * Make configure script print summary info
283         * Make `conky -v` show compiled-in features
284
285 2006-08-10
286         * Added Spock's patches, adding hddtemp, goto and tab variables.
287
288 2006-07-13
289         * Added tztime patch to show time in arbitrary time zones (thanks Ram
290         Yalamanchili)
291
292 2006-06-07
293         * Small battery fix (thanks Nexox, sf.net patch 1500014)
294         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
295
296 2006-05-27
297         * Fixed a bug with $font
298
299 2006-05-24
300         * Xdamage support for composite and pals
301
302 2006-05-23
303         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
304         Tarjan for the patch)
305
306 2006-05-21
307         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
308         patch)
309
310 2006-05-17
311         * Fixed issue with graphs not reaching all the way to the borders
312         (sf.net bug 1470480)
313         * Cleaned up units
314
315 2006-05-15
316         * Conky 1.4.2 released
317
318 2006-05-13
319         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
320         * Added some safety to the threading code
321
322 2006-05-09
323         * Changed $font behavior so that the font persists past the next
324         newline.  It can be set back to the default with $font with no args.
325         (closes bug 1478676 on sf.net)
326
327 2006-05-08
328         * Added simple POP3/IMAP mail clients
329
330 2006-04-23
331         * Added support for PowerBook batteries
332         * Fixed broken $if/$else stuff
333
334 2006-04-15
335         * Added patch from Peter Tarjan to add support for IBM ACPI
336         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
337
338 2006-04-11
339         * Removed sa_restorer crap (may fix some compile errors for some
340         people)
341
342 2006-04-07
343         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
344
345 2006-03-30
346         * Added patch to support new port monitor REMOTESERVICE peekable.
347
348 2006-03-29
349         * Scan port numbers as short.  Fixes debian bug# 359974.
350
351 2006-03-25
352         * Added XMMS2 patch 1456203 from Lassi Selander
353         * Added FreeBSD battery patch 1456008 from Petr Holub
354
355 2006-03-21
356         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
357         Holub <hopet@users.sourceforge.net>)
358
359 2006-03-15
360         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
361         (Gentoo bug# 125226).
362         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
363         path for conky1.
364
365 2006-03-12
366         * FreeBSD cpu info patch
367         * Conky 1.4.1 released
368
369 2006-03-07
370         * Fixed issue where some WM's don't control conky own_window windows.
371         * Added newly-updated vim file detection and syntax hilighting files to svn.
372         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
373
374 2006-03-06
375         * Fixed battery problems when charged
376         * MPD code handles broken pipe now, instead of just killing conky
377         * Switch from CVS to SVN.  Thanks SourceForge.
378
379 2006-03-05
380         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
381         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
382         * Stop using override_redirect true -- conky back under WM control
383         when using 'own_window yes'.
384         * Fixed texeci breakage when forking to background is on
385
386 2006-02-14
387         * Drastically simplified own_window=yes window creation code.
388         * on_bottom and wm_class_name deprecated (they do nothing)
389
390 2006-02-13
391         * Fixed typo bug in portmon code that caused incorrect monitor data 
392         to be displayed.
393
394 2006-02-12
395         * Conky 1.4.0 released
396
397 2006-01-27
398         * Cleaned up texeci code
399
400 2006-01-26
401         * Added freedesktop.org extended window manager hints (EWMH)
402         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
403         Fixes stacking order issues with freedesktop-compliant wm's,
404         such as XFCE4+. 
405
406 2006-01-25
407         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
408         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
409         * Fixed xmms.c code to load glib 1.2 shared object lib.
410
411 2006-01-11
412         * Added xmms version 1 support.
413         * Added bmp through 0.9.7.1 support.
414         * Added config item xmms_player: none, xmms, bmp, audacious or
415         infopipe.
416
417 2006-01-07
418         * Added Audacious media player support.
419
420 2006-01-06
421         * Fixed infopipe bug (select() affects timer as a side effect on
422         Linux!)
423
424 2006-01-05
425         * Added draw_graph_borders option
426         * Added XMMS/BMP InfoPipe plugin support
427
428 2006-01-01
429         * Conky 1.3.5 released
430
431 2005-12-31
432         * Fixed bug with use_xft causing ignorance of font selection (sf.net
433         bug 1387564)
434         * Fixed issue with parsing of hex values for colours
435
436 2005-12-30
437         * Added BMPx (http://beep-media-player.org/) support
438
439 2005-12-14
440         * Fixed issues with execi stuff
441
442 2005-12-10
443         * Added sf.net patch 1374576
444
445 2005-12-05
446         * Fixed sf.net bug 1367745
447
448 2005-11-30
449         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
450           all variations of the same array out of bounds issue.
451         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
452
453 2005-11-27 
454         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
455
456 2005-11-24
457         * Fixed gentoo bug# 113219
458
459 2005-11-23
460         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
461         with synchronous signal processing. set to #undef for previous behavior.
462         * Use POSIX signal api's, not the ANSI signal().
463
464 2005-11-22
465         * Fixed IP address bug (sf.net bug 1359055)
466
467 2005-11-16
468         * Conky 1.3.4 released
469
470 2005-11-12
471         * Replaced bitwise copy of tcp_connection_t with function
472         copy_tcp_connection().
473         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
474         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
475         eliminating all mallocs.  pkovacs.  See bug 1355470.
476
477 2005-11-11
478         * moved hash sizing code into portmon lib, where it belongs
479         * More mem leaks fixed.
480
481 2005-11-10
482         * Added config items min_port_monitors / min_port_monitor_connections
483
484 2005-11-09
485         * Cleaned up top code, bug fixes
486         * Fixed some memory leaks
487
488 2005-11-08
489         * Fix bug# 1351686.  Patch by boojit.
490         * Fixed 1331576 (I think) with bad cpu usage reporting
491
492 2005-11-01
493         * Documentation updates for compiling and port monitoring
494         * Removed cairo stuff (it's useless)
495
496 2005-10-31
497         * Added statfs sf.net patch 1344493
498
499 2005-10-30
500         * Added tcp port monitor support (pkovacs)
501
502 2005-10-28
503         * Added WM_CLASS patch from sf.net patch 1340825
504
505 2005-10-21
506         * acpi segfault should be fixed (sf.net bug 1330893)
507         * SIGUSR1 bug fixed? (sf.net bug 1330914)
508
509 2005-10-17
510         * Ugly MPD mem leak fixed
511         * Other mem leaks fixed
512         * Fixed thing where conky exits if LC_ALL and friends isn't set
513         * Conky 1.3.3 released
514
515 2005-10-13
516         * Conky 1.3.2 released
517
518 2005-10-10
519         * More MPD objects (sf.net patch 1319461)
520
521 2005-10-07
522         * fixed mldonkey bug? sf.net bug 1316531
523
524 2005-09-30
525         * Linkstatus patch from btlee on f.g.o (see
526         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
527
528 2005-09-29
529         * Fixed build on FreeBSD for non-i386
530         * Made it so top_mem doesn't show all the forks of one process
531
532 2005-09-27
533         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
534
535 2005-09-24
536         * Fixed bug where graphs/bars don't show when maximum_width is enabled
537
538 2005-09-15
539         * Fixed right-alignment bug thanks to Pascal Eberhard
540         * Applied patch 1291420 from sf.net
541         * Fixed issue with whack graph data
542         * Fixed issue with Conky quitting when a file fails to load
543
544 2005-09-11
545         * Fixed bug with xft and double buffer in own window
546         * 1.3.1 released
547
548 2005-09-04
549         * Misc small bug fixes
550
551 2005-09-03
552         * MPD patch (sf.net patch 1281108)
553         * Fixed graph width bug
554
555 2005-08-31
556         * FreeBSD support was added
557         * 1.3.0 released
558
559 2005-08-27
560         * added threaded execi, $texeci
561         * feature freeze
562
563 2005-08-26
564         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
565         * Diskio fixes (sf.net 1274140)
566         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
567         * Far better SMP support
568         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
569
570 2005-08-25
571         * More own_window fixes
572         * applied disk io patch (sf.net patch 1271691)
573         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
574         * removed units from $freq* output
575         * fix for graph config parsing
576         * Added $head, fixed mem leak with $tail
577
578 2005-08-24
579         * More configure and makefile updates
580         * Added scale arg for net graphs
581         * Fixed bug in own_window stuff--amazing fake transparency now works
582         properly
583         * added own_window_colour, own_window_transparent
584
585 2005-08-23
586         * Added maximum_width
587
588 2005-08-22
589         * Added $execibar and $execigraph
590
591 2005-08-21
592         * Moved source into src/, moved docs into doc/
593         * Updated makefiles
594
595 2005-08-20
596         * Applied patch from zimba-tm, closes patch 1260225
597         * Fixed ugly gradient bug.  closes bug 1255608
598         * Added $voffset
599         * Removed metar code.  It sucked.
600         * Added $acpitempf for amooricans
601         * $tail fixes
602
603 2005-08-12
604         * Multiple unit additions and modifications
605
606 2005-08-07
607         * mpd password patch from Joshua Gerrish
608         * conky can run without X now, use --disable-x11 when configuring
609 =========================================================================
610 =========================================================================
611 2005-08-06
612         * Conky 1.2 released
613
614 2005-08-05
615         * small fixes
616         * added CVS ebuild, huge thanks to Hopeless for this
617
618 2005-08-04
619         * special thanks to Citizen_X and his patience
620         * Citizen_X pwns
621         * keep shakin' those big 'ol titties
622         * Citizen_X
623         * Citizen_X
624         * Citizen_X
625         * Citizen_X
626
627 2005-08-03
628         * many small fixes, thanks to those who reported problems
629
630 2005-08-02
631         * dramatically improved how conky handles fonts
632         * fixed issues with graph args
633         * fixed shades and outlines
634
635 2005-08-01
636         * stabilized code
637         * added gradients to graphs (very pretty)
638         * things
639         * added $font, yay
640         * feature freeze; only bugfixes now
641
642 2005-07-30
643         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
644         $downspeedgraph, and $upspeedgraph
645         * added override_utf8_locale option
646         * poop
647         * $tab patch from jack_mort on f.g.o
648
649 2005-07-28
650         * Added new graphing code, such as $cpugraph
651         * small fixes all round
652         * stuff
653         * things
654         * added more mpd objects
655
656 2005-07-24
657         * Conky now has UTF-8 support
658         * Fixed $freq for those with CPU scaling
659         * Fixed the problem with total_run_times
660         * Fixed alignment of bars and lines and stuff
661         * Reduced conky's memory usage (yay!)
662         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
663         of cpu
664
665 2005-07-17
666         * Fixed a pile of bugs in configure script
667         * Added proper checking for headers in configure script
668         * Made METAR shit threaded so it would stop being retarded, also made
669         it try more then once to update
670         * Added $metar_tempf and ${i2c tempf} for americans
671
672 2005-07-16
673         * Added option for Conky to update N times and quit, see
674         total_run_times in conkyrc.sample
675         * Added metar code for weather info, thanks to somebody on sf.net
676         * Added $alignr and $alignc for right and centre alignment
677         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
678         options $addr and $linkstatus (please test!), as well as fixed a mem
679         leak in this patch
680         * adt746x fix, thanks to dan-h on sf.net
681         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
682         * Added patch to allow hex colour values, thanks roiban adi on sf.net
683         * Added if constructs patch, thanks Lucas Brutschy on sf.net
684         * Fixed bug in tab code (hopefully for the last time)
685         * Added option to sort by cpu or memory for top, see top_sort_cpu
686
687 2005-07-12
688         * Added fix for battery charged state (thanks to Lukas Zapletal
689         <lzap@seznam.cz>)
690
691 =========================================================================
692 =========================================================================
693         
694 2005-07-05
695         * Conky 1.1 released
696
697 2005-07-03
698         * Added $mpd_bar and $mpd_bitrate
699         * Some minor code cleanups prior to release
700         * Fixed problem with Conky not compiling when XFT disabled
701         * Fixed configure.in problems with Xdbe
702
703 2005-07-01
704         * Fixed memory leak in MPD code
705         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
706         and memory
707         * Fixed more mem leaks
708
709 2005-06-30
710         * Added use_spacer to config
711         * Added $mpd_status
712         * Added small fix for i2c from Filedil on forums.gentoo.org
713
714 2005-06-28
715         * Made it possible to use tabs to right-justify (just add a bunch)
716         * Added ${execbar} (see conkyrc.sample)
717
718 2005-06-26
719         * Added memory % to top output
720         * 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)
721
722 2005-06-25
723         * Conky now recognizes the tab character correctly
724         * Added simple config option to print to stdout (out_to_console
725         <yes/no>)
726
727 2005-06-23
728         * Added top output.  Check the sample config.
729         * Cleaned up code.
730
731 2005-06-22
732         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
733         * Removed NVCtrl code
734         * Added noswap and i2c patches
735
736 =========================================================================
737 =========================================================================
738         
739 2005-06-21
740         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
741         http://conky.sf.net/
742         * Added xwin patch
743         * Added new feature for sample averaging of CPU and net info
744
745 2004-12-22
746         * Version 0.18 released
747
748 2004-12-21
749         * Fixed some double buffer + Xft stuff
750         * Applied X-Mozilla-Status patch (thanks affinity)
751         * Applied NVCtrl patch and modified it a bit (temperature monitoring
752           for nvdia-based graphics cards) (I couldn't test this so it may or
753           may not work or even compile) (thanks Dennis Frommknecht)
754         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
755           mail, I didn't catch your name from sourceforge])
756         * Applied patch that supports mailbox that is in some 'maildir' format
757           (thanks jolapache [send mail, I didn't catch your name from
758           sourceforge])
759         * min -> m
760         * Applied pad_percents patch (thanks JL Farinacci)
761         * Fixed some stuff in acpi fan and acpi ac adapter
762         * Optional XFT even when compiled in
763
764 2004-11-30
765         * Applied utime patch (UTC time) (thanks David McCabe)
766
767 2004-11-29
768         * Applied Xdbe patch, this includes double_buffer configuration and
769           -b command line option (thanks Bruce Merry)
770         * Applied some other seti patch, not tested (thanks William DiPlacido)
771
772 2004-08-25
773         * Applied netbsd patch (thanks Rui Paulo)
774         * Applied cpu frequency patch (thanks William DiPlacido)
775         * Applied adt746x patch (thanks Dennis Kaandorp)
776         * Applied some other FreeBSD patch by the same guy
777
778 2004-07-31
779         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
780
781 2004-07-25
782         * Xft support and xftfont configuration
783         * rewrote some stuff, there might be some new bugs in old places
784
785 2004-07-24
786         * I2C divisor from a file (thanks Falk Feuersenger)
787
788 2004-07-20
789         * changed battery thing to ${battery <filename in
790           /proc/acpi/battery/>}
791         * SETI@Home stuff (thanks Jarski)
792
793 2004-07-05
794         * changed signal for config file reloading to SIGUSR1
795         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
796           $mixerrbar
797
798 2004-06-03
799         * maybe fixed acpi battery thing when "present rate" isn't known
800
801 2004-06-01
802         * fixed width for all bars, use like ${cpubar 4,50}
803
804 2004-05-25
805         * Version 0.17 released
806
807 2004-05-23
808         * battery number for ACPI battery (thanks Leszek Krupiñski)
809         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
810           the old battery thing worked
811         * bug fix on load average reporting (thanks Leszek Krupiñski)
812         * outlines to text, draw_outline and default_outline_color
813           configurations and $outlinecolor (thanks adi)
814         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
815
816 2004-05-19
817         * fixed a bug when starting after Opera (and some other programs)
818         * sticky window
819         * minimum_size
820
821 2004-05-18
822         * added border_width configuration
823
824 2004-05-16
825         * fixed zero length bar bug
826
827 2004-05-15
828         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
829           $fs_used
830         * leaves ACPI temperature file open (faster)
831         * -a option to change alignment on command line
832
833 2004-05-14
834         * fixed ACPI temperature bug
835         * border_margin configuration
836         * ${execi <interval> <command>}, execute with specific interval
837         * added possibility to manually set the position (-x and -y options)
838           (thanks to Gwenhael LE MOINE)
839         * $buffers and $cached (thanks to Jeremy Burch)
840         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
841
842 2004-05-14
843         * Version 0.16 released
844
845 2004-05-13
846         * $pre_exec, execute a shell command one time
847         * preparsing of text (faster but more memory usage)
848         * less system calls (faster)
849         * APM things to $battery (untested)
850
851 2004-05-12
852         * added $new_mails changed $mails to tell total mail count
853
854 2004-05-11
855         * transparent window, own_window configuration, -o cmdline option
856         * $exec, execute a shell command
857         * $acpitemp, $battery - acpi stuff (not really tested)
858
859 2004-05-10
860         * $loadavg, load average
861         * $mails, unread local mails, mail_spool configuration
862
863 2004-05-09
864         * Version 0.15 released
865
866 2004-05-06
867         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
868         * Some other stuff