update vim/nano syntax files
[monky] / ChangeLog
1 # $Id$
2
3 2007-08-14
4         * Updated vim/nano syntax files.
5
6 2007-08-12
7         * Added $hwmon var, similar to $i2c and $platform.
8
9 2007-08-12
10         * Added var $platform which is similar to $i2c and accommodates the conversion
11           of many devices from /sys/bus/i2c/devices to /sys/bus/platform/devices.
12   * Removed config item post_21_kernel since it forced all i2c device lookups
13           to go to /sys/bus/platform/devices and some people may need a mix of both
14                 i2c and platform devices.
15
16 2007-08-10
17         * Clarifying licensing
18
19 2007-08-08
20         * RSS support
21         * Wireless support for Linux
22
23 2007-08-05
24         * Conky 1.4.6 released
25         * Updated to libmpdclient 0.13.0
26         * Added 'post_21_kernel' config param to specify kernels 2.6.22 and newer
27         so i2c works properly
28
29 2007-08-04
30         * Fixed potential issue on FreeBSD when nprocs < 10 (thanks zotrix)
31         * Added support for multiple batteries when using acpi (thanks Phil)
32         * a bunch of code cleanups (thanks Psychon)
33         * added max length paramater to mpd_title (thinks fow)
34         * a number of small bug fixes
35
36 2007-07-15
37         * Fix PID display, patch #1753934.  thanks sohalt.
38         * Fix displaying 4 GB traffic after reloading network driver,
39                         patch #1754260.  thanks sohalt.
40
41 2007-06-21
42         * Right-justify top/top_mem vars (pid/cpu/mem} so they align on the decimal.
43
44 2007-04-25
45         * Added color[0-9] variable patch (thanks jieryn)
46
47 2007-04-05
48         * Added if_empty patch (thanks Erik)
49         * Added if_existing patch for string matching (thanks cromka)
50         * Added hwmon support (thanks flitsch)
51         * Some xmms2 updates (thanks sleipner)
52         * Added $battery_percent and $battery_bar (thanks akash)
53
54 2007-02-25
55         * OpenBSD support added to Conky (thanks hifi)
56         * Updated mboxscan stuff (thanks calmar)
57
58 2007-02-25
59         * Created branch/1.5 copy of trunk/conky1.  Removing all experimental
60           network code from trunk/conky1.
61
62 2007-02-14
63         * Include missing mboxscan.h in conky.h.
64         * Fixed signedness warnings in conky.c.
65
66 2007-02-11
67         * Added buffer_text_size option to change the size of the buffer for
68         things like $exec, $tail, et cetera
69         * Added $mboxscan which lets you display the Subject and From fields
70         from recent email in an mbox file
71         * Disambiguated (is that a word?) $cpu docs
72
73 2007-01-14
74         * Fallback to gettimeofday() when clock_gettime () not available (mac os).
75
76 2007-01-09
77         * API change (timing in milliseconds) for dexter_timedsampler_new ().
78
79 2007-01-07
80         * Add config.rpath (created by gettextize -copy) to distribution
81           to satisfy AM_ICONV.
82         * Clean up some warnings; remove ftp.[ch] from src/Makefile.am.
83
84 2006-12-29
85         * Update svn ebuild to new sourceforge url scheme.
86                 - requires deletion of existing wc: rm -rf /usr/portage/distfile/svn-src/conky/
87         * Added head/tail rewrite patch (thanks Ryan Twitchell)
88         * Added diskio read/write sf.net patch 1542880 (thanks Blondak)
89
90 2006-12-26
91         * Clear conky vars on disconnect/failure to open files.
92
93 2006-12-23
94         * Updated to libmpdclient 0.12.0
95
96 2006-12-22
97         * client/server infrastructure and prototype for linux only (so far):
98                 - requires libdexter (http://sourceforge.net/projects/libdexter)
99                 and the dxt-sysinfo plugin (svn only at the moment).
100         * new config items:
101                 - dexter_client yes/no
102                 - dexter_server yes/no
103                 - dexter_config /path/to/libdexter/config (default: $HOME/.dexterrc)
104                 - own_window_class <WM Class Name> (default: Conky)
105                         - replaces wm_class_name
106                 - own_window_title <Window Title> (default: <hostname> - conky)
107         * removed config items:
108                 - wm_class_name (use own_window_class, same function)
109         * configure changes:
110           --disable-network (default=yes) with auto-detection for libdexter.
111                 - remove useless --enable-proc-uptime (PROC_UPTIME never referenced).  
112                         HAVE_SYSINFO and others determine if /proc/uptime is used.
113                 - silently disable xft, double-buffer and xdamage if no x11.
114                 - change enable/disable labels to reflect defaults accurately.
115                 - simplified compile-based checks for sysinfo/getloadavg and by moving
116                   them into AC_CHECK_FUNCS.
117         * allow decorated, own_window=yes windows to be given input focus by WM:
118                 - do not pass button clicks through to desktop in this scenario as conky
119                   immediately loses focus.  
120
121 2006-12-13
122         * Clarify LGPL license on timed_thread modules.
123         * Update NEWS files.
124
125 2006-12-12
126         * Split battery variable into two:
127                 battery, e.g. "charging 75%" and
128                 battery_time, e.g. "3h 15m".
129         * Conky 1.4.5 released.
130
131 2006-12-11
132         * Close pop3/imap sockets.
133         * Fix outstanding battery issues.
134
135 2006-12-10
136         * Fix peek table bug with new portmon code.
137
138 2006-12-09
139         * Replaced hash module used by libtcp-portmon with GLib's GHashTable,
140         due to licensing issue noted by Fedora Core packagers.
141         * Eliminated config items: 
142                 min_port_monitors,
143                 min_port_monitor_connections
144         * Added config item:
145                 max_port_monitor_connections
146
147 2006-11-30
148         * Added $entropy_avail, $entropy_poolsize and $entropy_bar
149         for the crypto freaks.  Idea suggested by Perttu Luukko
150         <nuteater@users.sourceforge.net> in feature request 1497050.
151         * Added max length specifier to audacious_title.  Closes
152         feature request #1600631.
153
154 2006-11-28
155         * Rearrange retry attempts in pop3 and imap code, removing sleep() 
156         calls which cause the whole process to sleep, not just the thread.
157
158 2006-11-22
159         * Added max_specials config item with default 512.  This should
160         close bug #1574523 for real this time.  Thanks to John Harrigan
161         <jfharrigan@fedex.com> for this one.
162
163 2006-11-21
164         * Changed autotools for subversion versioning.
165         * Updated svn ebuild for gentoo.
166         * Documentation updates for clarity, i.e. close bug #1599041.
167
168 2006-11-20
169         * fix compile error with --disable-xdamage when Xdamage.h not present.
170
171 2006-11-18
172         * fix bug where present rate var was not being read from acpi battery
173         state file: /proc/acpi/battery/%s/state.
174
175 2006-11-15
176         * Change linkstatus display for use_spacer.  Closes bug #1577580.
177
178 2006-11-14
179         * Fix compile error with --disable-x11.
180         * Add new timed thread abstraction routines.
181         * Convert thread activity to timed threads, including
182         texeci, imap, pop3, audacious.
183         * Change memory vars from unsigned long to unsigned long long
184         to fix reported overflow, e.g. swapmax >= 4Gb.
185
186 2006-11-13
187         * Use pthread_cond_timedwait() instead of sleep() in audacious
188         thread.  Will convert all worker threads to this timing method.  
189
190 2006-11-12
191         * Fix freebsd build error.
192         * Minor changes to syntax files.
193         * Conky 1.4.4 released.
194
195 2006-11-11
196         * Add max_user_text to documentation.
197         * Fixed BadWindow bugs (#1568366, #1588384).
198
199 2006-11-10
200         * Remove on_bottom and xmms_player completely.
201         * Closed ibm_temps bug #1591609.
202         * Conky 1.4.3 released.
203
204 2006-11-09
205         * Updated vim and nano syntax coloring scripts.
206         * Added extras/ dir with syntax stuff to distribution tarball.
207
208 2006-11-08
209         * Added new config item 'max_user_text' with default 16384,
210         twice as large as previous hard-coded default of 8192 bytes.
211         Increase as needed to accomodate large config files with a
212         great deal of text.  This closes SF bug #1574523.
213
214 2006-11-07
215         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
216         with fallback to conventional checks.
217         * Fixed segmentation fault on SUGUSR1 bug.
218         * Commented out Imlib2 from configure.ac since it's only partially
219         implemented.
220
221 2006-11-04
222         * Removed broken mldonkey and seti support.
223         * Added Hellf[i]re's nano syntax coloring script to svn.
224
225 2006-11-03
226         * Removed support for Xmms, BMP and Infopipe from conky.  
227         The Xmms and Bmp players are projects are dead and distros such 
228         as Gentoo are slating them for removal.  
229         * Added support for Audacious using new audacious vars.
230
231 2006-10-18
232         * Implement WiFi signal level detection on FreeBSD (patch
233         by Stepan Zastupov)
234
235 2006-10-04
236         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
237         environment variables and fix crash for users with locale
238         name longer than 10 chars (repored by Michael Schwendt)
239
240 2006-09-30
241         * --enable-debug added.
242         * prevent libtool from adding its default CFLAGS
243
244 2006-09-28
245         * Use pkg-config instead of xft-config.
246         * Fix last line bug which had required padding text with extra blank line 
247         to see text on last line.
248
249 2006-09-01
250         * Fix type-punning and "differ in signedness" warnings seen with
251         gcc-4.1 -O2.
252
253 2006-08-27
254         * Fix compilation errors when building with --diable-x11; bug #1547164
255
256 2006-08-12
257         * Make configure script print summary info
258         * Make `conky -v` show compiled-in features
259
260 2006-08-10
261         * Added Spock's patches, adding hddtemp, goto and tab variables.
262
263 2006-07-13
264         * Added tztime patch to show time in arbitrary time zones (thanks Ram
265         Yalamanchili)
266
267 2006-06-07
268         * Small battery fix (thanks Nexox, sf.net patch 1500014)
269         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
270
271 2006-05-27
272         * Fixed a bug with $font
273
274 2006-05-24
275         * Xdamage support for composite and pals
276
277 2006-05-23
278         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
279         Tarjan for the patch)
280
281 2006-05-21
282         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
283         patch)
284
285 2006-05-17
286         * Fixed issue with graphs not reaching all the way to the borders
287         (sf.net bug 1470480)
288         * Cleaned up units
289
290 2006-05-15
291         * Conky 1.4.2 released
292
293 2006-05-13
294         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
295         * Added some safety to the threading code
296
297 2006-05-09
298         * Changed $font behavior so that the font persists past the next
299         newline.  It can be set back to the default with $font with no args.
300         (closes bug 1478676 on sf.net)
301
302 2006-05-08
303         * Added simple POP3/IMAP mail clients
304
305 2006-04-23
306         * Added support for PowerBook batteries
307         * Fixed broken $if/$else stuff
308
309 2006-04-15
310         * Added patch from Peter Tarjan to add support for IBM ACPI
311         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
312
313 2006-04-11
314         * Removed sa_restorer crap (may fix some compile errors for some
315         people)
316
317 2006-04-07
318         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
319
320 2006-03-30
321         * Added patch to support new port monitor REMOTESERVICE peekable.
322
323 2006-03-29
324         * Scan port numbers as short.  Fixes debian bug# 359974.
325
326 2006-03-25
327         * Added XMMS2 patch 1456203 from Lassi Selander
328         * Added FreeBSD battery patch 1456008 from Petr Holub
329
330 2006-03-21
331         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
332         Holub <hopet@users.sourceforge.net>)
333
334 2006-03-15
335         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
336         (Gentoo bug# 125226).
337         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
338         path for conky1.
339
340 2006-03-12
341         * FreeBSD cpu info patch
342         * Conky 1.4.1 released
343
344 2006-03-07
345         * Fixed issue where some WM's don't control conky own_window windows.
346         * Added newly-updated vim file detection and syntax hilighting files to svn.
347         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
348
349 2006-03-06
350         * Fixed battery problems when charged
351         * MPD code handles broken pipe now, instead of just killing conky
352         * Switch from CVS to SVN.  Thanks SourceForge.
353
354 2006-03-05
355         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
356         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
357         * Stop using override_redirect true -- conky back under WM control
358         when using 'own_window yes'.
359         * Fixed texeci breakage when forking to background is on
360
361 2006-02-14
362         * Drastically simplified own_window=yes window creation code.
363         * on_bottom and wm_class_name deprecated (they do nothing)
364
365 2006-02-13
366         * Fixed typo bug in portmon code that caused incorrect monitor data 
367         to be displayed.
368
369 2006-02-12
370         * Conky 1.4.0 released
371
372 2006-01-27
373         * Cleaned up texeci code
374
375 2006-01-26
376         * Added freedesktop.org extended window manager hints (EWMH)
377         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
378         Fixes stacking order issues with freedesktop-compliant wm's,
379         such as XFCE4+. 
380
381 2006-01-25
382         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
383         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
384         * Fixed xmms.c code to load glib 1.2 shared object lib.
385
386 2006-01-11
387         * Added xmms version 1 support.
388         * Added bmp through 0.9.7.1 support.
389         * Added config item xmms_player: none, xmms, bmp, audacious or
390         infopipe.
391
392 2006-01-07
393         * Added Audacious media player support.
394
395 2006-01-06
396         * Fixed infopipe bug (select() affects timer as a side effect on
397         Linux!)
398
399 2006-01-05
400         * Added draw_graph_borders option
401         * Added XMMS/BMP InfoPipe plugin support
402
403 2006-01-01
404         * Conky 1.3.5 released
405
406 2005-12-31
407         * Fixed bug with use_xft causing ignorance of font selection (sf.net
408         bug 1387564)
409         * Fixed issue with parsing of hex values for colours
410
411 2005-12-30
412         * Added BMPx (http://beep-media-player.org/) support
413
414 2005-12-14
415         * Fixed issues with execi stuff
416
417 2005-12-10
418         * Added sf.net patch 1374576
419
420 2005-12-05
421         * Fixed sf.net bug 1367745
422
423 2005-11-30
424         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
425           all variations of the same array out of bounds issue.
426         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
427
428 2005-11-27 
429         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
430
431 2005-11-24
432         * Fixed gentoo bug# 113219
433
434 2005-11-23
435         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
436         with synchronous signal processing. set to #undef for previous behavior.
437         * Use POSIX signal api's, not the ANSI signal().
438
439 2005-11-22
440         * Fixed IP address bug (sf.net bug 1359055)
441
442 2005-11-16
443         * Conky 1.3.4 released
444
445 2005-11-12
446         * Replaced bitwise copy of tcp_connection_t with function
447         copy_tcp_connection().
448         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
449         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
450         eliminating all mallocs.  pkovacs.  See bug 1355470.
451
452 2005-11-11
453         * moved hash sizing code into portmon lib, where it belongs
454         * More mem leaks fixed.
455
456 2005-11-10
457         * Added config items min_port_monitors / min_port_monitor_connections
458
459 2005-11-09
460         * Cleaned up top code, bug fixes
461         * Fixed some memory leaks
462
463 2005-11-08
464         * Fix bug# 1351686.  Patch by boojit.
465         * Fixed 1331576 (I think) with bad cpu usage reporting
466
467 2005-11-01
468         * Documentation updates for compiling and port monitoring
469         * Removed cairo stuff (it's useless)
470
471 2005-10-31
472         * Added statfs sf.net patch 1344493
473
474 2005-10-30
475         * Added tcp port monitor support (pkovacs)
476
477 2005-10-28
478         * Added WM_CLASS patch from sf.net patch 1340825
479
480 2005-10-21
481         * acpi segfault should be fixed (sf.net bug 1330893)
482         * SIGUSR1 bug fixed? (sf.net bug 1330914)
483
484 2005-10-17
485         * Ugly MPD mem leak fixed
486         * Other mem leaks fixed
487         * Fixed thing where conky exits if LC_ALL and friends isn't set
488         * Conky 1.3.3 released
489
490 2005-10-13
491         * Conky 1.3.2 released
492
493 2005-10-10
494         * More MPD objects (sf.net patch 1319461)
495
496 2005-10-07
497         * fixed mldonkey bug? sf.net bug 1316531
498
499 2005-09-30
500         * Linkstatus patch from btlee on f.g.o (see
501         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
502
503 2005-09-29
504         * Fixed build on FreeBSD for non-i386
505         * Made it so top_mem doesn't show all the forks of one process
506
507 2005-09-27
508         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
509
510 2005-09-24
511         * Fixed bug where graphs/bars don't show when maximum_width is enabled
512
513 2005-09-15
514         * Fixed right-alignment bug thanks to Pascal Eberhard
515         * Applied patch 1291420 from sf.net
516         * Fixed issue with whack graph data
517         * Fixed issue with Conky quitting when a file fails to load
518
519 2005-09-11
520         * Fixed bug with xft and double buffer in own window
521         * 1.3.1 released
522
523 2005-09-04
524         * Misc small bug fixes
525
526 2005-09-03
527         * MPD patch (sf.net patch 1281108)
528         * Fixed graph width bug
529
530 2005-08-31
531         * FreeBSD support was added
532         * 1.3.0 released
533
534 2005-08-27
535         * added threaded execi, $texeci
536         * feature freeze
537
538 2005-08-26
539         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
540         * Diskio fixes (sf.net 1274140)
541         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
542         * Far better SMP support
543         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
544
545 2005-08-25
546         * More own_window fixes
547         * applied disk io patch (sf.net patch 1271691)
548         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
549         * removed units from $freq* output
550         * fix for graph config parsing
551         * Added $head, fixed mem leak with $tail
552
553 2005-08-24
554         * More configure and makefile updates
555         * Added scale arg for net graphs
556         * Fixed bug in own_window stuff--amazing fake transparency now works
557         properly
558         * added own_window_colour, own_window_transparent
559
560 2005-08-23
561         * Added maximum_width
562
563 2005-08-22
564         * Added $execibar and $execigraph
565
566 2005-08-21
567         * Moved source into src/, moved docs into doc/
568         * Updated makefiles
569
570 2005-08-20
571         * Applied patch from zimba-tm, closes patch 1260225
572         * Fixed ugly gradient bug.  closes bug 1255608
573         * Added $voffset
574         * Removed metar code.  It sucked.
575         * Added $acpitempf for amooricans
576         * $tail fixes
577
578 2005-08-12
579         * Multiple unit additions and modifications
580
581 2005-08-07
582         * mpd password patch from Joshua Gerrish
583         * conky can run without X now, use --disable-x11 when configuring
584 =========================================================================
585 =========================================================================
586 2005-08-06
587         * Conky 1.2 released
588
589 2005-08-05
590         * small fixes
591         * added CVS ebuild, huge thanks to Hopeless for this
592
593 2005-08-04
594         * special thanks to Citizen_X and his patience
595         * Citizen_X pwns
596         * keep shakin' those big 'ol titties
597         * Citizen_X
598         * Citizen_X
599         * Citizen_X
600         * Citizen_X
601
602 2005-08-03
603         * many small fixes, thanks to those who reported problems
604
605 2005-08-02
606         * dramatically improved how conky handles fonts
607         * fixed issues with graph args
608         * fixed shades and outlines
609
610 2005-08-01
611         * stabilized code
612         * added gradients to graphs (very pretty)
613         * things
614         * added $font, yay
615         * feature freeze; only bugfixes now
616
617 2005-07-30
618         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
619         $downspeedgraph, and $upspeedgraph
620         * added override_utf8_locale option
621         * poop
622         * $tab patch from jack_mort on f.g.o
623
624 2005-07-28
625         * Added new graphing code, such as $cpugraph
626         * small fixes all round
627         * stuff
628         * things
629         * added more mpd objects
630
631 2005-07-24
632         * Conky now has UTF-8 support
633         * Fixed $freq for those with CPU scaling
634         * Fixed the problem with total_run_times
635         * Fixed alignment of bars and lines and stuff
636         * Reduced conky's memory usage (yay!)
637         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
638         of cpu
639
640 2005-07-17
641         * Fixed a pile of bugs in configure script
642         * Added proper checking for headers in configure script
643         * Made METAR shit threaded so it would stop being retarded, also made
644         it try more then once to update
645         * Added $metar_tempf and ${i2c tempf} for americans
646
647 2005-07-16
648         * Added option for Conky to update N times and quit, see
649         total_run_times in conkyrc.sample
650         * Added metar code for weather info, thanks to somebody on sf.net
651         * Added $alignr and $alignc for right and centre alignment
652         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
653         options $addr and $linkstatus (please test!), as well as fixed a mem
654         leak in this patch
655         * adt746x fix, thanks to dan-h on sf.net
656         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
657         * Added patch to allow hex colour values, thanks roiban adi on sf.net
658         * Added if constructs patch, thanks Lucas Brutschy on sf.net
659         * Fixed bug in tab code (hopefully for the last time)
660         * Added option to sort by cpu or memory for top, see top_sort_cpu
661
662 2005-07-12
663         * Added fix for battery charged state (thanks to Lukas Zapletal
664         <lzap@seznam.cz>)
665
666 =========================================================================
667 =========================================================================
668         
669 2005-07-05
670         * Conky 1.1 released
671
672 2005-07-03
673         * Added $mpd_bar and $mpd_bitrate
674         * Some minor code cleanups prior to release
675         * Fixed problem with Conky not compiling when XFT disabled
676         * Fixed configure.in problems with Xdbe
677
678 2005-07-01
679         * Fixed memory leak in MPD code
680         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
681         and memory
682         * Fixed more mem leaks
683
684 2005-06-30
685         * Added use_spacer to config
686         * Added $mpd_status
687         * Added small fix for i2c from Filedil on forums.gentoo.org
688
689 2005-06-28
690         * Made it possible to use tabs to right-justify (just add a bunch)
691         * Added ${execbar} (see conkyrc.sample)
692
693 2005-06-26
694         * Added memory % to top output
695         * 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)
696
697 2005-06-25
698         * Conky now recognizes the tab character correctly
699         * Added simple config option to print to stdout (out_to_console
700         <yes/no>)
701
702 2005-06-23
703         * Added top output.  Check the sample config.
704         * Cleaned up code.
705
706 2005-06-22
707         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
708         * Removed NVCtrl code
709         * Added noswap and i2c patches
710
711 =========================================================================
712 =========================================================================
713         
714 2005-06-21
715         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
716         http://conky.sf.net/
717         * Added xwin patch
718         * Added new feature for sample averaging of CPU and net info
719
720 2004-12-22
721         * Version 0.18 released
722
723 2004-12-21
724         * Fixed some double buffer + Xft stuff
725         * Applied X-Mozilla-Status patch (thanks affinity)
726         * Applied NVCtrl patch and modified it a bit (temperature monitoring
727           for nvdia-based graphics cards) (I couldn't test this so it may or
728           may not work or even compile) (thanks Dennis Frommknecht)
729         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
730           mail, I didn't catch your name from sourceforge])
731         * Applied patch that supports mailbox that is in some 'maildir' format
732           (thanks jolapache [send mail, I didn't catch your name from
733           sourceforge])
734         * min -> m
735         * Applied pad_percents patch (thanks JL Farinacci)
736         * Fixed some stuff in acpi fan and acpi ac adapter
737         * Optional XFT even when compiled in
738
739 2004-11-30
740         * Applied utime patch (UTC time) (thanks David McCabe)
741
742 2004-11-29
743         * Applied Xdbe patch, this includes double_buffer configuration and
744           -b command line option (thanks Bruce Merry)
745         * Applied some other seti patch, not tested (thanks William DiPlacido)
746
747 2004-08-25
748         * Applied netbsd patch (thanks Rui Paulo)
749         * Applied cpu frequency patch (thanks William DiPlacido)
750         * Applied adt746x patch (thanks Dennis Kaandorp)
751         * Applied some other FreeBSD patch by the same guy
752
753 2004-07-31
754         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
755
756 2004-07-25
757         * Xft support and xftfont configuration
758         * rewrote some stuff, there might be some new bugs in old places
759
760 2004-07-24
761         * I2C divisor from a file (thanks Falk Feuersenger)
762
763 2004-07-20
764         * changed battery thing to ${battery <filename in
765           /proc/acpi/battery/>}
766         * SETI@Home stuff (thanks Jarski)
767
768 2004-07-05
769         * changed signal for config file reloading to SIGUSR1
770         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
771           $mixerrbar
772
773 2004-06-03
774         * maybe fixed acpi battery thing when "present rate" isn't known
775
776 2004-06-01
777         * fixed width for all bars, use like ${cpubar 4,50}
778
779 2004-05-25
780         * Version 0.17 released
781
782 2004-05-23
783         * battery number for ACPI battery (thanks Leszek Krupiñski)
784         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
785           the old battery thing worked
786         * bug fix on load average reporting (thanks Leszek Krupiñski)
787         * outlines to text, draw_outline and default_outline_color
788           configurations and $outlinecolor (thanks adi)
789         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
790
791 2004-05-19
792         * fixed a bug when starting after Opera (and some other programs)
793         * sticky window
794         * minimum_size
795
796 2004-05-18
797         * added border_width configuration
798
799 2004-05-16
800         * fixed zero length bar bug
801
802 2004-05-15
803         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
804           $fs_used
805         * leaves ACPI temperature file open (faster)
806         * -a option to change alignment on command line
807
808 2004-05-14
809         * fixed ACPI temperature bug
810         * border_margin configuration
811         * ${execi <interval> <command>}, execute with specific interval
812         * added possibility to manually set the position (-x and -y options)
813           (thanks to Gwenhael LE MOINE)
814         * $buffers and $cached (thanks to Jeremy Burch)
815         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
816
817 2004-05-14
818         * Version 0.16 released
819
820 2004-05-13
821         * $pre_exec, execute a shell command one time
822         * preparsing of text (faster but more memory usage)
823         * less system calls (faster)
824         * APM things to $battery (untested)
825
826 2004-05-12
827         * added $new_mails changed $mails to tell total mail count
828
829 2004-05-11
830         * transparent window, own_window configuration, -o cmdline option
831         * $exec, execute a shell command
832         * $acpitemp, $battery - acpi stuff (not really tested)
833
834 2004-05-10
835         * $loadavg, load average
836         * $mails, unread local mails, mail_spool configuration
837
838 2004-05-09
839         * Version 0.15 released
840
841 2004-05-06
842         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
843         * Some other stuff