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