diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-06 19:02:25 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-06 19:02:25 +0200 |
commit | f11549f654ddedb7073744e1d1591c8c3086220d (patch) | |
tree | 424b95c996209dc02daf6c2e5c87676500334961 /ChangeLog | |
parent | 2fb864b8f8ea6fbc9508075797bab641dc0f91e2 (diff) | |
download | weechat-f11549f654ddedb7073744e1d1591c8c3086220d.zip |
Fix display bug with special chars (ascii value below 32) (bug #30602)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |