Mercurial > emacs
comparison lisp/ChangeLog @ 52967:9cd8b1bd5ecc
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 Nov 2003 17:02:32 +0000 |
parents | 083db6e9fab5 |
children | 33edcfca670d |
comparison
equal
deleted
inserted
replaced
52966:6fc70221e5c7 | 52967:9cd8b1bd5ecc |
---|---|
1 2003-11-01 Alan Mackenzie <acm@muc.de> | |
2 | |
3 Changes to allow scrolling whilst in isearch mode: | |
4 * isearch.el (isearch-unread-key-sequence): New function, | |
5 extracted from isearch-other-meta-char. | |
6 (top level): (put 'foo 'isearch-scroll) on all Emacs's | |
7 "scrollable" standard functions. | |
8 (isearch-allow-scroll): New customizable variable. | |
9 (isearch-string-out-of-window, isearch-back-into-window) | |
10 (isearch-reread-key-sequence-naturally) | |
11 (isearch-lookup-scroll-key): New functions. | |
12 (isearch-other-meta-char): Doc string and functionality enhanced. | |
13 Now accepts a prefix argument. | |
14 (isearch-lazy-highlight-window-end): New variable. | |
15 (isearch-lazy-highlight-new-loop): Pay attention to the window's | |
16 end (thru isearch-lazy-highlight-window-end), not only its start. | |
17 | |
18 * simple.el (overriding-map-is-bound, saved-overriding-map): New | |
19 variables. | |
20 (ensure-overriding-map-is-bound, restore-overriding-map): New | |
21 functions. | |
22 (universal-argument, universal-argument-more, negative-argument) | |
23 (digit-argument, universal-argument-other-key): Minor changes. | |
24 | |
1 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) | 25 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change) |
2 | 26 |
3 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself | 27 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself |
4 recursively if the last message is deleted, thus avoiding an | 28 recursively if the last message is deleted, thus avoiding an |
5 infinite loop. | 29 infinite loop. |