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