summaryrefslogtreecommitdiff
path: root/ReleaseNotes.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-08 10:49:20 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-08 10:51:30 +0200
commit88bef0b1b127f67149060fe36757940379d7f4a3 (patch)
tree0f71e6a7c1b6c322013d78eb0f48aa753cd246af /ReleaseNotes.adoc
parentb7765ed9606f17e83ccd9e6aa96a1ca88294952e (diff)
downloadweechat-88bef0b1b127f67149060fe36757940379d7f4a3.zip
core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
Diffstat (limited to 'ReleaseNotes.adoc')
-rw-r--r--ReleaseNotes.adoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 23c2ddaea..da513a8ef 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -20,6 +20,22 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
[[v2.9]]
== Version 2.9 (under dev)
+[[v2.9_api_completion_functions]]
+=== Move of API completion functions
+
+Completion functions have been added in WeeChat 2.9, to allow relay clients or
+plugins/scripts to complete a string, without using the buffer input.
+
+Therefore two functions have been renamed in API and moved to the new
+"completion" category:
+
+* function _hook_completion_get_string_ renamed to _completion_get_string_
+* function _hook_completion_list_add_ renamed to _completion_list_add_
+
+[NOTE]
+The old names are still valid for compatibility reasons, but it is recommended
+to use only the new names as the old ones may be removed in an upcoming release.
+
[[v2.9_remove_gnutls_build_option]]
=== GnuTLS is not optional any more