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