diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/21: | ||
4 | * Fix nls file location. nls wouldn't have worked, why did no-one say? | ||
5 | (Simon) | ||
6 | - Need a couple more fixes too: | ||
7 | * Messages output on stdout/err need to be in local encoding | ||
8 | * Check for existence of catalog file, if not exist, try opening an | ||
9 | iconv for UTF-8, and loading that one instead. | ||
10 | FbTk/I18n.cc | ||
3 | *06/06/20: | 11 | *06/06/20: |
4 | * Fix window placement when apps remembers size but not location (Simon) | 12 | * Fix window placement when apps remembers size but not location (Simon) |
5 | Window.cc | 13 | Window.cc |