summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-07-05 16:06:28 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-07-05 16:06:28 +0200
commit3de7b2ff3d097ba779f544620552852b7939b511 (patch)
tree25904a33388da8bf7b574d39ed46980972c9f9a8 /NEWS
parentcbc47ece3d717b4acd9fe3e5b4c435b5ccc5ffc5 (diff)
downloadweechat-3de7b2ff3d097ba779f544620552852b7939b511.zip
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988)
New options in command /aspell: - "enable": enable aspell - "disable": disable aspell - "toggle": toggle aspell Options renamed in command /aspell: - "enable" renamed to "setdict" (set dictionary for current buffer) - "disable" renamed to "deldict" (delete dictionary used on current buffer) - "dictlist" renamed to "listdict" (show installed dictionaries)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1fe3a5dda..cf13d70c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
WeeChat Release Notes
=====================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.9-dev, 2012-06-14
+v0.3.9-dev, 2012-07-05
Version 0.3.9 (under dev!)
@@ -9,10 +9,19 @@ Version 0.3.9 (under dev!)
Important release notes:
+* changes in options for command `/aspell`:
+** new option `enable`: enable aspell
+** new option `disable`: disable aspell
+** new option `toggle`: toggle aspell
+** option `enable` renamed to `setdict` (set dictionary for current buffer)
+** option `disable` renamed to `deldict` (delete dictionary used on current buffer)
+** option `dictlist` renamed to `listdict` (show installed dictionaries)
* an horizontal separator has been added between split windows, and two options
have been added to toggle separators (both are enabled by default):
** 'weechat.look.window_separator_horizontal'
** 'weechat.look.window_separator_vertical'
+* new keys were added, use command `/key missing` to add them or `/key listdiff`
+ to see differences between your current keys and WeeChat default keys
Version 0.3.8 (2012-06-03)
--------------------------