wmgeneral: Don't call free on pointers we haven't malloced.
[dockapps.git] / wmtz / CHANGES
blob849548e062b431c4cc8fae46bcd5eeb8c9fe701a
1 Program derived from WMiNET. See README file for credits.
3 v0.2: Added configuration option xxx for empty "time slot"
4       on suggestion from "jason".
6 v0.3: Added configuration option BEATS giving Swatch beats. Patch for this
7       came from Joris van Gasteren <fuzzy@nala.demon.nl>.
8       Added configuration option Y2K giving number of days to 2000.0.
10 v0.4 Added configuration options DATE for local date and option WDAY for
11      local weekday. Patch for this came from Felipe Gustavo de Almeida
12      <galmeida@linux.ime.usp.br>.
14 v0.5 Added configuration options LOCAL for local date and timezone
15      label and @ for Swatch beats in float format.
16      Fixed a "glitch" in WDAY option and a BUG in DATE (month).
17      Changed sprintf's to snprintf's and some code clean-ups.
18      Patch for this version came from Felipe Gustavo de Almeida
19      <galmeida@linux.ime.usp.br>.
21 v0.6 * Added configuration options LMST for local sidereal time and GMST
22      for sidereal time at Greenwich. You have to enter your longitude in the
23      config file with "longitude=<your longitude in decimal degrees>" for LMST
24      to work correctly.
25      * Added a configuration/restart/quit menu. Click once on wmtz to make it
26      appear. The default editor to edit the config file is xedit. This can be
27      changed by setting the environment variable XEDITOR to your favourite X
28      editor or by using the new "-e <editor>" command line option. "Restart"
29      rereads the configuration file and "Quit" exits wmtz. "Wmtz" takes
30      you back to the time table.
31      * Added the "-jd" command line option, which allows conversion between
32      Julian day numbers and Gregorian dates via CLI interface.
33      * Removed options BEATS and Y2K since the former is the same as @ without
34      decimals and the latter is history.
35      * Added a man-page.
36      NOTE: Format of config file have changed and some options have disappeared
37      which makes it a good idea to replace old config files with new ones.
39 v0.7 * Added option TZONE for time zone time with automatic compensation for
40      daylight savings time. You have to give a correct TZ environment string
41      in order for this to work (see: 'man tzset' for a description of the TZ
42      environment variable).
43      * Added a monochrome bitmap. Activate it with the -m command line option.