summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_scripting.ja.adoc
AgeCommit message (Collapse)Author
2020-12-19core: add options "setvar" and "delvar" in command /buffer, rename option ↵Sébastien Helleu
"localvar" to "listvar" The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release.
2020-08-22api: add function string_color_code_size (issue #1547)Sébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-05-27doc: mention callback argument "callback_pointer" in differences with C API ↵Sébastien Helleu
(scripting guide)
2020-05-08core: rename functions hook_completion_{get_string|list_add} to ↵Sébastien Helleu
completion_{get_string|list_add} Old functions are kept for compatibility reasons.
2020-04-27api: add functions completion_new, completion_search and completion_free ↵Sébastien Helleu
(issue #1484)
2020-04-25doc: protect monospace text with plus characters (scripting guide)Sébastien Helleu
2020-04-18doc: fix table sizes on small screensSébastien Helleu
2020-04-05doc: fix broken literal blocks in Japanese docs with Firefox (closes #1466)Sébastien Helleu
2019-10-13doc: fix typo in scripting guideSébastien Helleu
2019-10-12doc: fix language in links to plugin API reference (scripting guide)Sébastien Helleu
2019-10-12python: send "bytes" instead of "str" to callbacks in Python 3 when the ↵Sébastien Helleu
string is not UTF-8 valid (issue #1220, closes #1389)
2019-09-27irc: add "user" in output of irc_message_parse (closes #136)Sébastien Helleu
2019-05-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2019-05-24doc: remove extra space in python dict (scripting guide)Sébastien Helleu
2019-05-12doc: add chapter about WeeChat architecture in scripting guideSébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-02-03core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2018-08-12api: add function hook_lineSébastien Helleu
2018-04-07api: add function string_format_size in scripting APISébastien Helleu
2018-01-08core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-09-28doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-09-23doc: fix note about function "print" in scripting guideSébastien Helleu
2017-09-23core: fix typo: Javascript -> JavaScriptSébastien Helleu
2017-09-09doc: fix PHP examples in scripting guideSébastien Helleu
2017-09-03doc: add PHP plugin in scripting guideSébastien Helleu
2017-08-26core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-08-21doc: add links to other docs in scripting guideSébastien Helleu
2017-06-15core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-06-11doc: add missing API functions in scripting guideSébastien Helleu
2017-06-03doc: use WeeChat IRC message parsing function in IRC hook example (scripting ↵Sébastien Helleu
guide)
2017-01-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-12core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-06doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-11-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-06-15doc: fix styles in docsSébastien Helleu
2016-05-15core: rename .asciidoc files to .adoc (issue #722)Sébastien Helleu