summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-08-06 19:02:25 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-08-06 19:02:25 +0200
commitf11549f654ddedb7073744e1d1591c8c3086220d (patch)
tree424b95c996209dc02daf6c2e5c87676500334961 /ChangeLog
parent2fb864b8f8ea6fbc9508075797bab641dc0f91e2 (diff)
downloadweechat-f11549f654ddedb7073744e1d1591c8c3086220d.zip
Fix display bug with special chars (ascii value below 32) (bug #30602)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebd66087b..6affa9045 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.3-dev, 2010-08-04
+v0.3.3-dev, 2010-08-06
Version 0.3.3 (under dev!)
@@ -18,6 +18,7 @@ Version 0.3.3 (under dev!)
(bug #29991)
* core: fix crash with hook_process (when timer is called on a deleted hook
process)
+* core: fix display bug with special chars (ascii value below 32) (bug #30602)
* core: fix display bug with attributes like underlined in bars (bug #29889)
* core: add hashtables with new functions in plugin API
* api: fix bug with replacement char in function string_remove_color