~ubuntu-branches/ubuntu/warty/wmmoonclock/warty

« back to all changes in this revision

Viewing changes to Src/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Adam Klein
  • Date: 2000-07-30 15:51:47 UTC
  • Revision ID: james.westby@ubuntu.com-20000730155147-enbirlkizbvcmgr0
Tags: 1.27-4
Recompile against newer libxpm (closes: #67953)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Version 1.27 -  released June 7, 1999.
 
2
        fixed a minor bug in computation of azimuth (A in Horizon Coords). Thanks to
 
3
        Dan Moraru for spotting this one. (There were two SinGlat factors instead of one).
 
4
 
 
5
Version 1.26 -  released April 22, 1999 (?).
 
6
Version 1.25 -  released March 22, 1999.
 
7
        Now auto-detects 8-bit display and forces the LowColor pixmap to
 
8
        be used. The -low option still works if you need to conserve colors
 
9
        even on high-color displays.
 
10
 
 
11
        Added 3 command line options + code to change colors of the data
 
12
        entries:
 
13
 
 
14
                -bc <Color> to change background color.                  
 
15
                -lc <Color> to change color of labels and headers.
 
16
                -dc <Color> to change color of data values.
 
17
 
 
18
Version 1.24 -  released February 9, 1999.
 
19
        Added low color support via the -low command line option.
 
20
 
 
21
Version 1.23 -  released February 4, 1999.
 
22
        cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
 
23
 
 
24
Version 1.22 -  released January 8, 1999. 
 
25
 
 
26
        + Changed PI2 to TwoPi in Moon.c -- Linux Pyth. had probs because
 
27
          PI2 was defined in <math.h>.
 
28
 
 
29
Version 1.21 -  released January 7, 1999. 
 
30
 
 
31
        + minor bug fixes in Makefile and manpage.
 
32
 
 
33
Version 1.2 - released January 3, 1999. 
 
34
        Added:
 
35
 
 
36
                + Local Time/ Universal Time display.
 
37
                + Visible: Yes/No to indicate if Moon is up or not.
 
38
                + Frac (percent through orbit -- this is NOT a simple
 
39
                  conversion of AGE....).
 
40
                + Horizon Coords. Altitude is measured up from horizon to 
 
41
                  Moon in degrees. Azimuth is in degrees from due south.
 
42
 
 
43
        Also shuffled things around a bit...
 
44
 
 
45
Version 1.1 - released December 24, 1998. 
 
46
        Fixed bug in AGE calculation. It now should be highly accurate.
 
47
        Note that AGE is not the same as Phase*29.530589 ...
 
48
        I have checked with the Astronomical Almanac and it agrees very
 
49
        well....
 
50
 
 
51
Version 1.0 - released December 16, 1998.