Age | Commit message (Collapse) | Author |
|
|
|
after startup of WeeChat
|
|
(bug #36816)
|
|
by script plugins), display subplugin in /help on commands (task #12049)
|
|
initial buffer after reaching end of hotlist)
The option is "on" by default, which is old behaviour.
|
|
(task #12022)
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
${SHAREDIR}/man is not always the correct path, so add option to customize path.
This is set to "${SHAREDIR}/man" by default.
Signed-off-by: Simon Kuhnle <simon@blarzwurst.de>
|
|
|
|
|
|
|
|
|
|
|
|
5.2)
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
In Lua 5.1 lua_open directly calls luaL_newstate, but was deprecated.
In Lua 5.2 lua_open was removed.
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
The original struct name is luaL_Reg, but Lua v5.1 had a
`typedef luaL_reg luaL_Reg`, which in v5.2 was removed
Signed-off-by: Arvydas Sidorenko <asido4@gmail.com>
|
|
|
|
|
|
#36756)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(task #12150)
|
|
|
|
|
|
|
|
|
|
in NEWS
|
|
|
|
|
|
registered
|
|
|
|
|
|
|
|
|
|
horizontal/vertical separators between windows
New boolean options, enabled by default:
- weechat.look.window_separator_horizontal
- weechat.look.window_separator_vertical
|
|
|
|
(plugin API reference)
|
|
for highlight when nick is offline)
|
|
|
|
|
|
weechat.look.color_nick_offline is on
|