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