]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 26 Jul 2000 14:48:48 +0000 (14:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 26 Jul 2000 14:48:48 +0000 (14:48 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 66478c57ab2c937895d65f61d45c0d037abe04b6..c8b3f786d2aa6d2a8a10c48a9c99e05fc7e1056d 100644 (file)
--- 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.
 
index 77dca753f0aa3448d4eabef25466c33bbee483c7..0eeeef884e2848b1a29ce3cd1ccbc97701b0eadd 100644 (file)
@@ -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.
 
index 7ff394cff583d7ff3263078d61afb9fd12cbb1b6..142e84d4dfbdb0706f9942453bfd65bb885f0ff5 100644 (file)
@@ -1,5 +1,11 @@
 2000-07-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.