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