summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2007-04-16 02:57:52 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2007-04-16 02:57:52 +0000
commit510b69a88647c0c37ffd94d219e38d7e97dd90d4 (patch)
treec29b168475769b21b8d1203b45bd3c642be7de11
parent6fd06144b6181439761afc8d55f649acd56bd0f8 (diff)
downloademacs-510b69a88647c0c37ffd94d219e38d7e97dd90d4.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--man/ChangeLog2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index adad7b65d30..0dd4acca1b9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,7 @@
2007-04-15 Jay Belanger <belanger@truman.edu>
- * calc/calc.el (calc-trail-mode): Shorten the title.
+ * calc/calc.el (calc-version): New function.
+ (calc-trail-mode): Shorten the title.
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
diff --git a/man/ChangeLog b/man/ChangeLog
index c8321474a49..b31152b9943 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -3,6 +3,8 @@
* calc.texi (Title page): Remove the date.
(Basic Arithmetic): Emphasize that / binds less strongly than *.
(The Standard Calc Interface): Change trail title.
+ (Floats): Mention that when non-decimal floats are entered, only
+ approximations are stored.
(Copying): Move to the appendices.
(GNU Free Documentation License): Add as an appendix.