diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77dca753f0a..0eeeef884e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2000-07-26 Gerd Moellmann <gerd@gnu.org> + * isearch.el (isearch-resume): New function. + (isearch-done): Add something to command-history to resume + the search. + (isearch-yank-line, isearch-yank-word): Use + buffer-substring-no-properties instead of buffer-substring. + * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead of flyspell-mouse-map. |