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