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