wmshutdown: Bump to version 1.6
[dockapps.git] / wmmoonclock / ChangeLog
blobea016be86600f9f70379e516731b8a76e030b16f
1 Changes:
2 Version 1.29 -  released August 14, 2017
3                 Update GPLv2 license text.
4                 Update FSF address.
5                 Remove trailing whitespace.
6                 Use autotools for build.
7                 Rename changelog to ChangeLog; clean up and split off TODO.
8                 Correct bug report email address.
9                 Remove unused variables.
10                 Use unsigned char in mask bitmap to avoid overflow warnings.
11                 Use correct includes for each file.
12                 Add desktop entry file.
14 Version 1.28 -  released September 20, 2011.
15                 Debian patches added to the upstream version. These patches
16                 are included:
17                 01_all_previous_diff.diff, 02_update_time.diff,
18                 03_add_southern_hemisphere_support.diff and
19                 04_fix_hyphen_used_as_minus_sign.diff
20                 BUGS file updated to report to wmaker-dev@lists.windowmaker.info
21                 Source is now at http://repo.or.cz/w/dockapps.git
22                 Updated by Rodolfo García Peñas (kix) <kix@kix.es>
24 Version 1.27 -  released June 7, 1999.
25                 fixed a minor bug in computation of azimuth (A in Horizon
26                 Coords). Thanks to Dan Moraru for spotting this one. (There were
27                 two SinGlat factors instead of one).
29 Version 1.26 -  released April 22, 1999 (?).
30 Version 1.25 -  released March 22, 1999.
31                 Now auto-detects 8-bit display and forces the LowColor pixmap to
32                 be used. The -low option still works if you need to conserve
33                 colors even on high-color displays.
35                 Added 3 command line options + code to change colors of the data
36                 entries:
38                         -bc <Color> to change background color.
39                         -lc <Color> to change color of labels and headers.
40                         -dc <Color> to change color of data values.
42 Version 1.24 -  released February 9, 1999.
43                 Added low color support via the -low command line option.
45 Version 1.23 -  released February 4, 1999.
46                 cosmetic for AfterStep users. removed spurious black line at
47                 RHS edge an mask.
49 Version 1.22 -  released January 8, 1999.
50                 + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs
51                   because PI2 was defined in <math.h>.
53 Version 1.21 -  released January 7, 1999.
54                 + minor bug fixes in Makefile and manpage.
56 Version 1.2 - released January 3, 1999.
57               Added:
58                 + Local Time/ Universal Time display.
59                 + Visible: Yes/No to indicate if Moon is up or not.
60                 + Frac (percent through orbit -- this is NOT a simple
61                   conversion of AGE....).
62                 + Horizon Coords. Altitude is measured up from horizon to
63                   Moon in degrees. Azimuth is in degrees from due south.
65               Also shuffled things around a bit...
67 Version 1.1 - released December 24, 1998.
68               Fixed bug in AGE calculation. It now should be highly accurate.
69               Note that AGE is not the same as Phase*29.530589 ...
70               I have checked with the Astronomical Almanac and it agrees very
71               well....
73 Version 1.0 - released December 16, 1998.