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