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