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