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