summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-02-19 22:04:17 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-02-19 22:04:17 +0100
commitcccd4f07e5a4c853ede8d9410cda406a5a00e16f (patch)
tree15e3a57b11ec0c0606607446cab8d9c76a694712
parent3368557cc730e7355171db6a7c295045a1a2b5a8 (diff)
downloadweechat-cccd4f07e5a4c853ede8d9410cda406a5a00e16f.zip
core: add extra instructions about spell plugin in release notes
-rw-r--r--ReleaseNotes.adoc24
1 files changed, 24 insertions, 0 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 767202f0c..70674be45 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -34,6 +34,30 @@ Consequently, the following things have been renamed as well:
* bar item _aspell_suggest_ renamed to _spell_suggest_
* info _aspell_dict_ renamed to _spell_dict_
+If you are upgrading from a previous release, you can copy the config file
+before doing `/upgrade`, in WeeChat:
+
+----
+/save aspell
+/exec -sh cp ~/.weechat/aspell.conf ~/.weechat/spell.conf
+/upgrade
+----
+
+If you already upgraded WeeChat:
+
+----
+/exec -sh cp ~/.weechat/aspell.conf ~/.weechat/spell.conf
+/reload spell
+----
+
+Then you can search if you are using "aspell" in values of options:
+
+----
+/fset =aspell
+----
+
+If there are options displayed, replace "aspell" by "spell" in values.
+
[[v2.4]]
== Version 2.4 (2019-02-17)