From 50cd7eb6dac9af5c2e198162b3f3968d31c4f079 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 4 Oct 2001 11:51:01 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 2 ++ lisp/ChangeLog | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 434e22f20f8..7c3b4cdde22 100644 --- 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. + * Lisp Changes in Emacs 21.2 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91141c3cd73..173af9662a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,16 @@ 2001-10-04 Gerd Moellmann + 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. -- 2.39.5