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