1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

api: do not convert option name to lower case in API functions config_set_plugin and config_set_desc_plugin

This commit is contained in:
Sébastien Helleu
2023-06-27 12:56:42 +02:00
parent 9939f939aa
commit b4d999010a
3 changed files with 13 additions and 15 deletions
+8
View File
@@ -14,6 +14,14 @@ For a complete list of changes, please look at ChangeLog.
[[v4.0.1]]
== Version 4.0.1 (under dev)
[[v4.0.1_config_set_plugin]]
=== Functions config_set_plugin and config_set_desc_plugin
The functions link:https://weechat.org/doc/weechat/plugin/#_config_set_plugin[config_set_plugin]
and link:https://weechat.org/doc/weechat/plugin/#_config_set_desc_plugin[config_set_desc_plugin]
are not converting any more the option name to lower case because since version 4.0.0,
the name of options is case sensitive.
[[v4.0.1_grab_raw_key]]
=== Grab raw key and command