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