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