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