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