summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-07-06 12:17:30 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-07-06 12:17:30 +0200
commitaefa40836b7b6c2bdbe7545485410d2fb2f708f9 (patch)
treededb5547c70cb6eae0b0f13d803498da3c261e32 /ChangeLog
parent86e503b64019d97ac0d33a0e70716fc20467b76b (diff)
downloadweechat-aefa40836b7b6c2bdbe7545485410d2fb2f708f9.zip
Improve irc lag indicator: two colors (counting and finished), update item even when pong has not been received, lag_min_show is now in milliseconds
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f79228ce..bf25ff208 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.3-dev, 2010-07-05
+v0.3.3-dev, 2010-07-06
Version 0.3.3 (under dev!)
@@ -19,6 +19,8 @@ Version 0.3.3 (under dev!)
* core: add hashtables with new functions in plugin API
* api: add function "string_expand_home", fix bug with replacement of home in
paths
+* irc: improve lag indicator: two colors (counting and finished), update item
+ even when pong has not been received, lag_min_show is now in milliseconds
* irc: use empty real name by default in config, instead of reading real name
in /etc/passwd (bug #30111)
* irc: add new options irc.look.display_host_join/join_local/quit and