comparison lisp/ChangeLog @ 66674:114b68892a38

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Nov 2005 21:48:00 +0000
parents b5ed69925019
children 7e453939b0f8
comparison
equal deleted inserted replaced
66673:a4d43f085476 66674:114b68892a38
1 2005-11-03 Richard M. Stallman <rms@gnu.org>
2
3 * wid-edit.el (key-sequence): New widget type.
4
5 * simple.el (set-mark-command-repeat-pop): New variable.
6 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7 if set-mark-command-repeat-pop is true.
8
9 * info.el (Info-fontify-node): Don't display extra "see" if there
10 already is one here.
11
12 * mouse.el: Fix special handling of DEL after dragging a region:
13 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
14 (mouse-region-delete-keys): Add [backspace].
15
16 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17
18 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19 not to assume it pertains to an affix.
20
21 * textmodes/flyspell.el (flyspell-post-command-hook):
22 Bind deactivate-mark to prevent deactivation.
23
1 2005-11-03 Lars Hansen <larsh@soem.dk> 24 2005-11-03 Lars Hansen <larsh@soem.dk>
2 * dired-x.el: Add menu bindings for dired-do-find-marked-files, 25 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
3 dired-do-relsymlink, dired-flag-extension, dired-mark-extension, 26 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode. 27 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
5 28