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