wmmoonclock: Add wmmoonclock v1.27 from tarball
[dockapps.git] / wmmoonclock / changelog
blob6eebb7b38661dd40d0cf1bcf16b4902a211327fc
1 /*
2  *
3  *      wmMoonClock-1.26 (C) 1998, 1999 Mike Henderson (mghenderson@lanl.gov)
4  *
5  *              - Shows Moon Phase....
6  *
7  *
8  *
9  *
10  *
11  *      This program is free software; you can redistribute it and/or modify
12  *      it under the terms of the GNU General Public License as published by
13  *      the Free Software Foundation; either version 2, or (at your option)
14  *      any later version.
15  *
16  *      This program is distributed in the hope that it will be useful,
17  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
18  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  *      GNU General Public License for more details.
20  *
21  *      You should have received a copy of the GNU General Public License
22  *      along with this program (see the file COPYING); if not, write to the
23  *      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24  *      Boston, MA  02111-1307, USA
25  *
26  *      Things TODO:
27  *                  - clean up code!
28  *                  - more detailed documentation.
29  *                  - reduce size of pixmap! Dont need it in one pixmap.
30  *                    Aslo, does the hi-color pixmap really need all those colors?
31  *                  - add rotation of moon so user sees it as they would in reality?
32  *                  - eclipses. The calcs are quite acurate so this should be easily doable.
33  *                    (Note the Sun position calcs in CalcEphem are low precision -- high is not
34  *                     as costly as the Moon calcs.) Sun posiiton is calculated but not used yet...
35  *                  - Next new moons, next full moons, next quarters, etc...
36  *                  - Moon names. I.e. Harvest, Blue, etc...
37  *
38  *
39  *
40  *      Changes:
41  *      Version 1.27 -  released June 7, 1999.
42  *                      fixed a minor bug in computation of azimuth (A in Horizon Coords). Thanks to
43  *                      Dan Moraru for spotting this one. (There were two SinGlat factors instead of one).
44  *
45  *      Version 1.26 -  released April 22, 1999 (?).
46  *      Version 1.25 -  released March 22, 1999.
47  *                      Now auto-detects 8-bit display and forces the LowColor pixmap to
48  *                      be used. The -low option still works if you need to conserve colors
49  *                      even on high-color displays.
50  *                      
51  *                      Added 3 command line options + code to change colors of the data
52  *                      entries:
53  *
54  *                              -bc <Color> to change background color.
55  *                              -lc <Color> to change color of labels and headers.
56  *                              -dc <Color> to change color of data values.
57  *
58  *      Version 1.24 -  released February 9, 1999.
59  *                      Added low color support via the -low command line option.
60  *
61  *      Version 1.23 -  released February 4, 1999.
62  *                      cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
63  *
64  *      Version 1.22 -  released January 8, 1999.
65  *
66  *                      + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs because
67  *                        PI2 was defined in <math.h>.
68  *
69  *      Version 1.21 -  released January 7, 1999.
70  *
71  *                     + minor bug fixes in Makefile and manpage.
72  *
73  *      Version 1.2 - released January 3, 1999.
74  *                    Added:
75  *
76  *                      + Local Time/ Universal Time display.
77  *                      + Visible: Yes/No to indicate if Moon is up or not.
78  *                      + Frac (percent through orbit -- this is NOT a simple
79  *                        conversion of AGE....).
80  *                      + Horizon Coords. Altitude is measured up from horizon to
81  *                        Moon in degrees. Azimuth is in degrees from due south.
82  *                      
83  *                    Also shuffled things around a bit...
84  *                      
85  *
86  *
87  *      Version 1.1 - released December 24, 1998.
88  *                    Fixed bug in AGE calculation. It now should be highly accurate.
89  *                    Note that AGE is not the same as Phase*29.530589 ...
90  *                    I have checked with the Astronomical Almanac and it agrees very
91  *                    well....
92  *
93  *
94  *      Version 1.0 - released December 16, 1998.
95  *
96  *
97  *
98  */