4 --------------------------------------------------------------
7 - The dockapp wmtime uses the new version of libdockapp and do
9 - Add note about libdockapp to INSTALL.
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
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
27 + Update email address.
28 - Add proper copyright header.
29 - Update README. In particular,
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.
38 - Remove unused variables.
39 - Use rm -f in make clean.
42 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
43 - Update README contact information; remove trailing
45 - Remove trailing whitespace.
46 - Remove unnecessary Imakefile.
47 - Move source files to top directory.
49 - Add -l option to specify locale.
50 - Remove unnecessary references to current version number.
53 - Incorporated many patches from Debian, including
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.