diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 23:22:27 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-04 23:22:27 +0100 |
commit | a543404428e1de38650ac2b155aef457568fecbd (patch) | |
tree | d084ddb8c85c8c1814343c0aeafd0d8a556a006b /ChangeLog | |
parent | fec8a1d1224fb3255213fc0f52ea8e00449f966b (diff) | |
download | weechat-a543404428e1de38650ac2b155aef457568fecbd.zip |
core: add buffer pointer in arguments for signals "input_search", "input_text_changed" and "input_text_cursor_moved"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ v0.4.0-rc1, 2013-01-04 Version 0.4.0 (under dev!) -------------------------- +* core: add buffer pointer in arguments for signals "input_search", + "input_text_changed" and "input_text_cursor_moved" * core: fix scroll to bottom of window (default key: alt+end) when line displayed is bigger than chat area * core: fix scroll in buffer after enabling/disabling some filters (if scroll |