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