changeset 59234:08a55a586426

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 31 Dec 2004 06:29:47 +0000
parents 1b8fc7489fa8
children e4a2eb7b1ae5
files lisp/ChangeLog man/ChangeLog
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 31 06:08:43 2004 +0000
+++ b/lisp/ChangeLog	Fri Dec 31 06:29:47 2004 +0000
@@ -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.
 
--- a/man/ChangeLog	Fri Dec 31 06:08:43 2004 +0000
+++ b/man/ChangeLog	Fri Dec 31 06:29:47 2004 +0000
@@ -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>