wmtime uses libdockapp
[dockapps.git] / wmtime / CHANGES
blobd4079c43b7d71642bf9bc9abecf6ac2e50673086
1 WMTime changes.
3 Version         Description
4 --------------------------------------------------------------
6 1.3             - Released 150525
7                 - Update to latest version of wmgeneral library.
8                 - Fix typos. Ran `codespell -w`.
9                 - Tidy #includes based on results of include-what-you-use.
10                 - Add -c command line option allowing users to set color.
11                 - Fix overflow warning; mask bitmap should be unsigned.
12                 - Use #defines to avoid variable length arrays.
13                 - Replace C++ style comments.
14                 - Fix "ordered comparison of pointer with integer zero" warning.
15                   Also take the opportunity to add an error message when
16                   iconv_open fails.
17                 - Update TODO. In particular,
18                   + Remove note about version 1.0 (was never released).
19                   + Remove note about LED colors (implemented).
20                   + Remove note about language files (unnecessary with locale
21                     support).
22                   + Update email address.
23                 - Add proper copyright header.
24                 - Update README. In particular,
25                   + Fix typo.
26                   + Mention newer command line options.
27                   + Drop 17-year-old architecture information.
28                 - Update HINTS. In particular,
29                   + Add newer command line options.
30                   + Update Window Maker instructions.
32 1.2             - Released 150103
33                 - Remove unused variables.
34                 - Use rm -f in make clean.
35                 - Update FSF address.
36                 - Update GPLv2 from
37                   http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
38                 - Update README contact information; remove trailing
39                   whitespaces.
40                 - Remove trailing whitespace.
41                 - Remove unnecessary Imakefile.
42                 - Move source files to top directory.
43                 - Update Makefile.
44                 - Add -l option to specify locale.
45                 - Remove unnecessary references to current version number.
47 1.1             - Released 131013
48                 - Incorporated many patches from Debian, including
49                   + Added manual page
50                   + Added -geometry and -noseconds options
51                   + Improved locale support
53 1.0b2           - Released 980519
54                 - Locale support has been added.
56 1.0b1           - Released 980513
57                 - No changes yet, first initial public release.