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