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