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