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