4 ------------------------------------------------------------------------------------------------
5 Version 1.25 - released July 2, 1999.
6 Some optimization + ignores double click if no command set (patch from
10 Version 1.24 - released March 27, 1999.
11 Added support for additional fonts for time field;
14 -arial for Arial (Helvetica) (this is the same font as usual)
15 -luggerbug for LuggerBug (part of AcidFonts).
16 -comicsans for ComicSans
19 Different width fonts get used depending on whether or not seconds
20 are displayed. Still need to add in a few more fonts... Graphite
21 would be nice! Or EagleFeather (Frank Lloyd Wright inspired font)?
23 Version 1.23 - released March 20, 1999.
24 Switched from wmgeneral.c stuff to xutils.c (a more stripped down version
26 Centered Calendar text better.
27 Added command line options and code to change colors of the time
28 field digits and the background of the time field. So now you can
29 get things like darkblue on light grey or very dark color on an LCD-ish
30 colored background (e.g. wmCalClock -bc #6e9e69 -tc #001100)..
31 Rewrote the command line parsing routine.
33 Version 1.22 - released February 24, 1999.
34 Added double click detection and -e command-line option.
36 Version 1.21 - released February 4, 1999.
37 cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
39 Version 1.2 - released January 14, 1999.
40 Changed support for LowColor Pixmap. Now, check for Depth
41 automatically. If its <= 8, then use LowColor.
44 Version 1.11 - released January 8, 1999.
45 Fixed bug in 12-hour mode. Now displays 12:xx:xx AM instead
49 Version 1.1 - released January 7, 1999.
50 Added support for LowColor Pixmap. (21 colors may still be a
51 bit high, but the poor saps with 8-bit displays can at least run
54 Version 1.02 - released January 7, 1999.
55 Fixed bug in AM/PM determination...
57 Version 1.01 - released January 3, 1999.
58 Added "-S" option to inhibit drawing of seconds.
60 Version 1.0 - released December 16, 1998.