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