diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 11:26:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 11:26:52 +0200 |
commit | 509a58b1d54420c62b1d9069e91512983f7ca44a (patch) | |
tree | 892345b0e8787e2fe8f1d6c45e81ef6079942b78 /ChangeLog | |
parent | fcd71d14bc23a908f33224f1de91ab740dd40ff0 (diff) | |
download | weechat-509a58b1d54420c62b1d9069e91512983f7ca44a.zip |
api: add new function hdata_search
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.4.1-dev, 2013-04-20 +v0.4.1-dev, 2013-04-21 This document lists all changes for each version. @@ -33,6 +33,7 @@ Version 0.4.1 (under dev!) weechat.history.max_buffer_lines_minutes is set (bug #38197) * core: use default hash/comparison callback for keys of type integer/pointer/time in hashtable +* api: add new function hdata_search * api: add property "completion_freeze" for function buffer_set: do not stop completion when command line is updated * api: fix connection to servers with hook_connect on OS X (bug #38496) |