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