summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-17 11:51:50 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-17 11:51:50 +0200
commit600ee3ddf37c070cab373346661d55718d2130b9 (patch)
treeff8c99c98ed7c4371eb4a6641a056d9b28ac6c71 /NEWS
parentc6249603368de12acfac60868d4bddd18d29abba (diff)
downloadweechat-600ee3ddf37c070cab373346661d55718d2130b9.zip
core: add search of regular expression in buffer, don't reset search type on a new search, select where to search (messages/prefixes)
Key changed in search context: - ctrl+"r": switch search type: string/regex New keys in search context: - alt+"c": case (in)sensitive search - tab: search in messages/prefixes/both
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS32
1 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 484659f51..241d9eb4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
WeeChat Release Notes
=====================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.2-dev, 2013-08-05
+v0.4.2-dev, 2013-08-17
This document lists important changes for each version, that require manual
@@ -16,6 +16,36 @@ http://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
Version 0.4.2 (under dev!)
--------------------------
+=== Regex search in buffer ===
+
+Search with regular expression has been added, and therefore some keys in search
+context have been changed.
+
+The key ctrl+"r" in search context is now used to switch string/regex search
+(instead of searching exact text).
+
+If you never changed keys in search context, you can reset them all with one
+command:
+
+----------------------------------------
+/key resetall -yes search
+----------------------------------------
+
+Or the manual method:
+
+----------------------------------------
+/key missing search
+/key bindctxt search ctrl-R /input search_switch_regex
+----------------------------------------
+
+To view keys in search context:
+
+----------------------------------------
+/key list search
+----------------------------------------
+
+For more information, see the chapter about keys in the 'WeeChat User's guide'.
+
=== New rmodifier ===
A new rmodifier "secure" has been added to hide passphrase and passwords