aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-05-20 15:08:14 (GMT)
committersimonb <simonb>2006-05-20 15:08:14 (GMT)
commit0861f3a9073ccd016302af26ff992fa19331a02d (patch)
treef1a2276449a5fc9b27f2d1afa5ffff4410141345 /ChangeLog
parent5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff)
downloadfluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.zip
fluxbox-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60d8910..568bc21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/05/21:
4 * Improve native language support handling, especially relating
5 to codesets (Simon)
6 *** Please report any oddness (Esp regressions) in native text
7 - Makefile.am can now specify several target codesets
8 - generated-*.m files are automatically generated, but not on
9 every build, only on new additions.
10 - I18N::getMessage now returns FbString's
11 - Menu labels are passed as FbString&e s, not char *s.
12 nls/*/Makefile.am nls/*/generated*.m
13 src/ ... lots of files (most things menu or translation-related)
3*06/05/17: 14*06/05/17:
4 * Fix transparency on multiple screens & possibly bad root bg atom 15 * Fix transparency on multiple screens & possibly bad root bg atom
5 reading (Simon) 16 reading (Simon)