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