Mercurial > emacs
comparison lisp/ChangeLog @ 59788:99f372bad7b9
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 Jan 2005 17:31:43 +0000 |
parents | a8e1cfe86c9b |
children | ff0bef9e820a |
comparison
equal
deleted
inserted
replaced
59787:bc504fb813e7 | 59788:99f372bad7b9 |
---|---|
1 2005-01-29 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * ses.el (undo-more): defadvice deleted. | |
4 (ses-begin-change): Doc fix. | |
5 | |
6 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo' | |
7 instead of rebinding C-x u and C-_. | |
8 | |
9 * files.el (normal-backup-enable-predicate): Return nil for files | |
10 in /tmp, regardless of temporary-file-directory. | |
11 | |
12 * man.el (Man-getpage-in-background): Disable undo in Man buffer. | |
13 | |
14 * rect.el (delete-rectangle-line, delete-extract-rectangle-line) | |
15 (open-rectangle, delete-whitespace-rectangle-line) | |
16 (clear-rectangle-line): If FILL, pass t instead of FILL | |
17 for move-to-column's 2nd arg. | |
18 | |
19 * simple.el (undo): Fix the test for continuing a series of undos. | |
20 (undo-more): Set pending-undo-list to t when we reach end. | |
21 (pending-undo-list): defvar moved up. | |
22 | |
23 * wid-edit.el (widget-button-click): | |
24 Shorten the range of the track-mouse binding. | |
25 | |
26 * comint.el (comint-insert-input): Undo previous changes; | |
27 use last-input-event in interactive spec. | |
28 | |
1 2005-01-29 Eli Zaretskii <eliz@gnu.org> | 29 2005-01-29 Eli Zaretskii <eliz@gnu.org> |
2 | 30 |
3 * progmodes/compile.el (compilation-start): Bind buffer-read-only | 31 * progmodes/compile.el (compilation-start): Bind buffer-read-only |
4 to nil before invoking call-process. Reset buffer's modified flag | 32 to nil before invoking call-process. Reset buffer's modified flag |
5 after fontifying it in the no-async branch. | 33 after fontifying it in the no-async branch. |