diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
commit | 3de7b2ff3d097ba779f544620552852b7939b511 (patch) | |
tree | 25904a33388da8bf7b574d39ed46980972c9f9a8 /NEWS | |
parent | cbc47ece3d717b4acd9fe3e5b4c435b5ccc5ffc5 (diff) | |
download | weechat-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-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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) -------------------------- |