diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-25 17:02:37 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-25 17:02:37 +0100 |
commit | 483b63f36025688b2c16813b27fe163abf7d4658 (patch) | |
tree | 7c0562bc5ceb3e2f4b084a20b99cd81b335791b7 /ChangeLog | |
parent | ac27388543894205be66770b8804e6b716551bd4 (diff) | |
download | weechat-483b63f36025688b2c16813b27fe163abf7d4658.zip |
Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_changed"
Data for new signals is a string with format: "buffer,name", where:
- buffer is a pointer, for example 0x123456
- name is group or nick name added/removed from nicklist on this buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,6 @@ Version 0.3.2 (under dev!) * core: add new options for command /key: listdefault, listdiff and reset * core: add new command /mute -* core: add signal "day_changed" * core: add command line option "-s" (or "--no-script") to start WeeChat without loading any script * core: remove unneeded space after time on each line if option @@ -40,6 +39,8 @@ Version 0.3.2 (under dev!) * 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 +* api: add signals "day_changed", "nicklist_group_added/removed", + "nicklist_nick_added/removed" * api: fix function "color" in Lua script API * api: fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930) |