summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-19 10:23:34 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-19 10:23:34 +0100
commit090bd68e7cda97a605d16312eb99918a4fea9061 (patch)
tree13326b5f996673f54f2801b6f52c3177fb610a58 /ChangeLog
parent3cf7b4e69606306a4a4869aeb19e46ce37915f93 (diff)
downloadweechat-090bd68e7cda97a605d16312eb99918a4fea9061.zip
Fix "inactivity" value when no key has been pressed since WeeChat started (bug #28930)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b47302722..45ff89629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)