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