Mercurial > emacs
changeset 57852:80d07ebd59fa
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 01 Nov 2004 23:02:26 +0000 |
parents | 67b88e92a24d |
children | d50014ac219f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 01 20:47:03 2004 +0000 +++ b/lisp/ChangeLog Mon Nov 01 23:02:26 2004 +0000 @@ -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-02 Pavel Kobiakov <pk_at_work@yahoo.com> + + * 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-2 Pavel Kobiakov <pk_at_work@yahoo.com> - - * 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 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * mouse.el (mouse-yank-at-click, mouse-yank-secondary):