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