aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-07 03:41:27 (GMT)
committersimonb <simonb>2006-05-07 03:41:27 (GMT)
commit520f552be79581be50156bb7785e7ef0ce946b07 (patch)
tree82edcbb794f6b89804a2a7f75e0122afcc074f94 /ChangeLog
parent0e9fa988ff41cc32a390f70443669a6df45f3e44 (diff)
downloadfluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.zip
fluxbox_pavel-520f552be79581be50156bb7785e7ef0ce946b07.tar.bz2
handle utf-8 strings properly.
use utf8 internally
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 535be05..6acabdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/05/07:
4 * Handle UTF-8 strings properly (Simon)
5 - still need to integrate EWMH strings properly (they are utf8)
6 - still need to fix up TextBox
7 FbTk/... FbString.hh/cc App.cc FOnt.hh/cc FontImp.hh Makefile.am
8 XFontImp.hh/cc XmbFontImp.hh/cc XftFontImp.hh/cc TextButton.cc
9 Window.cc Xutil.hh/cc tests/testFont.cc
3*06/05/01: 10*06/05/01:
4 * Make apps file keywords case insensitive, plus reload it (if newer) 11 * Make apps file keywords case insensitive, plus reload it (if newer)
5 before save on close and remember menu events (Simon) 12 before save on close and remember menu events (Simon)