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