diff options
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) |