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