diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,6 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/25: | 3 | *06/06/25: |
4 | * Menu aware of text encodings (Simon) | ||
5 | - new menu file options: | ||
6 | [encoding] {CODESET} | ||
7 | ... | ||
8 | [endencoding] | ||
9 | - All distributions are encouraged to use these inside any | ||
10 | auto-generated menu files, so that they are independent of user | ||
11 | encoding. | ||
12 | - Encoding defaults to user's current encoding | ||
13 | MenuCreator.hh/cc FbTk/FbString.hh/cc nls/fluxbox-nls.hh C/Translation.m | ||
4 | * Fix crash when unable to convert between local and utf-8 encodings (Simon) | 14 | * Fix crash when unable to convert between local and utf-8 encodings (Simon) |
5 | FbTk/FbString.cc | 15 | FbTk/FbString.cc |
6 | * Fix DetachClient key command so new window is visible (Mark) | 16 | * Fix DetachClient key command so new window is visible (Mark) |