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