3 0.6 Increase significant digits. Patch by Antony Gelberg
4 <antony@wayforth.co.uk> to fix Debian bug #320597 [1]. Obtained from
5 the Debian package [2].
6 Fix typo in Makefile. Correctly create the directory
7 /usr/share/man/man1 instead of /usr/share/man/man1/man1. Obtained
8 from the Debian package [3].
9 Fix manpage spelling. Avoid Lintian warning in the Debian package.
11 Move changelog from README to new ChangeLog file.
13 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320597
14 [2] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
15 10_bts-320597_increase_significant_digits.patch/
16 [3] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
17 fix_makefile_typo.patch/
18 [4] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
19 fix_manpage_spelling.patch/
21 0.5 Add manpage from Debian.
23 Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
24 Fix -Wunused-but-set-variable compiler warnings.
25 Fix -Warray-bounds compiler warning.
26 Fix -Wunused-result compiler warning.
27 Remove trailing whitespace.
28 Remove redundant .wmcalc*; essentially the same as wmcalc.conf.
29 Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
31 Allow installation without root access.
32 Fix -Woverflow compiler warnings.
33 Remove C++ style comments.
34 Maintained by Window Maker Developers Team
35 <wmaker-dev@googlegroups.com>
37 0.4 Added global config file
38 Maintained by Gordon Fraser <gordon@debian.org>
40 0.3 Added "Locked" memory capabilities via config file
42 Keyboard Support - may not be platform independent
44 0.21 Added Display of memory locations containing non-zero data
46 0.2 First psuedo-major enhancements
47 Added Memories, Config File, CalcStart button
48 Bug Fix - Squared imaginary number is now negative
50 0.1 First real version.
51 Limited functionality.
53 0.0 Original version. Very limited distribution, as it was not a
54 functional calculator, but just tested the display. It was more
55 of a proof of concept.