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