comparison lisp/ChangeLog @ 58879:e06ff40042ee

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 10 Dec 2004 16:00:03 +0000
parents 37065aa55b42
children e877f5ef9626
comparison
equal deleted inserted replaced
58878:bcd1ddcb0e39 58879:e06ff40042ee
1 2004-12-09 Richard M. Stallman <rms@gnu.org> 1 2004-12-09 Richard M. Stallman <rms@gnu.org>
2 2
3 * isearch.el (isearch-mode-map): Treat S-SPC like SPC. 3 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
4 4
5 2004-12-10 Nick Roberts <nickrob@snap.net.nz> 5 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
6 6
7 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a 7 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8 buffer with a display margin. 8 buffer with a display margin.
9 9
10 2004-12-08 Jay Belanger <belanger@truman.edu> 10 2004-12-08 Jay Belanger <belanger@truman.edu>
39 not invoked using the mouse. 39 not invoked using the mouse.
40 40
41 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'. 41 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
42 (edmacro-finish-edit): Further update for keyboard macros that are 42 (edmacro-finish-edit): Further update for keyboard macros that are
43 lambda forms. 43 lambda forms.
44 (edmacro-sanitize-for-string): Correctly remove Meta modifier 44 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
45 (as suggested by Kim Storm). 45
46 46 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
47 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
48 47
49 * font-lock.el (font-lock-unfontify-region): Save buffer state. 48 * font-lock.el (font-lock-unfontify-region): Save buffer state.
50 (font-lock-default-unfontify-region): Don't save buffer state any more. 49 (font-lock-default-unfontify-region): Don't save buffer state any more.
51 50
52 2004-12-07 Jay Belanger <belanger@truman.edu> 51 2004-12-07 Jay Belanger <belanger@truman.edu>