aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-11-03 21:48:00 +0000
committerRichard M. Stallman2005-11-03 21:48:00 +0000
commite082564eaedf9df7f1828cd580a2cf716fd9f35a (patch)
tree7fe3615eea30780e2cc211ea7fa9f4e588394f47 /lisp
parent987cee972836fa81ef31d19736fe64b927f8f080 (diff)
downloademacs-e082564eaedf9df7f1828cd580a2cf716fd9f35a.tar.gz
emacs-e082564eaedf9df7f1828cd580a2cf716fd9f35a.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index abe4e2acc22..967b723b1ec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,26 @@
12005-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
12005-11-03 Lars Hansen <larsh@soem.dk> 242005-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,