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