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