summaryrefslogtreecommitdiff
path: root/ReleaseNotes.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-03-27 11:05:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-03-27 11:05:39 +0200
commitd3c21e355cbcd246ed3f05305e3dff73cddbe1b1 (patch)
treebf5060eb982c6240001d4ca69b592f65abd8fd1f /ReleaseNotes.asciidoc
parenteae12192c9fc87e26b6810c304fa41f520d2048e (diff)
downloadweechat-d3c21e355cbcd246ed3f05305e3dff73cddbe1b1.zip
core: remove rename of function unhook_all in release notes
Diffstat (limited to 'ReleaseNotes.asciidoc')
-rw-r--r--ReleaseNotes.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/ReleaseNotes.asciidoc b/ReleaseNotes.asciidoc
index e19fedb09..d0baa6abc 100644
--- a/ReleaseNotes.asciidoc
+++ b/ReleaseNotes.asciidoc
@@ -54,15 +54,14 @@ Following functions are changed in the C API:
* hook_infolist
* hook_hdata
* hook_focus
-* unhook_all_plugin
+* unhook_all
* buffer_new
* bar_item_new
* upgrade_new
* upgrade_read
-The function `unhook_all` is renamed to `unhook_all_plugin` (in C API only, not
-scripting API) and has a new argument `const char *subplugin` to remove only
-hooks created by this "subplugin" (script).
+The function `unhook_all` has a new argument `const char *subplugin` to remove
+only hooks created by this "subplugin" (script).
[[1.5_bar_item_away]]
=== Bar item "away"