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