diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:53:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:53:18 +0200 |
commit | 55e43e15f8f69b0d93adb52dc70b3b9af264a61f (patch) | |
tree | 1ebd40ccf9992260a1fc0d27b90a5b4f92ee01a3 /ChangeLog.asciidoc | |
parent | 220682c1bc12404f981f3ca74ce349342c3e4b9c (diff) | |
download | weechat-55e43e15f8f69b0d93adb52dc70b3b9af264a61f.zip |
api: allow value "-1" for property "hotlist" in function buffer_set (to remove a buffer from hotlist)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index d08911de4..df1d5af42 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -70,6 +70,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * core: add signals "key_combo_{default|search|cursor}" * core: display a warning in case of inconsistency between the options weechat.look.save_{config|layout}_on_exit +* api: allow value "-1" for property "hotlist" in function buffer_set (to remove + a buffer from hotlist) * api: add option "buffer_flush" in function hook_process_hashtable * api: allow negative value for y in function printf_y * api: add support of case insensitive search and search by buffer full name |