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