]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Oct 2001 11:51:01 +0000 (11:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Oct 2001 11:51:01 +0000 (11:51 +0000)
etc/NEWS
lisp/ChangeLog

index 434e22f20f82fac6cd66c8bb51c8e006a77ab4af..7c3b4cdde22e9120889581a7f70203ec7324c710 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -19,6 +19,8 @@ include a `$' in the value, use `$$'.
 When loading many files, for instance with `emacs *', Emacs normally
 displays a buffer menu.  This option turns the buffer menu off.
 
+** Rmail now displays 5-digit message ids in its summary buffer.
+
 \f
 * Lisp Changes in Emacs 21.2
 
index 91141c3cd73642c874bfe1520f0d82c80a7e7326..173af9662a10127c1198ccb02ca5bdc9ddb0dce6 100644 (file)
@@ -1,5 +1,16 @@
 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
 
+       This is a fix for a report saying that resuming a search with C-s
+       C-s doesn't use the case-fold-search setting of the previous
+       search (C-s ... M-c ... then C-s C-s).
+
+       * isearch.el (isearch-last-case-fold-search): New variable.
+       (isearch-mode): Remember value of isearch-case-fold-search
+       in isearch-last-case-fold-search.
+       (isearch-done): Quote value of isearch-case-fold-search.
+       (isearch-repeat): When resuming a search, restore
+       isearch-case-fold-search from isearch-last-case-fold-search.
+
        Added to NEWS.
 
        * startup.el (inhibit-startup-buffer-menu): New user-option.