From a7522d8e8979b7331f45359ef198ddc545dddffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 8 Dec 2017 20:17:50 +0100 Subject: [PATCH] core: add fset plugin in release notes of version 2.0 --- ReleaseNotes.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 48fa2ec79..301a7f6f0 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -20,6 +20,30 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] [[v2.0]] == Version 2.0 (2017-12-03) +[[v2.0_fset_plugin]] +=== Fset plugin + +A new plugin "fset" has been added, it replaces the script iset.pl and has many +new features. + +By default the fset plugin changes the behavior of `/set` command when it is +used with only an option name: it opens the fset buffer if at least one option +is found. + +The old behavior was to display the list of options in the core buffer. + +If you prefer the old behavior, you can restore it with this command: + +---- +/set fset.look.condition_catch_set "" +---- + +For more information about this feature, you can read help with: + +---- +/help fset.look.condition_catch_set +---- + [[v2.0_debian_packaging]] === Split of scripting Debian packages