]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 31 Dec 2004 06:29:47 +0000 (06:29 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 31 Dec 2004 06:29:47 +0000 (06:29 +0000)
lisp/ChangeLog
man/ChangeLog

index f9f73d9df451f6cfdd97f6b09652a99de8118b2f..64ac73e33b334d0591e301e055fbf9e8c6df2162 100644 (file)
@@ -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.
 
index 4e761e227c2907658e4870a59caa85d570ca7d90..6590a361b6dd249f32a006b89a89899124c0338c 100644 (file)
@@ -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>