Make AddMouseRegion's index unsigned
[dockapps.git] / wmsun / ChangeLog
bloba7c8f3dcc50b628c67c9d50302239f95256b94c9
1 Version 1.06 - released August 28, 2021
2         Update mailing list links to new Google Groups.
3         Update old windowmaker.org/dockapps urls to dockapps.net
4         Fix typo in manpage.
5         Move version number definition to Makefile
6         Add 'dist' target to Makefile to generate tarball
8 Version 1.05 - released August 24, 2015
9         wmsun uses now the new library libdockapp that includes the old
10           wmgeneral library.
11         Expand README.
12         Fix typos in manpage.
14 Version 1.04 - released June 14, 2015
15         Update to latest version of wmgeneral library.
16         Move source files to top directory.
17         Update Makefile. In particular,
18         - Remove INCDIR, DESTDIR, and LIBDIR definitions.
19         - Add PREFIX, BINDIR, MANDIR, and INSTALL definitions.
20         - Add -lm to LIBS.
21         - Drop COPTS, uname, and INCDIR and add CPPFLAGS and CFLAGS when
22           compiling.
23         - Drop COPTS, SYSTEM, INCDIR, and LIBDIR and add LDFLAGS when linking.
24         - Use INSTALL when installing, create installation directories, use new
25           BINDIR and MANDIR directories.
26         Fix implicit definition warnings. Add declaration for SunRise() in
27           wmSun.c and move Interp() earlier in SunRise.c.
28         Remove unused variables.
29         Add return types to functions.
30         Fix "unused parameter" compiler warnings.
31         Fix "overflow in implicit constant conversion" compiler warning.
32         Remove trailing whitespace.
33         Add support for wmgeneral -geometry command line option. Also take the
34           opportunity to fit -td option's help text on one line.
35         Remove unused UTTohhmm function.
36         Reduce scope of variables.
37         Add -12 command line option to use 12-hour clock.
38         Use threadsafe functions.
39         Rename executable from wmSun to wmsun.
40         Add ChangeLog; changes split from wmsun.c.
41         Update contact information.
42         Smart display refresh for fewer wake-ups and better responsiveness
43           Patch by Peter Colberg <peterc@gmx.net> for Debian bug #446681 [1].
44         Fix need to restart for Daylight Savings change. Based on patch by
45           Martin Stigge <martin@stigge.org> to fix Debian bug #414489 [2]
46         Escape hyphens in manpage. Based on the patch for Debian by Denis
47           Briand <denis@narcan.fr> [3].
48         Update includes using include-what-you-use.
50         [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446681
51         [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414489
52         [3] http://sources.debian.net/src/wmsun/1.03%2B1-2/debian/patches/
53               02_fix_hyphen-used-as-minus-sign.diff/
55 Version 1.03 - released February 4, 1999.
56         cosmetic for AfterStep users. removed spurious black line at RHS edge an
57         mask.
59 Version 1.02 - released January 12, 1999.
60         Added support for User-specified date and Time difference so that
61         you can have the display be correct in local time even for remote
62         lat/lons. (I am in Hawaii right now. I dont want to reset the time on
63         my laptop, so with these new options I can still get the correct
64         local times of rise/set. Sunset is awesome here in Kona!!! And the calcs
65         seem to be quite good -- it's a good test here because the Sun sets over
66         the Pacific (no mountains are in the way)).
68 Version 1.01 - released January 6, 1999.
69         Fixed stupid bug in Date change montior.
71 Version 1.0 - released January 5, 1999.