[Pkg-wmaker-commits] [wmcalc] 61/65: wmcalc: Move changelog from README to new ChangeLog file.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 13:54:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcalc.

commit 27c750bca2e2bd248273e91404f4a6dae5c46cf6
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Aug 23 02:20:09 2015 -0400

    wmcalc: Move changelog from README to new ChangeLog file.
---
 ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
 README    | 38 --------------------------------------
 2 files changed, 37 insertions(+), 38 deletions(-)

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..ac00084
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,37 @@
+CHANGE LOG:
+-----------
+0.5	Add manpage from Debian.
+	Update Makefile.
+	Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
+	Fix -Wunused-but-set-variable compiler warnings.
+	Fix -Warray-bounds compiler warning.
+	Fix -Wunused-result compiler warning.
+	Remove trailing whitespace.
+	Remove redundant .wmcalc*; essentially the same as wmcalc.conf.
+	Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
+	Update README.
+	Allow installation without root access.
+	Fix -Woverflow compiler warnings.
+	Remove C++ style comments.
+	Maintained by Window Maker Developers Team
+		<wmaker-dev at lists.windowmaker.org>
+
+0.4     Added global config file
+	Maintained by Gordon Fraser <gordon at debian.org>
+
+0.3     Added "Locked" memory capabilities via config file
+        General Code clean-up
+	Keyboard Support - may not be platform independent
+
+0.21    Added Display of memory locations containing non-zero data
+
+0.2	First psuedo-major enhancements
+	Added Memories, Config File, CalcStart button
+	Bug Fix - Squared imaginary number is now negative
+
+0.1	First real version.
+	Limited functionality.
+
+0.0	Original version.  Very limited distribution, as it was not a
+	functional calculator, but just tested the display.  It was more
+	of a proof of concept.
diff --git a/README b/README
index 4cbd69a..8e6beef 100644
--- a/README
+++ b/README
@@ -133,44 +133,6 @@ The background border is defined in backdrop.xpm.
 "C code.  C code run.  Run, code, run.
 			PLEASE!?!?!?!?!?!?"
 
-CHANGE LOG:
------------
-0.5	Add manpage from Debian.
-	Update Makefile.
-	Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
-	Fix -Wunused-but-set-variable compiler warnings.
-	Fix -Warray-bounds compiler warning.
-	Fix -Wunused-result compiler warning.
-	Remove trailing whitespace.
-	Remove redundant .wmcalc*; essentially the same as wmcalc.conf.
-	Update COPYING from http://www.gnu.org/licenses/gpl-2.0.txt.
-	Update README.
-	Allow installation without root access.
-	Fix -Woverflow compiler warnings.
-	Remove C++ style comments.
-	Maintained by Window Maker Developers Team
-		<wmaker-dev at lists.windowmaker.org>
-
-0.4     Added global config file
-	Maintained by Gordon Fraser <gordon at debian.org>
-
-0.3     Added "Locked" memory capabilities via config file
-        General Code clean-up
-	Keyboard Support - may not be platform independent
-
-0.21    Added Display of memory locations containing non-zero data
-
-0.2	First psuedo-major enhancements
-	Added Memories, Config File, CalcStart button
-	Bug Fix - Squared imaginary number is now negative
-
-0.1	First real version.
-	Limited functionality.
-
-0.0	Original version.  Very limited distribution, as it was not a
-	functional calculator, but just tested the display.  It was more
-	of a proof of concept.
-
 TODO:
 -----
 These are partially a dream list.  I don't know when they'll get done,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcalc.git



More information about the Pkg-wmaker-commits mailing list