Make AddMouseRegion's index unsigned
[dockapps.git] / wmcpuload / ChangeLog
blob029e92c2150a18b007832e1f9294e03b5a87ef71
1 2016 Oct 20
2   * Bump to version 1.1.1.
3   * Fix Makefile.am for automake 1.14.
4   * Update url and contact information.
5   * Remove CVS cruft.
6   * Update autotools files to silence warnings.
7   * Restore some previous commits (COPYING update, whitespace).
9 2006 Jan 28
10   * cpu_linux.c:
11   * main.c:
12     applied a patch from php-coder <php-coder at altlinux.ru>
14 2005 Feb 12
15   * main.c: clear digits before redraw_digit().
17 2005 Feb 10
18   * cpu_linux.c:
19   - supported linux 2.6
20   - remvoed --ignore-proc.
21   * configure.ac: remvoed --ignore-proc.
22   * main.c: remvoed --ignore-proc.
24 2005 Jan 17
25   * configure.ac: fixed a typo.
27 2004 Feb 1
28   * src/cpu_freebsd.c: fixed a bug with --ignore-nice option.
30 2004 Jan 25
31   * libdockapp/dockapp.c (dockapp_win): added.
32   * src/main.c: ExposureMask
33   * src/main.c: removed pixmap buffering for optimization.
35 2003 Oct 12
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
38      patch)
40 2003 Mar 9
41   * version 1.0.1 released
43 2003 Mar 8
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)
48 2002 Sep 29
49   * doc/wmcpuload.1: updated
51 2002 Sep 25
52   * cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)
54 2002 Sep 1
55   * main.c: changed description for `--cpu' oprion to be more clear.
56   * README: updated
58 2002 Aug 20
59   * cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)
61 2002 Jul 14
62   * version 1.0.0 released
64 2002 Jul 13
65   * code cleanup/review
67 2002 May 19
68   * dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
69   * dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
70                visual class.
71   * src/Makefile.am: added missing @DFLAGS@
73 2002 May 17
74   * cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)
76 2002 April 09
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
83 2002 April 05
84   * cpu_cywin.c: rewrote to separate cpu_get_usage().
85                  ( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
87 2002 April 01
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
95 2002 March 25
96   * added NetBSD support (Thomas Runge <coto at core.de>)
98 2002 March 23
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
103 2002 March 17
104   * configure.ac: removed some obsolete macros
105   * dockapp.h: added header check (taken from autoconf's manual)
107 2002 March 16
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
114 2002 March 15
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.
120 2002 March 10
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>
125 2002 March 08
126   * changed archive name into all-lower-case.
128 2002 March 03
129   * dockapp.c: rewrote (taken from WMMemMon-0.6.0)
130   * backlight_off.xpm, backlight_on.xpm: added the CPU number readout for SMP
131                                          system.
132   * backlight_off.xpm: changed background color brightly
134 2002 January 17
135   * version 0.8.1 released
136   * cpu_freebsd.c: changed name list of symbol table
138 2002 January 14
139   * fixed a bug with '-p, --ignore-proc','-c, --cpu' options (GNU/Linux)
141 2002 January 13
142   * code review/cleanup
143   * removed cpu_common.c
145 2002 January 05
146   * cpu_openbsd.c: re-wrote to use sysctl instead of kvm, no need for setgid
148 2001 December 30
149   * version 0.8.0 released
150   * updated manpage
151   * updated icons
153 2001 December 29
154   * added FAQ section to README
156 2001 December 25
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)
161 2001 December 24
162   * changed arguments of get_system_cpuload()
163   * dropped the GNU coding standards:)
165 2001 November 13
166   * updated config.guess, and config.sub for multi-platforms
167     (Gordon Fraser <gordon at debian.org>)
169 2001 November 06
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
175 2001 October 16
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())
180 2001 October 06
181   * added a man page (Gordon Fraser <gordon at freakzone.net>)
183 2001 September 16
184   * version 0.7.1 released
185   * fixed a bug with the blended-color in 2/8/16 bpp.
187 2001 September 16
188   * version 0.7.0 released
189   * fixed a bug with event handling with enlightenment.
191 2001 September 15
192   * added '-lc, --light-color' option.
194 2001 September 13
195   * included WMCPULoad.spec
196     (Francisco Vides Fernandez <pax at dedalo-ing.com>)
198 2001 September 12
199   * removed '--ignore-kapm' option.
200   * added '-p --ignore-proc' option.(see README)
202 2001 September 10
203   * added '--ignore-kapm' option.
204     (Ryan Veety <ryan at ryanspc.com>)
206 2001 September 01
207   * added Solaris support (Jonathan Lang <lang at synopsys.com>)
209 2001 August 20
210   * changed the output of the error messages from stdout to stderr.
212 2001 August 12
213   * version 0.6.0 released
215 2001 August 11
216   * added alarm-mode (see README)
218 2001 August 10
219   * changed to remove dependence on the libdockapp
220   * added '-bw --broken-wm' option to fix a problem with enlightenment window
221     manager
223 2001 July 25
224   * fixed a bug with '--ignore-nice' option in cpuload_linux.c
226 2001 July 23
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>)
233 2001 July 22
234   * version 0.5.5 released
236 2001 July 09
237   * added "-n, --ignore-nice" option
238   * added the icons for Mandrake GNU/Linux
240 2001 June 02
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
249 2001 April 24
250   * version 0.1.1 released
251   * fixed many typo;(
253 2001 April 24
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
259 2001 April 15
260   * version 0.0.3a released
261   * fixed a problem with Afterstep Wharf
263 2001 April 13
264   * version 0.0.3 released
265   * added back-light
267 2001 April 11
268   * version 0.0.2 released
269   * added a configure script
271 2001 April 08
272   * Initial release