wmCalClock: bump to 1.26
[dockapps.git] / wmCalClock / CHANGES
blob0dead2f53209090f890298f4f6f3eafe6d2d754a
1 wmCalClock changes.
3   Version                       Description
4 ------------------------------------------------------------------------------------------------
5 Version 1.26  - released 27th December, 2024
6                 The addition of a 30-hour mode
7                 Some bug-fixes
8                 Update maintainer info to the Window Maker Development Team
9                 Conversion of the build-system to autotools
11 Version 1.25  - released July 2, 1999.
12                 Some optimization + ignores double click if no command set (patch from
13                 Robert Horn).
16 Version 1.24    - released March 27, 1999.
17                   Added support for additional fonts for time field;
19                         -tekton     for Tekton
20                         -arial      for Arial (Helvetica) (this is the same font as usual)
21                         -luggerbug  for LuggerBug (part of AcidFonts).
22                         -comicsans  for ComicSans
23                         -jazz       for JazzPoster
25                    Different width fonts get used depending on whether or not seconds
26                    are displayed. Still need to add in a few more fonts... Graphite
27                    would be nice! Or EagleFeather (Frank Lloyd Wright inspired font)?
29 Version 1.23    - released March 20, 1999.
30                   Switched from wmgeneral.c stuff to xutils.c (a more stripped down version
31                   of wmgeneral).
32                   Centered Calendar text better.
33                   Added command line options and code to change colors of the time
34                   field digits and the background of the time field. So now you can
35                   get things like darkblue on light grey or very dark color on an LCD-ish
36                   colored background (e.g. wmCalClock -bc #6e9e69 -tc #001100)..
37                   Rewrote the command line parsing routine.
39 Version 1.22    - released February 24, 1999.
40                   Added double click detection and -e command-line option.
42 Version 1.21    - released February 4, 1999.
43                   cosmetic for AfterStep users. removed spurious black line at RHS edge an mask.
45 Version 1.2     - released January 14, 1999.
46                   Changed support for LowColor Pixmap. Now, check for Depth
47                   automatically. If its <= 8, then use LowColor.
50 Version 1.11    - released January 8, 1999.
51                   Fixed bug in 12-hour mode. Now displays 12:xx:xx AM instead
52                   of 0:xx:xx AM.
55 Version 1.1     - released January 7, 1999.
56                   Added support for LowColor Pixmap. (21 colors may still be a
57                   bit high, but the poor saps with 8-bit displays can at least run
58                   it now.)
60 Version 1.02    - released January 7, 1999.
61                   Fixed bug in AM/PM determination...
63 Version 1.01    - released January 3, 1999.
64                   Added "-S" option to inhibit drawing of seconds.
66 Version 1.0     - released December 16, 1998.