diff options
author | simonb <simonb> | 2006-06-25 07:18:41 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-25 07:18:41 (GMT) |
commit | 577859034db0e0e36ceab85ebba62e1018dd3361 (patch) | |
tree | 90b1bac6136db4aaf3ad704a2107e3271ee5ae10 /ChangeLog | |
parent | 87e401edf6146e4205bdfc807651a7d627a323db (diff) | |
download | fluxbox_pavel-577859034db0e0e36ceab85ebba62e1018dd3361.zip fluxbox_pavel-577859034db0e0e36ceab85ebba62e1018dd3361.tar.bz2 |
fix crash when unable to convert from local to utf-8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/25: | 3 | *06/06/25: |
4 | * Fix crash when unable to convert between local and utf-8 encodings (Simon) | ||
5 | FbTk/FbString.cc | ||
4 | * Fix DetachClient key command so new window is visible (Mark) | 6 | * Fix DetachClient key command so new window is visible (Mark) |
5 | Window.cc | 7 | Window.cc |
6 | *06/06/24: | 8 | *06/06/24: |