diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-19 10:23:34 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-19 10:23:34 +0100 |
commit | 090bd68e7cda97a605d16312eb99918a4fea9061 (patch) | |
tree | 13326b5f996673f54f2801b6f52c3177fb610a58 /ChangeLog | |
parent | 3cf7b4e69606306a4a4869aeb19e46ce37915f93 (diff) | |
download | weechat-090bd68e7cda97a605d16312eb99918a4fea9061.zip |
Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= FlashCode <flashcode@flashtux.org> -v0.3.2-dev, 2010-02-18 +v0.3.2-dev, 2010-02-19 Version 0.3.2 (under dev!) @@ -26,6 +26,8 @@ Version 0.3.2 (under dev!) and in buffer infolist * api: add description of arguments for functions hook_info and hook_infolist * api: fix function "color" in Lua script API +* api: fix "inactivity" value when no key has been pressed since WeeChat started + (bug #28930) * irc: add SASL authentication, with PLAIN and DH-BLOWFISH mechanisms (task #8829) * irc: fix crash with SSL connection if option ssl_cert is set (bug #28752) |