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