core: remove rename of function unhook_all in release notes

v2.8-utf8proc
Sébastien Helleu 2016-03-27 11:05:39 +02:00
parent eae12192c9
commit d3c21e355c
1 changed files with 3 additions and 4 deletions

View File

@ -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"