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