summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-12-31 06:29:47 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-12-31 06:29:47 +0000
commita10e1fb7dabc325fc6d7e1e99c6f65287e19f12a (patch)
treed14ecefcdf468a8d1a23c0d4331358fbbe4c7b5d
parent331086982565d7292ea1b52780868fb828c3911b (diff)
downloademacs-a10e1fb7dabc325fc6d7e1e99c6f65287e19f12a.tar.gz
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--man/ChangeLog6
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f9f73d9df45..64ac73e33b3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
2004-12-31 Jay Belanger <belanger@truman.edu>
+ * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
+ way to return to Calc.
+
+ * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
+ finish, C-xk as the way to cancel the edit. Add cancel routine to
+ kill-buffer-hook.
+
* calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
MacEdit code.
diff --git a/man/ChangeLog b/man/ChangeLog
index 4e761e227c2..6590a361b6d 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-31 Jay Belanger <belanger@truman.edu>
+
+ * calc.texi: Mention C-cC-c as the way to finish editing throughout.
+
2004-12-29 Richard M. Stallman <rms@gnu.org>
* custom.texi (File Variables): Clarify previous change.
@@ -20,7 +24,7 @@
2004-12-20 Jay Belanger <belanger@truman.edu>
- * calc.texi (Types Tutorial): Emphasized that you can't divide by
+ * calc.texi (Types Tutorial): Emphasize that you can't divide by
zero.
2004-12-17 Luc Teirlinck <teirllm@auburn.edu>