# HG changeset patch # User Kim F. Storm # Date 1099350146 0 # Node ID 80d07ebd59fa2edfcbdf659702e99e9d4239f37b # Parent 67b88e92a24d3bcfa6cd24b3f067909dc162d1da *** empty log message *** diff -r 67b88e92a24d -r 80d07ebd59fa lisp/ChangeLog --- 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 + + * 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 * 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 + + * 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 * calc/calc-frac.el (calc-over-notation): Replaced `completing-read' with `interactive "s"'. -2004-11-2 Pavel Kobiakov - - * 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 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):