summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2005-01-02 05:11:53 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2005-01-02 05:11:53 +0000
commit227c9573136338f841d66a390e0c9b0f7dba81e5 (patch)
treeb36ac3b146d84f717f335f5526f5dc1f81ad7b99
parent74857f836c38d8ab96c2d898cfeecdf165d3ebd2 (diff)
downloademacs-227c9573136338f841d66a390e0c9b0f7dba81e5.tar.gz
emacs-227c9573136338f841d66a390e0c9b0f7dba81e5.tar.bz2
emacs-227c9573136338f841d66a390e0c9b0f7dba81e5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--man/ChangeLog5
2 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10db923c21b..6357f20aecd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-01 Jay Belanger <belanger@truman.edu>
+
+ * calc/calc-prog.el (calc-finish-macro-edit): Remove.
+ (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
+ (calc-edit-macro-command, calc-edit-macro-command-type)
+ (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
+ (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
+ (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
+ (calc-edit-macro-finish-edit): New functions.
+ (calc-user-define-edit): Use new functions to edit named calc macros.
+
2005-01-01 Stefan <monnier@iro.umontreal.ca>
* files.el (hack-local-variables): Cleanup prefix/suffix matching.
diff --git a/man/ChangeLog b/man/ChangeLog
index 957a2279a2e..5da39a2a4c8 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-01 Jay Belanger <belanger@truman.edu>
+
+ * calc.texi (Programming Tutorial): Changed description of how to
+ edit keyboard macros to match current behavior.
+
2005-01-01 Andreas Schwab <schwab@suse.de>
* killing.texi (Graphical Kill): Move up under node Killing,