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