bb1586c4a14f899a8878260471fe45f7d0419669
[monky] / ChangeLog
1 # $Id$
2
3 2006-11-10
4         * Remove on_bottom and xmms_player completely.
5         * Closed bug #1591609 by adding a check for arguments with ibm_temps.
6
7 2006-11-09
8         * Updated vim and nano syntax coloring scripts.
9         * Added extras/ dir with syntax stuff to distribution tarball.
10
11 2006-11-08
12         * Added new config item 'max_user_text' with default 16384,
13         twice as large as previous hard-coded default of 8192 bytes.
14         Increase as needed to accomodate large config files with a
15         great deal of text.  This closes SF bug #1574523.
16
17 2006-11-07
18         * Changes to configure.ac for pkg-config on x11/xext/xdamage,
19         with fallback to conventional checks.
20         * Fixed segmentation fault on SUGUSR1 bug.
21         * Commented out Imlib2 from configure.ac since it's only partially
22         implemented.
23
24 2006-11-04
25         * Removed broken mldonkey and seti support.
26         * Added Hellf[i]re's nano syntax coloring script to svn.
27
28 2006-11-03
29         * Removed support for Xmms, BMP and Infopipe from conky.  
30         The Xmms and Bmp players are projects are dead and distros such 
31         as Gentoo are slating them for removal.  
32         * Added support for Audacious using new audacious vars.
33
34 2006-10-18
35         * Implement WiFi signal level detection on FreeBSD (patch
36         by Stepan Zastupov)
37
38 2006-10-04
39         * Fix buffer overflow in parsing LC_ALL, LC_CTYPE and LANG
40         environment variables and fix crash for users with locale
41         name longer than 10 chars (repored by Michael Schwendt)
42
43 2006-09-30
44         * --enable-debug added.
45         * prevent libtool from adding its default CFLAGS
46
47 2006-09-28
48         * Use pkg-config instead of xft-config.
49         * Fix last line bug which had required padding text with extra blank line 
50         to see text on last line.
51
52 2006-09-01
53         * Fix type-punning and "differ in signedness" warnings seen with
54         gcc-4.1 -O2.
55
56 2006-08-27
57         * Fix compilation errors when building with --diable-x11; bug #1547164
58
59 2006-08-12
60         * Make configure script print summary info
61         * Make `conky -v` show compiled-in features
62
63 2006-08-10
64         * Added Spock's patches, adding hddtemp, goto and tab variables.
65
66 2006-07-13
67         * Added tztime patch to show time in arbitrary time zones (thanks Ram
68         Yalamanchili)
69
70 2006-06-07
71         * Small battery fix (thanks Nexox, sf.net patch 1500014)
72         * Fixed order of variables/objects in docs (thanks Peter Tarjan)
73
74 2006-05-27
75         * Fixed a bug with $font
76
77 2006-05-24
78         * Xdamage support for composite and pals
79
80 2006-05-23
81         * CPU voltage support via $voltage_mv and $voltage_v (thanks to Peter
82         Tarjan for the patch)
83
84 2006-05-21
85         * SMP support for $freq and $freq_g (thanks to Peter Tarjan for the
86         patch)
87
88 2006-05-17
89         * Fixed issue with graphs not reaching all the way to the borders
90         (sf.net bug 1470480)
91         * Cleaned up units
92
93 2006-05-15
94         * Conky 1.4.2 released
95
96 2006-05-13
97         * GNU Iconv support added, new objects $iconv_start and $iconv_stop
98         * Added some safety to the threading code
99
100 2006-05-09
101         * Changed $font behavior so that the font persists past the next
102         newline.  It can be set back to the default with $font with no args.
103         (closes bug 1478676 on sf.net)
104
105 2006-05-08
106         * Added simple POP3/IMAP mail clients
107
108 2006-04-23
109         * Added support for PowerBook batteries
110         * Fixed broken $if/$else stuff
111
112 2006-04-15
113         * Added patch from Peter Tarjan to add support for IBM ACPI
114         * Added xmms2 patch from Lassi Selander (sf.net patch 1469523)
115
116 2006-04-11
117         * Removed sa_restorer crap (may fix some compile errors for some
118         people)
119
120 2006-04-07
121         * Added patch for adt746x fan/cpu speed for kernel >=2.6.12
122
123 2006-03-30
124         * Added patch to support new port monitor REMOTESERVICE peekable.
125
126 2006-03-29
127         * Scan port numbers as short.  Fixes debian bug# 359974.
128
129 2006-03-25
130         * Added XMMS2 patch 1456203 from Lassi Selander
131         * Added FreeBSD battery patch 1456008 from Petr Holub
132
133 2006-03-21
134         * Fixed ${top(_mem)} related code on FreeBSD (with help of Petr
135         Holub <hopet@users.sourceforge.net>)
136
137 2006-03-15
138         * Removed bmp-infopipe dependency from 1.4.1 and 1.9999 ebuilds for Gentoo 
139         (Gentoo bug# 125226).
140         * Fixed subversion ebuild for conky1 (1.9999) so it pulls the new trunk
141         path for conky1.
142
143 2006-03-12
144         * FreeBSD cpu info patch
145         * Conky 1.4.1 released
146
147 2006-03-07
148         * Fixed issue where some WM's don't control conky own_window windows.
149         * Added newly-updated vim file detection and syntax hilighting files to svn.
150         * Fixed issue with graphs resetting colours (sf.net bug #1420473)
151
152 2006-03-06
153         * Fixed battery problems when charged
154         * MPD code handles broken pipe now, instead of just killing conky
155         * Switch from CVS to SVN.  Thanks SourceForge.
156
157 2006-03-05
158         * Added patch to make $cpu stuff work on alpha (thanks Thomas Cort)
159         http://bugs.gentoo.org/show_bug.cgi?id=122637#c3
160         * Stop using override_redirect true -- conky back under WM control
161         when using 'own_window yes'.
162         * Fixed texeci breakage when forking to background is on
163
164 2006-02-14
165         * Drastically simplified own_window=yes window creation code.
166         * on_bottom and wm_class_name deprecated (they do nothing)
167
168 2006-02-13
169         * Fixed typo bug in portmon code that caused incorrect monitor data 
170         to be displayed.
171
172 2006-02-12
173         * Conky 1.4.0 released
174
175 2006-01-27
176         * Cleaned up texeci code
177
178 2006-01-26
179         * Added freedesktop.org extended window manager hints (EWMH)
180         for window type NORMAL and state's STICKY/SKIP_PAGER/SKIP_TASKBAR.
181         Fixes stacking order issues with freedesktop-compliant wm's,
182         such as XFCE4+. 
183
184 2006-01-25
185         * Fixed stupid graph code (it still sucks) sf.net bug 1372962
186         * Fixed $if_* stuff, sf.net bug 1401338 and 1400854
187         * Fixed xmms.c code to load glib 1.2 shared object lib.
188
189 2006-01-11
190         * Added xmms version 1 support.
191         * Added bmp through 0.9.7.1 support.
192         * Added config item xmms_player: none, xmms, bmp, audacious or
193         infopipe.
194
195 2006-01-07
196         * Added Audacious media player support.
197
198 2006-01-06
199         * Fixed infopipe bug (select() affects timer as a side effect on
200         Linux!)
201
202 2006-01-05
203         * Added draw_graph_borders option
204         * Added XMMS/BMP InfoPipe plugin support
205
206 2006-01-01
207         * Conky 1.3.5 released
208
209 2005-12-31
210         * Fixed bug with use_xft causing ignorance of font selection (sf.net
211         bug 1387564)
212         * Fixed issue with parsing of hex values for colours
213
214 2005-12-30
215         * Added BMPx (http://beep-media-player.org/) support
216
217 2005-12-14
218         * Fixed issues with execi stuff
219
220 2005-12-10
221         * Added sf.net patch 1374576
222
223 2005-12-05
224         * Fixed sf.net bug 1367745
225
226 2005-11-30
227         * Fixed sf.net bugs 1369607, 1367735 and gentoo bug 113921, 
228           all variations of the same array out of bounds issue.
229         * "Fixed" code in fs.c and conky.c to make fs stats match those displayed by df (affects reporting against ext3 filesystems only)
230
231 2005-11-27 
232         * new code in linux.c and top.c to calculate CPU % correctly on 2.6 kernels.
233
234 2005-11-24
235         * Fixed gentoo bug# 113219
236
237 2005-11-23
238         * Added #define/#undef SIGNAL_BLOCKING in conky.c for experimenting
239         with synchronous signal processing. set to #undef for previous behavior.
240         * Use POSIX signal api's, not the ANSI signal().
241
242 2005-11-22
243         * Fixed IP address bug (sf.net bug 1359055)
244
245 2005-11-16
246         * Conky 1.3.4 released
247
248 2005-11-12
249         * Replaced bitwise copy of tcp_connection_t with function
250         copy_tcp_connection().
251         * Changed call interfaces for get_acpi_fan(), get_acpi_ac_adapter(),   
252         get_freq(), get_freq_dynamic(), get_adt746x_cpu(), get_adt746x_fan(),
253         eliminating all mallocs.  pkovacs.  See bug 1355470.
254
255 2005-11-11
256         * moved hash sizing code into portmon lib, where it belongs
257         * More mem leaks fixed.
258
259 2005-11-10
260         * Added config items min_port_monitors / min_port_monitor_connections
261
262 2005-11-09
263         * Cleaned up top code, bug fixes
264         * Fixed some memory leaks
265
266 2005-11-08
267         * Fix bug# 1351686.  Patch by boojit.
268         * Fixed 1331576 (I think) with bad cpu usage reporting
269
270 2005-11-01
271         * Documentation updates for compiling and port monitoring
272         * Removed cairo stuff (it's useless)
273
274 2005-10-31
275         * Added statfs sf.net patch 1344493
276
277 2005-10-30
278         * Added tcp port monitor support (pkovacs)
279
280 2005-10-28
281         * Added WM_CLASS patch from sf.net patch 1340825
282
283 2005-10-21
284         * acpi segfault should be fixed (sf.net bug 1330893)
285         * SIGUSR1 bug fixed? (sf.net bug 1330914)
286
287 2005-10-17
288         * Ugly MPD mem leak fixed
289         * Other mem leaks fixed
290         * Fixed thing where conky exits if LC_ALL and friends isn't set
291         * Conky 1.3.3 released
292
293 2005-10-13
294         * Conky 1.3.2 released
295
296 2005-10-10
297         * More MPD objects (sf.net patch 1319461)
298
299 2005-10-07
300         * fixed mldonkey bug? sf.net bug 1316531
301
302 2005-09-30
303         * Linkstatus patch from btlee on f.g.o (see
304         http://forums.gentoo.org/viewtopic-p-2765647.html#2765647)
305
306 2005-09-29
307         * Fixed build on FreeBSD for non-i386
308         * Made it so top_mem doesn't show all the forks of one process
309
310 2005-09-27
311         * Fixed small bug in config parsing (thanks robgrady, bug 1306032)
312
313 2005-09-24
314         * Fixed bug where graphs/bars don't show when maximum_width is enabled
315
316 2005-09-15
317         * Fixed right-alignment bug thanks to Pascal Eberhard
318         * Applied patch 1291420 from sf.net
319         * Fixed issue with whack graph data
320         * Fixed issue with Conky quitting when a file fails to load
321
322 2005-09-11
323         * Fixed bug with xft and double buffer in own window
324         * 1.3.1 released
325
326 2005-09-04
327         * Misc small bug fixes
328
329 2005-09-03
330         * MPD patch (sf.net patch 1281108)
331         * Fixed graph width bug
332
333 2005-08-31
334         * FreeBSD support was added
335         * 1.3.0 released
336
337 2005-08-27
338         * added threaded execi, $texeci
339         * feature freeze
340
341 2005-08-26
342         * Fixed slight vertical misalignment of bars/graphs (sf.net 1273994)
343         * Diskio fixes (sf.net 1274140)
344         * $alignr and $alignc now have 25% more goodness! (sf.net bug 1273905)
345         * Far better SMP support
346         * Added support for i8k kernel driver, parsing information for dell inspiron laptops found in /proc/i8k (sf.net request 1256058)
347
348 2005-08-25
349         * More own_window fixes
350         * applied disk io patch (sf.net patch 1271691)
351         * applied $freq fixes patch, adds new $freq_dyn (sf.net patch 1271633)
352         * removed units from $freq* output
353         * fix for graph config parsing
354         * Added $head, fixed mem leak with $tail
355
356 2005-08-24
357         * More configure and makefile updates
358         * Added scale arg for net graphs
359         * Fixed bug in own_window stuff--amazing fake transparency now works
360         properly
361         * added own_window_colour, own_window_transparent
362
363 2005-08-23
364         * Added maximum_width
365
366 2005-08-22
367         * Added $execibar and $execigraph
368
369 2005-08-21
370         * Moved source into src/, moved docs into doc/
371         * Updated makefiles
372
373 2005-08-20
374         * Applied patch from zimba-tm, closes patch 1260225
375         * Fixed ugly gradient bug.  closes bug 1255608
376         * Added $voffset
377         * Removed metar code.  It sucked.
378         * Added $acpitempf for amooricans
379         * $tail fixes
380
381 2005-08-12
382         * Multiple unit additions and modifications
383
384 2005-08-07
385         * mpd password patch from Joshua Gerrish
386         * conky can run without X now, use --disable-x11 when configuring
387 =========================================================================
388 =========================================================================
389 2005-08-06
390         * Conky 1.2 released
391
392 2005-08-05
393         * small fixes
394         * added CVS ebuild, huge thanks to Hopeless for this
395
396 2005-08-04
397         * special thanks to Citizen_X and his patience
398         * Citizen_X pwns
399         * keep shakin' those big 'ol titties
400         * Citizen_X
401         * Citizen_X
402         * Citizen_X
403         * Citizen_X
404
405 2005-08-03
406         * many small fixes, thanks to those who reported problems
407
408 2005-08-02
409         * dramatically improved how conky handles fonts
410         * fixed issues with graph args
411         * fixed shades and outlines
412
413 2005-08-01
414         * stabilized code
415         * added gradients to graphs (very pretty)
416         * things
417         * added $font, yay
418         * feature freeze; only bugfixes now
419
420 2005-07-30
421         * finalized graphing code, see $cpugraph, $memgraph, $execgraph,
422         $downspeedgraph, and $upspeedgraph
423         * added override_utf8_locale option
424         * poop
425         * $tab patch from jack_mort on f.g.o
426
427 2005-07-28
428         * Added new graphing code, such as $cpugraph
429         * small fixes all round
430         * stuff
431         * things
432         * added more mpd objects
433
434 2005-07-24
435         * Conky now has UTF-8 support
436         * Fixed $freq for those with CPU scaling
437         * Fixed the problem with total_run_times
438         * Fixed alignment of bars and lines and stuff
439         * Reduced conky's memory usage (yay!)
440         * Removed top_sort_cpu, added top_mem which sorts by mem usage instead
441         of cpu
442
443 2005-07-17
444         * Fixed a pile of bugs in configure script
445         * Added proper checking for headers in configure script
446         * Made METAR shit threaded so it would stop being retarded, also made
447         it try more then once to update
448         * Added $metar_tempf and ${i2c tempf} for americans
449
450 2005-07-16
451         * Added option for Conky to update N times and quit, see
452         total_run_times in conkyrc.sample
453         * Added metar code for weather info, thanks to somebody on sf.net
454         * Added $alignr and $alignc for right and centre alignment
455         * Added wireless info and IP addr patch, thanks Bobby Beckmann,
456         options $addr and $linkstatus (please test!), as well as fixed a mem
457         leak in this patch
458         * adt746x fix, thanks to dan-h on sf.net
459         * Added mldonkey support patch, thanks Lucas Brutschy on sf.net 
460         * Added patch to allow hex colour values, thanks roiban adi on sf.net
461         * Added if constructs patch, thanks Lucas Brutschy on sf.net
462         * Fixed bug in tab code (hopefully for the last time)
463         * Added option to sort by cpu or memory for top, see top_sort_cpu
464
465 2005-07-12
466         * Added fix for battery charged state (thanks to Lukas Zapletal
467         <lzap@seznam.cz>)
468
469 =========================================================================
470 =========================================================================
471         
472 2005-07-05
473         * Conky 1.1 released
474
475 2005-07-03
476         * Added $mpd_bar and $mpd_bitrate
477         * Some minor code cleanups prior to release
478         * Fixed problem with Conky not compiling when XFT disabled
479         * Fixed configure.in problems with Xdbe
480
481 2005-07-01
482         * Fixed memory leak in MPD code
483         * Added new $tail object (see conkyrc.sample) which loves to suck CPU
484         and memory
485         * Fixed more mem leaks
486
487 2005-06-30
488         * Added use_spacer to config
489         * Added $mpd_status
490         * Added small fix for i2c from Filedil on forums.gentoo.org
491
492 2005-06-28
493         * Made it possible to use tabs to right-justify (just add a bunch)
494         * Added ${execbar} (see conkyrc.sample)
495
496 2005-06-26
497         * Added memory % to top output
498         * 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)
499
500 2005-06-25
501         * Conky now recognizes the tab character correctly
502         * Added simple config option to print to stdout (out_to_console
503         <yes/no>)
504
505 2005-06-23
506         * Added top output.  Check the sample config.
507         * Cleaned up code.
508
509 2005-06-22
510         * Finished MPD support ($mpd_title, $mpd_artist, $mpd_album, $mpd_vol)
511         * Removed NVCtrl code
512         * Added noswap and i2c patches
513
514 =========================================================================
515 =========================================================================
516         
517 2005-06-21
518         * Version 1.0. Conky is born from the ashes of torsmo. Main site:
519         http://conky.sf.net/
520         * Added xwin patch
521         * Added new feature for sample averaging of CPU and net info
522
523 2004-12-22
524         * Version 0.18 released
525
526 2004-12-21
527         * Fixed some double buffer + Xft stuff
528         * Applied X-Mozilla-Status patch (thanks affinity)
529         * Applied NVCtrl patch and modified it a bit (temperature monitoring
530           for nvdia-based graphics cards) (I couldn't test this so it may or
531           may not work or even compile) (thanks Dennis Frommknecht)
532         * Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me
533           mail, I didn't catch your name from sourceforge])
534         * Applied patch that supports mailbox that is in some 'maildir' format
535           (thanks jolapache [send mail, I didn't catch your name from
536           sourceforge])
537         * min -> m
538         * Applied pad_percents patch (thanks JL Farinacci)
539         * Fixed some stuff in acpi fan and acpi ac adapter
540         * Optional XFT even when compiled in
541
542 2004-11-30
543         * Applied utime patch (UTC time) (thanks David McCabe)
544
545 2004-11-29
546         * Applied Xdbe patch, this includes double_buffer configuration and
547           -b command line option (thanks Bruce Merry)
548         * Applied some other seti patch, not tested (thanks William DiPlacido)
549
550 2004-08-25
551         * Applied netbsd patch (thanks Rui Paulo)
552         * Applied cpu frequency patch (thanks William DiPlacido)
553         * Applied adt746x patch (thanks Dennis Kaandorp)
554         * Applied some other FreeBSD patch by the same guy
555
556 2004-07-31
557         * Applied FreeBSD patch (thanks Roman Bogorodskiy)
558
559 2004-07-25
560         * Xft support and xftfont configuration
561         * rewrote some stuff, there might be some new bugs in old places
562
563 2004-07-24
564         * I2C divisor from a file (thanks Falk Feuersenger)
565
566 2004-07-20
567         * changed battery thing to ${battery <filename in
568           /proc/acpi/battery/>}
569         * SETI@Home stuff (thanks Jarski)
570
571 2004-07-05
572         * changed signal for config file reloading to SIGUSR1
573         * mixer stuff, $mixer, $mixerl, $mixerr, $mixerbar, $mixerlbar,
574           $mixerrbar
575
576 2004-06-03
577         * maybe fixed acpi battery thing when "present rate" isn't known
578
579 2004-06-01
580         * fixed width for all bars, use like ${cpubar 4,50}
581
582 2004-05-25
583         * Version 0.17 released
584
585 2004-05-23
586         * battery number for ACPI battery (thanks Leszek Krupiñski)
587         * default battery is now BAT0 instead of BAT1, set ${battery 1} if
588           the old battery thing worked
589         * bug fix on load average reporting (thanks Leszek Krupiñski)
590         * outlines to text, draw_outline and default_outline_color
591           configurations and $outlinecolor (thanks adi)
592         * $acpifan, $acpiacadapter, $uptime_short (thanks adi)
593
594 2004-05-19
595         * fixed a bug when starting after Opera (and some other programs)
596         * sticky window
597         * minimum_size
598
599 2004-05-18
600         * added border_width configuration
601
602 2004-05-16
603         * fixed zero length bar bug
604
605 2004-05-15
606         * file system stats, $fs_bar, $fs_free, $fs_free_perc, $fs_size,
607           $fs_used
608         * leaves ACPI temperature file open (faster)
609         * -a option to change alignment on command line
610
611 2004-05-14
612         * fixed ACPI temperature bug
613         * border_margin configuration
614         * ${execi <interval> <command>}, execute with specific interval
615         * added possibility to manually set the position (-x and -y options)
616           (thanks to Gwenhael LE MOINE)
617         * $buffers and $cached (thanks to Jeremy Burch)
618         * WM_CLASS when drawing to own window (thanks to Gwenhael LE MOINE)
619
620 2004-05-14
621         * Version 0.16 released
622
623 2004-05-13
624         * $pre_exec, execute a shell command one time
625         * preparsing of text (faster but more memory usage)
626         * less system calls (faster)
627         * APM things to $battery (untested)
628
629 2004-05-12
630         * added $new_mails changed $mails to tell total mail count
631
632 2004-05-11
633         * transparent window, own_window configuration, -o cmdline option
634         * $exec, execute a shell command
635         * $acpitemp, $battery - acpi stuff (not really tested)
636
637 2004-05-10
638         * $loadavg, load average
639         * $mails, unread local mails, mail_spool configuration
640
641 2004-05-09
642         * Version 0.15 released
643
644 2004-05-06
645         * SIGHUP reloads config file (thanks Jørgen P. Tjernø)
646         * Some other stuff