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