From 3353ef5a44a1736404a38e32b15d7880df250491 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 26 Jul 2000 14:48:48 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 ++++- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 6 ++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 66478c57ab2..c8b3f786d2a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -925,7 +925,10 @@ Fontlock mode is active. ** Isearch changes -** In Isearch mode, M-C-s and M-C-r are now bound like C-s and C-r, +*** Isearch now puts a call to `isearch-resume' in the command history, +so that searches can be resumed. + +*** In Isearch mode, M-C-s and M-C-r are now bound like C-s and C-r, respectively, i.e. you can repeat a regexp isearch with the same keys that started the search. 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 + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 7ff394cff58..142e84d4dfb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-07-26 Gerd Moellmann + * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits + for the character code. + + * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and + GNU/Linux. + * xmenu.c (menu_highlight_callback): Call show_help_echo directly if called for a popup menu. (xmenu_show): Store help string in widget values. -- 2.39.2