diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-20 13:32:08 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-20 13:32:08 +0100 |
commit | 9d96090d7d6fe7841973f10c51710ec505ef034e (patch) | |
tree | 5d7a61bc51527f8be30bfc4aafa819f0352dbe77 /ChangeLog | |
parent | 2801b8437c0ee1c529244c1b7f7a6603e029a5a5 (diff) | |
download | weechat-9d96090d7d6fe7841973f10c51710ec505ef034e.zip |
Add functions string_match, string_has_highlight and string_mask_to_regex in script plugin API
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= FlashCode <flashcode@flashtux.org> -v0.3.2-dev, 2010-03-17 +v0.3.2-dev, 2010-03-20 Version 0.3.2 (under dev!) @@ -28,8 +28,10 @@ Version 0.3.2 (under dev!) * gui: fix bug with cursor when position is last char of terminal * api: add "version_number" for function info_get to get WeeChat version as number -* api: add functions "string_encode_base64" and "string_decode_base64",, fix +* api: add functions "string_encode_base64" and "string_decode_base64", fix bug with base64 encoding +* api: add functions "string_match", "string_has_highlight" and + "string_mask_to_regex" in script plugin API * api: add missing infos in functions buffer_get_integer / buffer_get_string and in buffer infolist * api: add description of arguments for functions hook_info and hook_infolist |