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