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