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