21
21
* You should have received a copy of the GNU General Public License
22
22
* along with this program (see the file COPYING); if not, write to the
23
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24
24
* Boston, MA 02111-1307, USA
28
28
* - more detailed documentation.
29
29
* - reduce size of pixmap! Dont need it in one pixmap.
30
30
* Aslo, does the hi-color pixmap really need all those colors?
34
34
* as costly as the Moon calcs.) Sun posiiton is calculated but not used yet...
35
35
* - Next new moons, next full moons, next quarters, etc...
36
36
* - Moon names. I.e. Harvest, Blue, etc...
41
41
* Version 1.27 - released June 7, 1999.
51
51
* Added 3 command line options + code to change colors of the data
54
* -bc <Color> to change background color.
55
* -lc <Color> to change color of labels and headers.
54
* -bc <Color> to change background color.
55
* -lc <Color> to change color of labels and headers.
56
56
* -dc <Color> to change color of data values.
58
58
* Version 1.24 - released February 9, 1999.
59
59
* Added low color support via the -low command line option.
61
61
* Version 1.23 - released February 4, 1999.
62
62
* cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
64
* Version 1.22 - released January 8, 1999.
64
* Version 1.22 - released January 8, 1999.
66
66
* + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs because
67
67
* PI2 was defined in <math.h>.
69
* Version 1.21 - released January 7, 1999.
69
* Version 1.21 - released January 7, 1999.
71
71
* + minor bug fixes in Makefile and manpage.
73
* Version 1.2 - released January 3, 1999.
73
* Version 1.2 - released January 3, 1999.
76
76
* + Local Time/ Universal Time display.
77
77
* + Visible: Yes/No to indicate if Moon is up or not.
78
78
* + Frac (percent through orbit -- this is NOT a simple
79
79
* conversion of AGE....).
80
* + Horizon Coords. Altitude is measured up from horizon to
80
* + Horizon Coords. Altitude is measured up from horizon to
81
81
* Moon in degrees. Azimuth is in degrees from due south.
83
83
* Also shuffled things around a bit...
87
* Version 1.1 - released December 24, 1998.
87
* Version 1.1 - released December 24, 1998.
88
88
* Fixed bug in AGE calculation. It now should be highly accurate.
89
89
* Note that AGE is not the same as Phase*29.530589 ...
90
90
* I have checked with the Astronomical Almanac and it agrees very