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