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