wmbutton: Escape minus sign in manpage
[dockapps.git] / wmcpuload / ChangeLog
blob33c212cae29d3ed96ff42e10ba35b06aa93865eb
1 2002 Jul 14
2   * version 1.0.0 released
4 2002 Jul 13
5   * code cleanup/review
7 2002 May 19
8   * dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
9   * dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
10                visual class.
11   * src/Makefile.am: added missing @DFLAGS@
13 2002 May 17
14   * cpu_bsdi.c: added (Nicolas Belan <belan@matranet.com>)
16 2002 April 09
17   * dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
18   * libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
19   * configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
20                   *_search_path (Thanks to Thomas Runge <coto@core.de>)
21   * README: added 'for GNOME users' section
23 2002 April 05
24   * cpu_cywin.c: rewrote to separate cpu_get_usage().
25                  ( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
27 2002 April 01
28   * dockapp.c: removed background panel from windowed mode.
29   * dockapp.c: added '-wp, --windowed-withpanel' option.
30   * main.c: added '-t, --title' option to specify title name
31             (Thanks to Ryan Lovett <ryan@ocf.berkeley.edu>)
32   * wmcpuload.1: updated
33   * cpu_netbsd.c: added 'CP_INTR' parameter
35 2002 March 25
36   * added NetBSD support (Thomas Runge <coto at core.de>)
38 2002 March 23
39   * version 0.9.0 released
40   * configure.ac: added AC_CANONICAL_TARGET for cross-compiling
41   * configure.ac: changed $host_os to $target_os
43 2002 March 17
44   * configure.ac: removed some obsolete macros
45   * dockapp.h: added header check (taken from autoconf's manual)
47 2002 March 16
48   * configure.in: renamed as..
49   * configure.ac: this (for autoconf 2.50 or later)
50   * configure.ac: fixed a bug with checking select()
51   * configure.ac: added 2nd/3rd arguments of `AC_DEFINE' for config.h
52   * acconfig.h: removed
54 2002 March 15
55   * main.c: code cleanup/review
56   * main.c: removed a magic number '-1' for cpu_number
57   * main.c: added the CPU number readout for SMP system.
58   * configure.in: added AC_CHECK_HEADER(linux/threads.h) for SMP system.
60 2002 March 10
61   * main.c, wmcpuload.1: fixed misleading message for '--cpu' option
62                          (Gordon Fraser <gordon at debian.org>)
63     Thanks to Jean-Philippe Guerard <jean-philippe.guerard at laposte.net>
65 2002 March 08
66   * changed archive name into all-lower-case.
68 2002 March 03
69   * dockapp.c: rewrote (taken from WMMemMon-0.6.0)
70   * backlight_off.xpm, backlight_on.xpm: added the CPU number readout for SMP
71                                          system.
72   * backlight_off.xpm: changed background color brightly
74 2002 January 17
75   * version 0.8.1 released
76   * cpu_freebsd.c: changed name list of symbol table
78 2002 January 14
79   * fixed a bug with '-p, --ignore-proc','-c, --cpu' options (GNU/Linux)
81 2002 January 13
82   * code review/cleanup
83   * removed cpu_common.c
85 2002 January 05
86   * cpu_openbsd.c: re-wrote to use sysctl instead of kvm, no need for setgid
88 2001 December 30
89   * version 0.8.0 released
90   * updated manpage
91   * updated icons
93 2001 December 29
94   * added FAQ section to README
96 2001 December 25
97   * added '-c, --cpu <number>' option to support SMP (GNU/Linux)
98     (Thanks to Laurent Raufaste <analogue at glop.org> for the beta test)
99   * fixed a bug of 'make install-strip' (FreeBSD/OpenBSD)
101 2001 December 24
102   * changed arguments of get_system_cpuload()
103   * dropped the GNU coding standards:)
105 2001 November 13
106   * updated config.guess, and config.sub for multi-platforms
107     (Gordon Fraser <gordon at debian.org>)
109 2001 November 06
110   * renamed wmcpuload.c to main.c
111   * renamed cpuload_<arch>.c to cpu_<arch>.c
112   * renamed cpuload.c to cpu_common.c
113   * renamed cpuload.h to cpu.h
115 2001 October 16
116   * made small modifications in dockapp.c
117     (freeing the memory that is used for wmHints, removing d_width/d_height, and
118      adding a argument for event-mask to DA_Initialize())
120 2001 October 06
121   * added a man page (Gordon Fraser <gordon at freakzone.net>)
123 2001 September 16
124   * version 0.7.1 released
125   * fixed a bug with the blended-color in 2/8/16 bpp.
127 2001 September 16
128   * version 0.7.0 released
129   * fixed a bug with event handling with enlightenment.
131 2001 September 15
132   * added '-lc, --light-color' option.
134 2001 September 13
135   * included WMCPULoad.spec
136     (Francisco Vides Fernandez <pax at dedalo-ing.com>)
138 2001 September 12
139   * removed '--ignore-kapm' option.
140   * added '-p --ignore-proc' option.(see README)
142 2001 September 10
143   * added '--ignore-kapm' option.
144     (Ryan Veety <ryan at ryanspc.com>)
146 2001 September 01
147   * added Solaris support (Jonathan Lang <lang at synopsys.com>)
149 2001 August 20
150   * changed the output of the error messages from stdout to stderr.
152 2001 August 12
153   * version 0.6.0 released
155 2001 August 11
156   * added alarm-mode (see README)
158 2001 August 10
159   * changed to remove dependence on the libdockapp
160   * added '-bw --broken-wm' option to fix a problem with enlightenment window
161     manager
163 2001 July 25
164   * fixed a bug with '--ignore-nice' option in cpuload_linux.c
166 2001 July 23
167   * version 0.5.6 released
168   * changed to get rid of compiler warning messages with gcc 
169     on Linux and FreeBSD.
170   * added OpenBSD support (it's testing!!)
171     (john katagawa <dhc at scurvy.org>)
173 2001 July 22
174   * version 0.5.5 released
176 2001 July 09
177   * added "-n, --ignore-nice" option
178   * added the icons for Mandrake GNU/Linux
180 2001 June 02
181   * version 0.5.0 released
182   * changed the design of the graph
183   * added Cygwin support
184   * separated wmcpuload.xpm to backlight_on.xpm/backlight_off.xpm/parts.xpm
185   * changed the main-loop from while(1) to DAEventLoop()
186   * added a event(timer expired) to DACallbacks.
187   * code review/cleanup
189 2001 April 24
190   * version 0.1.1 released
191   * fixed many typo;(
193 2001 April 24
194   * version 0.1.0 released
195   * fixed a problem with redrawing of the icon window
196     (replace DASetPixmap with XCopyArea)
197   * added FreeBSD support
199 2001 April 15
200   * version 0.0.3a released
201   * fixed a problem with Afterstep Wharf
203 2001 April 13
204   * version 0.0.3 released
205   * added back-light
207 2001 April 11
208   * version 0.0.2 released
209   * added a configure script
211 2001 April 08
212   * Initial release