# HG changeset patch # User Gerd Moellmann # Date 964622928 0 # Node ID 5996e9860cd22aeb1b01ae7e0fac76bd4ed6af61 # Parent 26fe451fc5f7c2f7f8365f8de5dd0cb4015767dc *** empty log message *** diff -r 26fe451fc5f7 -r 5996e9860cd2 etc/NEWS --- a/etc/NEWS Wed Jul 26 14:48:00 2000 +0000 +++ b/etc/NEWS Wed Jul 26 14:48:48 2000 +0000 @@ -925,7 +925,10 @@ ** 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 -r 26fe451fc5f7 -r 5996e9860cd2 lisp/ChangeLog --- a/lisp/ChangeLog Wed Jul 26 14:48:00 2000 +0000 +++ b/lisp/ChangeLog Wed Jul 26 14:48:48 2000 +0000 @@ -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 -r 26fe451fc5f7 -r 5996e9860cd2 src/ChangeLog --- a/src/ChangeLog Wed Jul 26 14:48:00 2000 +0000 +++ b/src/ChangeLog Wed Jul 26 14:48:48 2000 +0000 @@ -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.