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