summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-20 11:36:45 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-20 11:36:45 +0200
commit67a9f942e7026bb1f8ff2534056d869076e486d5 (patch)
tree0628d206574304f3403230e120c6c515da6e4513 /doc/it
parent6c5bdb36d3d1bc7fa7ace27b7793cc11d65011b9 (diff)
downloadweechat-67a9f942e7026bb1f8ff2534056d869076e486d5.zip
doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.txt4
1 files changed, 4 insertions, 0 deletions
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]