summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-06 11:26:33 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-06 11:26:33 +0200
commit8ba491e427beceecfee1ddbc644b72640e9e2caf (patch)
treed591e51a9c994340a59005f4dbb7d8d73567202e /ChangeLog
parentc3c767c164927a33fd460d2328628a08aba8b094 (diff)
downloadweechat-8ba491e427beceecfee1ddbc644b72640e9e2caf.zip
Optimize incremental search in buffer: do not search any more when chars are added to a text not found (bug #31167)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e5c58f78..087c2681e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@ Version 0.3.4 (under dev!)
* core: add new options weechat.look.input_share and
weechat.look.input_share_overwrite (task #9228)
* core: add new option weechat.look.prefix_align_min (task #10650)
+* core: optimize incremental search in buffer: do not search any more
+ when chars are added to a text not found (bug #31167)
* core: fix memory leaks when removing item in hashtable and when setting
highlight words in buffer
* core: use similar behaviour for keys bound to local or global history