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