summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-22 12:59:50 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-22 12:59:50 +0100
commitccd7368cc504fd8c40fdcc9bbade1e6be4503491 (patch)
tree9a9a931b3c88533bfa0eff25b16258c19cd15ed0
parent9077b212c3a210cf1764cf0662e98e3af5fcd3ef (diff)
Update CHANGES.
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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.