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