diff options
author | simonb <simonb> | 2006-05-07 10:08:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-07 10:08:25 (GMT) |
commit | faf043bef92338fe976e639e94d309764065b8b7 (patch) | |
tree | 6554ea89ff6064465bd605da8f640ee43212b356 /ChangeLog | |
parent | ac098b4d0f0640b2997ff674a5c1b3447b6ba09a (diff) | |
download | fluxbox-faf043bef92338fe976e639e94d309764065b8b7.zip fluxbox-faf043bef92338fe976e639e94d309764065b8b7.tar.bz2 |
more utf8 changes, notably window titles
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/05/07: | 3 | *06/05/07: |
4 | * Handle EMWH window and icon titles, plus localise workspace names (Simon) | ||
5 | - FbTk::FbWindow::textProperty now handles utf8 type, and always | ||
6 | returns UTF-8 encoded strings (for internal use) | ||
7 | Ewmh.hh/cc Screen.cc WinClient.hh/cc WinClientUtil.cc Workspace.cc | ||
8 | WorkspaceNameTool.cc fluxbox.cc FbTk/... FbString.hh/cc FbWindow.cc | ||
4 | * Handle UTF-8 strings properly (Simon) | 9 | * Handle UTF-8 strings properly (Simon) |
5 | - still need to integrate EWMH strings properly (they are utf8) | 10 | - still need to integrate EWMH strings properly (they are utf8) |
6 | - still need to fix up TextBox | 11 | - still need to fix up TextBox |