diff options
author | Kim F. Storm <storm@cua.dk> | 2004-11-01 23:02:26 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-11-01 23:02:26 +0000 |
commit | 23ed65c0e341d36a095dedd666b927d32ea89888 (patch) | |
tree | 5462fc0e3db56a2d4dcef8afa5777f89ce6540d7 | |
parent | 27b3b9d302243fd2b623347220321ab43def79a0 (diff) | |
download | emacs-23ed65c0e341d36a095dedd666b927d32ea89888.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7f3977f562..6b030c02c7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2004-11-02 Kim F. Storm <storm@cua.dk> + + * 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 <nickrob@snap.net.nz> * 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 <belanger@truman.edu> - - * calc/calc-frac.el (calc-over-notation): Replaced - `completing-read' with `interactive "s"'. +2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com> -2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com> - - * 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 <belanger@truman.edu> + + * calc/calc-frac.el (calc-over-notation): Replaced + `completing-read' with `interactive "s"'. + 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * mouse.el (mouse-yank-at-click, mouse-yank-secondary): |