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