2 * Bump to version 1.1.1.
3 * Fix Makefile.am for automake 1.14.
4 * Update url and contact information.
6 * Update autotools files to silence warnings.
7 * Restore some previous commits (COPYING update, whitespace).
12 applied a patch from php-coder <php-coder at altlinux.ru>
15 * main.c: clear digits before redraw_digit().
20 - remvoed --ignore-proc.
21 * configure.ac: remvoed --ignore-proc.
22 * main.c: remvoed --ignore-proc.
25 * configure.ac: fixed a typo.
28 * src/cpu_freebsd.c: fixed a bug with --ignore-nice option.
31 * libdockapp/dockapp.c (dockapp_win): added.
32 * src/main.c: ExposureMask
33 * src/main.c: removed pixmap buffering for optimization.
36 * src/cpu_openbsd.c, src/cpu_netbsd.c: fixed a bug with --ignore-nice option.
37 (Thanks to Nedko Arnaudov <nedko at users.sourceforge.net> for sending a
41 * version 1.0.1 released
44 * src/cpu_freebsd.c: changed to use <sys/resource.h> instead of <sys/dkstat.h>
45 in the case of __FreeBSD_version >= 500101.
46 (Thanks to Philip Paeps <philip at paeps.cx)
49 * doc/wmcpuload.1: updated
52 * cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)
55 * main.c: changed description for `--cpu' oprion to be more clear.
59 * cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)
62 * version 1.0.0 released
68 * dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
69 * dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
71 * src/Makefile.am: added missing @DFLAGS@
74 * cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)
77 * dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
78 * libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
79 * configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
80 *_search_path (Thanks to Thomas Runge <coto at core.de>)
81 * README: added 'for GNOME users' section
84 * cpu_cywin.c: rewrote to separate cpu_get_usage().
85 ( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
88 * dockapp.c: removed background panel from windowed mode.
89 * dockapp.c: added '-wp, --windowed-withpanel' option.
90 * main.c: added '-t, --title' option to specify title name
91 (Thanks to Ryan Lovett <ryan at ocf.berkeley.edu>)
92 * wmcpuload.1: updated
93 * cpu_netbsd.c: added 'CP_INTR' parameter
96 * added NetBSD support (Thomas Runge <coto at core.de>)
99 * version 0.9.0 released
100 * configure.ac: added AC_CANONICAL_TARGET for cross-compiling
101 * configure.ac: changed $host_os to $target_os
104 * configure.ac: removed some obsolete macros
105 * dockapp.h: added header check (taken from autoconf's manual)
108 * configure.in: renamed as..
109 * configure.ac: this (for autoconf 2.50 or later)
110 * configure.ac: fixed a bug with checking select()
111 * configure.ac: added 2nd/3rd arguments of `AC_DEFINE' for config.h
112 * acconfig.h: removed
115 * main.c: code cleanup/review
116 * main.c: removed a magic number '-1' for cpu_number
117 * main.c: added the CPU number readout for SMP system.
118 * configure.in: added AC_CHECK_HEADER(linux/threads.h) for SMP system.
121 * main.c, wmcpuload.1: fixed misleading message for '--cpu' option
122 (Gordon Fraser <gordon at debian.org>)
123 Thanks to Jean-Philippe Guerard <jean-philippe.guerard at laposte.net>
126 * changed archive name into all-lower-case.
129 * dockapp.c: rewrote (taken from WMMemMon-0.6.0)
130 * backlight_off.xpm, backlight_on.xpm: added the CPU number readout for SMP
132 * backlight_off.xpm: changed background color brightly
135 * version 0.8.1 released
136 * cpu_freebsd.c: changed name list of symbol table
139 * fixed a bug with '-p, --ignore-proc','-c, --cpu' options (GNU/Linux)
142 * code review/cleanup
143 * removed cpu_common.c
146 * cpu_openbsd.c: re-wrote to use sysctl instead of kvm, no need for setgid
149 * version 0.8.0 released
154 * added FAQ section to README
157 * added '-c, --cpu <number>' option to support SMP (GNU/Linux)
158 (Thanks to Laurent Raufaste <analogue at glop.org> for the beta test)
159 * fixed a bug of 'make install-strip' (FreeBSD/OpenBSD)
162 * changed arguments of get_system_cpuload()
163 * dropped the GNU coding standards:)
166 * updated config.guess, and config.sub for multi-platforms
167 (Gordon Fraser <gordon at debian.org>)
170 * renamed wmcpuload.c to main.c
171 * renamed cpuload_<arch>.c to cpu_<arch>.c
172 * renamed cpuload.c to cpu_common.c
173 * renamed cpuload.h to cpu.h
176 * made small modifications in dockapp.c
177 (freeing the memory that is used for wmHints, removing d_width/d_height, and
178 adding a argument for event-mask to DA_Initialize())
181 * added a man page (Gordon Fraser <gordon at freakzone.net>)
184 * version 0.7.1 released
185 * fixed a bug with the blended-color in 2/8/16 bpp.
188 * version 0.7.0 released
189 * fixed a bug with event handling with enlightenment.
192 * added '-lc, --light-color' option.
195 * included WMCPULoad.spec
196 (Francisco Vides Fernandez <pax at dedalo-ing.com>)
199 * removed '--ignore-kapm' option.
200 * added '-p --ignore-proc' option.(see README)
203 * added '--ignore-kapm' option.
204 (Ryan Veety <ryan at ryanspc.com>)
207 * added Solaris support (Jonathan Lang <lang at synopsys.com>)
210 * changed the output of the error messages from stdout to stderr.
213 * version 0.6.0 released
216 * added alarm-mode (see README)
219 * changed to remove dependence on the libdockapp
220 * added '-bw --broken-wm' option to fix a problem with enlightenment window
224 * fixed a bug with '--ignore-nice' option in cpuload_linux.c
227 * version 0.5.6 released
228 * changed to get rid of compiler warning messages with gcc
229 on Linux and FreeBSD.
230 * added OpenBSD support (it's testing!!)
231 (john katagawa <dhc at scurvy.org>)
234 * version 0.5.5 released
237 * added "-n, --ignore-nice" option
238 * added the icons for Mandrake GNU/Linux
241 * version 0.5.0 released
242 * changed the design of the graph
243 * added Cygwin support
244 * separated wmcpuload.xpm to backlight_on.xpm/backlight_off.xpm/parts.xpm
245 * changed the main-loop from while(1) to DAEventLoop()
246 * added a event(timer expired) to DACallbacks.
247 * code review/cleanup
250 * version 0.1.1 released
254 * version 0.1.0 released
255 * fixed a problem with redrawing of the icon window
256 (replace DASetPixmap with XCopyArea)
257 * added FreeBSD support
260 * version 0.0.3a released
261 * fixed a problem with Afterstep Wharf
264 * version 0.0.3 released
268 * version 0.0.2 released
269 * added a configure script