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