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