diff options
author | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-05-20 15:08:14 (GMT) |
commit | 0861f3a9073ccd016302af26ff992fa19331a02d (patch) | |
tree | f1a2276449a5fc9b27f2d1afa5ffff4410141345 /ChangeLog | |
parent | 5ddabb0f390f69db793b5a6e40be9f94b8f83136 (diff) | |
download | fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.zip fluxbox_pavel-0861f3a9073ccd016302af26ff992fa19331a02d.tar.bz2 |
improve native language handling, move messages and menu labels to
FbTk::FbString
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ | |||
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/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) |