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