diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 3e99dc8af..ed08f11f7 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -5688,6 +5688,8 @@ Functions for key bindings. weechat_key_bind ^^^^^^^^^^^^^^^^ +_New in version 0.3.6._ + Add new key bindings. [NOTE] @@ -5751,6 +5753,8 @@ weechat.key_bind("mouse", keys) weechat_key_unbind ^^^^^^^^^^^^^^^^^^ +_New in version 0.3.6._ + Remove key binding(s). [WARNING] diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 98e967ec6..ddea8fc85 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -5748,6 +5748,8 @@ Fonctions pour les associations de touches. weechat_key_bind ^^^^^^^^^^^^^^^^ +_Nouveau dans la version 0.3.6._ + Ajouter de nouvelles associations de touches. [NOTE] @@ -5813,6 +5815,8 @@ weechat.key_bind("mouse", keys) weechat_key_unbind ^^^^^^^^^^^^^^^^^^ +_Nouveau dans la version 0.3.6._ + Supprimer une/des association(s) de touche(s). [WARNING] diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 5ea8a2446..214f1da92 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -5696,6 +5696,8 @@ Functions for key bindings. weechat_key_bind ^^^^^^^^^^^^^^^^ +_Novità nella versione 0.3.6._ + Add new key bindings. [NOTE] @@ -5760,6 +5762,8 @@ weechat.key_bind("mouse", keys) weechat_key_unbind ^^^^^^^^^^^^^^^^^^ +_Novità nella versione 0.3.6._ + Remove key binding(s). [WARNING]