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