comparison lisp/ChangeLog @ 57852:80d07ebd59fa

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 01 Nov 2004 23:02:26 +0000
parents d811d0ce91e0
children c16b7c5144ed
comparison
equal deleted inserted replaced
57851:67b88e92a24d 57852:80d07ebd59fa
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)
4 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation) 13 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
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
17 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
18
19 * progmodes/flymake.el (flymake-err-line-patterns): Use
20 `flymake-reformat-err-line-patterns-from-compile-el' to convert
21 `compilation-error-regexp-alist-alist' to internal Flymake format.
22
23 * progmodes/flymake.el: eliminated byte-compiler warnings.
24
8 2004-11-01 Jay Belanger <belanger@truman.edu> 25 2004-11-01 Jay Belanger <belanger@truman.edu>
9 26
10 * calc/calc-frac.el (calc-over-notation): Replaced 27 * calc/calc-frac.el (calc-over-notation): Replaced
11 `completing-read' with `interactive "s"'. 28 `completing-read' with `interactive "s"'.
12
13 2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>
14
15 * progmodes/flymake.el (flymake-err-line-patterns): Use
16 `flymake-reformat-err-line-patterns-from-compile-el' to convert
17 `compilation-error-regexp-alist-alist' to internal Flymake format.
18
19 * progmodes/flymake.el: eliminated byte-compiler warnings.
20 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):
24 Revert change from 2004-10-16. '*' checks the current buffer, but the 33 Revert change from 2004-10-16. '*' checks the current buffer, but the