wmbiff: Remove unused files.
[dockapps.git] / wmWeather / CHANGES
blob45e94c757cbc7293dd27ecb29dd46be1f61c0a43
1 wmWeather changes.
3 Version         Description
4 -------------------------------------------------------------------------
5 1.31            - released May 4, 1999.
6                   fixed some conversion bugs in wind speed..
9 1.30            - released April 13, 1999.
10                   Fixed a bug whereby the App would crash when trying to gain input
11                   focus under non-WindowMaker WMs (focus is now grabbed by
12                   `PointerRoot' not `iconwin').
14                   Added StationID and `time-of-last-update' labels. To do this I needed
15                   to shrink the fonts down and scrunch them together a bit more.
17                   Added new command line option to change their color;
18                                    -tc <color>
20                   Added code to properly decode wind speed when in MPS.
21                 
22                   Fixed bug in beaufort wind speed calcs.
25 1.29            - released March 13, 1999.
26                   Reorganized wmgeneral.c and renamed it xutils.c (wmgeneral.h
27                   -> xutils.h as well ). Also moved it into the same directory as wmWeather.
28                   Now, the openXwindow is split into 2 parts. You first need to call
29                   initXwindow(argc, argv). This allows us to check the display depth
30                   before we commit to a particular pixmap (this will be useful in my
31                   other DockApps to dynamically set appropriate pixmaps based on depth).
32                   Got rid of alot of the other routines that I never use.
34                   Added 4 more command line option to set the colors of the text:
36                                 -bc  <color> for setting the BackGround color.
37                                 -lc  <color> for setting the Label color.
38                                 -dc  <color> for setting the Data color.
39                                 -wgc <color> for setting the Wind Gust color.
41                   Also cleaned up the pixmap to minimize the number of colors used.
42                         
43                   Changed metric toggle to work with a key press (any key).
44                         
45                   Added double click support. Now double clicking does the following:
46   
47                                 Double Mouse Left: pops up the fully decoded METAR file
48                                                    in xmessage.
49   
50                                 Double Mouse Middle: Currently undefined.
51   
52                                 Double Mouse Right: Forces a new update (i.e. download.)
53   
57 1.28            - released March 9, 1999.
58                   Changed -celsius (-c) option to -metric (-m). Naming makes more
59                   sense that way...
61                   Added -W option to display WindChill instead of DewPoint.
62                   Since Windchill is not always available, we only show it if its
63                   available. If its not, we paste up DewPoint as default.
65                   Also added -mps option to display wind speed in units of
66                   meters/second (when in -metric mode).
67                 
68 1.27            - released March 8, 1999.
69                   fixed bug in speed calculation when wind is gusting.
72 1.26            - released February 24, 1999.
73                   Added -delay option.
75 1.25            - released February 16, 1999.
76                   Added Wind speeds on the 'Beaufort scale'
77                   Thanks to Paul Martin <pm@zetnet.net> for this addition.
79 1.24            - released February 12, 1999.
80                   Added --passive-ftp option to wget...
82 1.23            - released February 2, 1999.
83                   Few more bug fixes...
84                   Added support for different Pressure units...
86 1.22            - released February 1, 1999.
87                   Fixed minor bug in direction abbreviations. Added a bit more to man
88                   page.
90 1.21            - released January 29, 1999.
91                   Fixed a problem in the perl script. Made the file paths absolute.
93 1.2             - released January 29, 1999.
94                   Added Wind speed line. Ended up decoding the Raw METAR line.
95                   Fixed a few bugs...
96                   Changed location of files from /tmp to ~/.wmWeatherReports
97                   Changed units of pressure and wind speed to mmHg and km/h
98                   when Celsius is set. (Really should change the flag to -metric).
100 1.1             - Released Jan. 25, 1999.
101                   Bug fixes. 
102                   Added Degrees F/C support...
103                   Added a bit more info on where to find info on METAR/TAF
104                   system...
106 1.0             - Initial release.
107                   Released Jan. 19, 1999.