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