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