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