aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-11-01 23:02:26 +0000
committerKim F. Storm <[email protected]>2004-11-01 23:02:26 +0000
commit23ed65c0e341d36a095dedd666b927d32ea89888 (patch)
tree5462fc0e3db56a2d4dcef8afa5777f89ce6540d7
parent27b3b9d302243fd2b623347220321ab43def79a0 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog25
1 files changed, 17 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7f3977f56..6b030c02c7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-02 Kim F. Storm <[email protected]>
+
+ * kmacro.el (group kmacro): Add :version.
+ (kmacro-keyboard-quit): New function to cleanup on C-g.
+ (kmacro-start-macro): Set defining-kbd-macro to append when
+ appending to last macro.
+
+ * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
+
2004-11-02 Nick Roberts <[email protected]>
* progmodes/gdb-ui.el (gdb-enable-debug-log)
@@ -5,19 +14,19 @@
(gud-gdba-command-name, gdb-show-main, gdb-many-windows):
Add :version keyword.
-2004-11-01 Jay Belanger <[email protected]>
-
- * calc/calc-frac.el (calc-over-notation): Replaced
- `completing-read' with `interactive "s"'.
+2004-11-02 Pavel Kobiakov <[email protected]>
-2004-11-2 Pavel Kobiakov <[email protected]>
-
- * progmodes/flymake.el (flymake-err-line-patterns): Use
+ * progmodes/flymake.el (flymake-err-line-patterns): Use
`flymake-reformat-err-line-patterns-from-compile-el' to convert
`compilation-error-regexp-alist-alist' to internal Flymake format.
-
+
* progmodes/flymake.el: eliminated byte-compiler warnings.
+2004-11-01 Jay Belanger <[email protected]>
+
+ * calc/calc-frac.el (calc-over-notation): Replaced
+ `completing-read' with `interactive "s"'.
+
2004-11-01 Jan Dj,Ad(Brv <[email protected]>
* mouse.el (mouse-yank-at-click, mouse-yank-secondary):