diff options
| author | Kim F. Storm | 2004-11-01 23:02:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-01 23:02:26 +0000 |
| commit | 23ed65c0e341d36a095dedd666b927d32ea89888 (patch) | |
| tree | 5462fc0e3db56a2d4dcef8afa5777f89ce6540d7 | |
| parent | 27b3b9d302243fd2b623347220321ab43def79a0 (diff) | |
| download | emacs-23ed65c0e341d36a095dedd666b927d32ea89888.tar.gz emacs-23ed65c0e341d36a095dedd666b927d32ea89888.zip | |
*** 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 @@ | |||
| 1 | 2004-11-02 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * kmacro.el (group kmacro): Add :version. | ||
| 4 | (kmacro-keyboard-quit): New function to cleanup on C-g. | ||
| 5 | (kmacro-start-macro): Set defining-kbd-macro to append when | ||
| 6 | appending to last macro. | ||
| 7 | |||
| 8 | * simple.el (keyboard-quit): Call kmacro-keyboard-quit. | ||
| 9 | |||
| 1 | 2004-11-02 Nick Roberts <nickrob@snap.net.nz> | 10 | 2004-11-02 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 11 | ||
| 3 | * progmodes/gdb-ui.el (gdb-enable-debug-log) | 12 | * progmodes/gdb-ui.el (gdb-enable-debug-log) |
| @@ -5,19 +14,19 @@ | |||
| 5 | (gud-gdba-command-name, gdb-show-main, gdb-many-windows): | 14 | (gud-gdba-command-name, gdb-show-main, gdb-many-windows): |
| 6 | Add :version keyword. | 15 | Add :version keyword. |
| 7 | 16 | ||
| 8 | 2004-11-01 Jay Belanger <belanger@truman.edu> | 17 | 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com> |
| 9 | |||
| 10 | * calc/calc-frac.el (calc-over-notation): Replaced | ||
| 11 | `completing-read' with `interactive "s"'. | ||
| 12 | 18 | ||
| 13 | 2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com> | 19 | * progmodes/flymake.el (flymake-err-line-patterns): Use |
| 14 | |||
| 15 | * progmodes/flymake.el (flymake-err-line-patterns): Use | ||
| 16 | `flymake-reformat-err-line-patterns-from-compile-el' to convert | 20 | `flymake-reformat-err-line-patterns-from-compile-el' to convert |
| 17 | `compilation-error-regexp-alist-alist' to internal Flymake format. | 21 | `compilation-error-regexp-alist-alist' to internal Flymake format. |
| 18 | 22 | ||
| 19 | * progmodes/flymake.el: eliminated byte-compiler warnings. | 23 | * progmodes/flymake.el: eliminated byte-compiler warnings. |
| 20 | 24 | ||
| 25 | 2004-11-01 Jay Belanger <belanger@truman.edu> | ||
| 26 | |||
| 27 | * calc/calc-frac.el (calc-over-notation): Replaced | ||
| 28 | `completing-read' with `interactive "s"'. | ||
| 29 | |||
| 21 | 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 30 | 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 22 | 31 | ||
| 23 | * mouse.el (mouse-yank-at-click, mouse-yank-secondary): | 32 | * mouse.el (mouse-yank-at-click, mouse-yank-secondary): |