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