Make AddMouseRegion's index unsigned
[dockapps.git] / wmgtemp / ChangeLog
blobc5e049006aaab8772084a698df5a5d9b1da2604f
1 2017-02-01  Doug Torrance <dtorrance@piedmont.edu>
3         * CREDITS, ChangeLog, README, configure.ac: Bump to version 1.2.
5 2017-02-01  Doug Torrance <dtorrance@piedmont.edu>
7         * src/wmgtemp-interface-mask.xbm: Use 'char' instead of 'unsigned char'
8           for bit mask.  Avoids compiler warning:
10 2017-02-01  Doug Torrance <dtorrance@piedmont.edu>
12         * src/wmgtemp.c: Remove unused variable 'chipname'
14 2017-02-01  Doug Torrance <dtorrance@piedmont.edu>
16         * src/wmgtemp.c: Drop all inline functions.  Too many issues when
17           compiling with different C standards.
19 2017-01-31  Doug Torrance <dtorrance@piedmont.edu>
21         * Makefile, Makefile.am, configure.ac, src/.deps, src/Makefile,
22           src/wmgtemp.c: Switch to autotools for build.
24 2017-01-31  Doug Torrance <dtorrance@piedmont.edu>
26         * src/.deps, src/Makefile, src/wmgeneral/list.c, src/wmgeneral/list.h,
27           src/wmgeneral/misc.c, src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
28           src/wmgeneral/wmgeneral.h, src/wmgtemp.c: Use wmgeneral from
29           libdockapp.
31 2017-01-31  Doug Torrance <dtorrance@piedmont.edu>
33         * src/wmgtemp.c: Fix -Waggressive-loop-optimizations compiler warning.
34           In particular, the cpu_history array has length 59, so when i = 58,
35           cpu_history[i+1] is undefined.  From:
36             http://sources.debian.net/src/1.1-3/debian/patches/
37              fix_-Waggressive-loop-optimizations.patch/
39 2017-01-31  Doug Torrance <dtorrance@piedmont.edu>
41         * src/wmgtemp.c: Autodetect sensors.conf instead of providing default
42           value.  Patch by Aurelien Jarno <aurel32@debian.org>.  From:
43             http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
44              sensors.conf.patch/
46 2017-01-31  Doug Torrance <dtorrance@piedmont.edu>
48         * wmgtemp.1: Fix hyphen in manpage.  Patch by Dario Minnucci
49           <midget@debian.org>.  From:
50             http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/
51              fix_hyphens_in_wmgtemp.1.patch/
54 2010-06-21 11:54  kronos
56         * src/: wmgtemp-interface.xpm, wmgtemp.c: applied patch from Ludwig
57           Nussell re: t flag and degree drawing
59 2010-06-21 11:54  kronos
61         * CREDITS: applied path from Ludwig Nussell re: t flag and degree
62           drawing
64 2010-03-26 21:27  kronos
66         * CREDITS: dev
68 2010-03-26 21:22  kronos
70         * BUGS: rc segfault bug fixed
72 2010-03-26 21:21  kronos
74         * CREDITS: minor update
76 2010-03-26 21:15  kronos
78         * wmgtemp.1: update man page
80 2010-03-26 21:09  kronos
82         * CREDITS, src/wmgtemp.c, src/wmgeneral/wmgeneral.c: fixed segfault
83           in wmgeneral. compiles with lm_sensors3, can now specify the
84           sensors config. added chip selection option
86 2007-06-14 11:01  kronos
88         * Makefile, wmgtemp.1, src/Makefile, src/wmgtemp.c: merged patch
89           from Josip Rodin and Lugwig Nussel
91 2003-06-10 19:33  kronos
93         * src/wmgtemp.c: added version to help screen
95 2003-06-10 19:29  kronos
97         * README, wmgtemp.1, examples/wmgtemprc, src/wmgtemp.c: added
98           feature1/2 options, added quiet option
100 2003-03-12 00:57  kronos
102         * CREDITS, src/wmgtemp.c: removed multiline string literal,
103           deprecated in gcc-3.2
105 2002-06-14 02:21  kronos
107         * README, src/Makefile: now usiing dynamic chipset detection
109 2002-02-24 21:27  kronos
111         * wmgtemp.1: removed suported sensors stuff
113 2002-02-24 21:24  kronos
115         * CREDITS: fixed typo in email
117 2002-02-24 21:19  kronos
119         * src/wmgtemp.c: switched t autodetection of chips
121 2001-06-09 03:49  kronos
123         * CREDITS, README, wmgtemp.1, src/wmgtemp.c: merged in ADM1021
124           support re Dennis Schneider <sdans@wed.de>. Added temperature
125           swapping
127 2001-04-17 01:53  kronos
129         * README: added AS99127F to sensor  lis
131 2001-04-17 01:48  kronos
133         * src/wmgtemp.1x: removed coz i wrote a better one and added it
134           somewhere else and forgot about this one
136 2001-04-17 01:45  kronos
138         * Makefile: Modified manpage install - actually works this time,
139           that'll teach me for doing it at work and not testing it ;)
141 2001-04-17 01:45  kronos
143         * wmgtemp.1: HELP for ckable tempscale indicator - cycling.
145 2001-04-17 01:44  kronos
147         * src/wmgtemp.c: Added clickable tempscale indicator - cycling.
149 2001-04-13 15:29  kronos
151         * INSTALL, Makefile: Added manpage install
153 2001-04-13 02:04  kronos
155         * wmgtemp.1: Initial add of manpage
157 2001-04-13 02:02  kronos
159         * CREDITS, src/wmgtemp.c: Added support for AS99127F and fixed the
160           bug that stopped the temps being displayed in other scales
162 2001-02-28 20:55  kronos
164         * src/wmgtemp.c: Corrected help screen defailt temps for min and
165           max
167 2001-02-28 20:53  kronos
169         * TODO: updated with doneness
171 2001-02-28 20:41  kronos
173         * src/wmgtemp-interface.xpm: Changed high temp viewing indicator
174           light to amber
176 2001-02-28 20:34  kronos
178         * src/wmgtemp.c: Fixed typo in help, removed extra -h flag on help
179           screen, correct processing of -u flag.
181 2001-02-28 16:50  kronos
183         * src/wmgtemp.c: Changed summink to test email notification
185 2001-02-28 16:47  kronos
187         * src/wmgtemp.c: testing email notifications
189 2001-02-28 14:48  kronos
191         * src/wmgtemp.c: Fixed lagging screen drawing
193 2001-02-28 14:47  kronos
195         * examples/wmgtemprc: Initial add
197 2001-02-28 14:46  kronos
199         * BUGS: added blurb
201 2001-02-27 20:57  kronos
203         * README: Added guff
205 2001-02-27 20:34  kronos
207         * BUGS: Added
209 2001-02-27 20:28  kronos
211         * src/: wmgtemp-interface.xpm, wmgtemp.c: Changed commandline
212           processing to getopt, Added rcfile processing, Added MAX temp
213           viewing indicator light
215 2001-02-26 20:45  kronos
217         * src/: wmgtemp-interface.xpm, wmgtemp.c: Last commit added support
218           for W83781D and W83627HF. This: Added support for optional
219           displaying of CPU/SYS temp on graph.
221 2001-02-26 17:15  kronos
223         * src/: wmgtemp-interface.xpm, wmgtemp.c: Added HIGH temp
224           displaying, execing of command at given temp
226 2001-02-26 14:15  kronos
228         * CREDITS: Added note for Jon Kinred <compart@one.net.au>
230 2001-02-26 14:14  kronos
232         * src/wmgtemp.c: W83781D, W83627HF support.
234 2001-02-23 21:01  kronos
236         * src/wmgtemp.1x: Added manpage
238 2001-02-22 21:13  kronos
240         * INSTALL: updated instructions
242 2001-02-22 21:12  kronos
244         * Makefile: Added missing install option
246 2001-02-22 21:08  kronos
248         * TODO: checked off completed ideas
250 2001-02-22 20:57  kronos
252         * src/wmgtemp.c: Converted to use signals - xevents weren't being
253           handled in a timely manner
255 2001-02-22 20:22  kronos
257         * src/wmgtemp.c: Code cleanup
259 2001-02-21 20:38  kronos
261         * src/wmgtemp.c: moved drawing of range lines
263 2001-02-21 20:05  kronos
265         * src/: wmgtemp-interface.xpm, wmgtemp.c: Revamped graph rescaling,
266           not so zoomy
268 2001-02-16 19:42  kronos
270         * src/wmgtemp.c: Updated usage
272 2001-02-16 19:40  kronos
274         * src/Makefile: Added 'depend' back in, oops!
276 2001-02-16 19:40  kronos
278         * src/.deps: New
280 2001-02-16 19:33  kronos
282         * src/wmgtemp.c: tidied a few things
284 2001-02-16 19:29  kronos
286         * src/Makefile: removed 'depend', not needed
288 2001-02-16 19:23  kronos
290         * src/: .xvpics/wmgtemp-interface.xpm, .xvpics/wmlm_master.xpm,
291           .deps: Removed, shouldn't be maintained by cvs
293 2001-02-16 19:06  kronos
295         * CREDITS: Initial
297 2001-02-16 18:56  kronos
299         * TODO: Checked off completed items
301 2001-02-16 18:53  kronos
303         * src/wmgtemp.h: Removed coz it ain't needed
305 2001-02-16 18:48  kronos
307         * src/: wmgtemp.c: Added CPU temp warning lights
309 2001-02-16 14:55  kronos
311         * src/wmgtemp.c: Got rid of a few of the if's in temperature
312           scaling
314 2001-02-16 14:46  kronos
316         * src/: wmgtemp.c, wmgtemp.h: Modified graph to scale on the fly
317           depending on temperature ranges of displayed values.
319 2001-02-09 21:52  kronos
321         * src/wmgtemp.c: added checking for invalid delay
323 2001-02-09 21:50  kronos
325         * src/wmgtemp.c: corrected update delay message
327 2001-02-09 21:46  kronos
329         * src/wmgtemp.c: changed error message for unsupported chip
331 2001-02-09 21:40  kronos
333         * src/: wmgtemp-interface.xpm, wmgtemp.c, wmgtemp.h: Adding
334           structure to make supporting other chipssets easier
336 2001-02-07 18:58  kronos
338         * TODO: added ideas while i still remember them
340 2001-02-07 18:52  kronos
342         * src/wmgtemp.c: added usage for block and line
344 2001-02-07 18:51  kronos
346         * TODO: added ideas while i still remember them
348 2001-02-07 18:47  kronos
350         * Artistic, INSTALL, README, TODO: Initial
352 2001-02-07 18:34  kronos
354         * src/: wmgtemp.c, wmgtemp.h: added rudimentary graph drawing
356 2001-02-07 17:28  kronos
358         * Makefile, src/.deps, src/Makefile,
359           src/wmgtemp-interface-mask.xbm, src/wmgtemp-interface.xpm,
360           src/wmgtemp.c, src/wmgtemp.h, src/wmgeneral/misc.c,
361           src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
362           src/wmgeneral/wmgeneral.h, src/wmgeneral/list.c,
363           src/wmgeneral/list.h, src/.xvpics/wmgtemp-interface.xpm,
364           src/.xvpics/wmlm_master.xpm: Initial revision
366 2001-02-07 17:28  kronos
368         * Makefile, src/.deps, src/Makefile,
369           src/wmgtemp-interface-mask.xbm, src/wmgtemp-interface.xpm,
370           src/wmgtemp.c, src/wmgtemp.h, src/wmgeneral/misc.c,
371           src/wmgeneral/misc.h, src/wmgeneral/wmgeneral.c,
372           src/wmgeneral/wmgeneral.h, src/wmgeneral/list.c,
373           src/wmgeneral/list.h, src/.xvpics/wmgtemp-interface.xpm,
374           src/.xvpics/wmlm_master.xpm: initial import of tidied up version