From ccd7368cc504fd8c40fdcc9bbade1e6be4503491 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 22 Apr 2020 12:59:50 +0100 Subject: Update CHANGES. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 62b697bc..ec373fa3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ CHANGES FROM 3.0a TO 3.1 +* Only search the visible part of the history when marking (highlighting) + search terms. This is much faster than searching the whole history and solves + problems with large histories. The count of matches shown is now the visible + matches rather than all matches. + * Search using regular expressions in copy mode. search-forward and search-backward use regular expressions by default; the incremental versions do not. -- cgit v1.2.3