diff options
author | simonb <simonb> | 2006-06-21 14:50:36 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-21 14:50:36 (GMT) |
commit | acefac8473350ae42a499d1532561e76a4ae8d65 (patch) | |
tree | cde8c21b2f9a14f83570d9962e7db514600b8d04 | |
parent | 0789afd4cd749c696325ef5c9fc1b39e3a35a5ab (diff) | |
download | fluxbox-acefac8473350ae42a499d1532561e76a4ae8d65.zip fluxbox-acefac8473350ae42a499d1532561e76a4ae8d65.tar.bz2 |
typos, clarify
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,14 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/21: | 3 | *06/06/21: |
4 | * Fix nls (Simon | 4 | * Fix nls (Simon) |
5 | - file location waas wrong. nls wouldn't have worked, why did no-one say? | 5 | - file location was wrong. nls wouldn't have worked, why did no-one say? |
6 | - Messages output on stdout/err now properly in local encoding | 6 | - Messages output on stdout/err now properly in local encoding |
7 | - Check for existence of catalog file, if it doesn't exist, and we can | 7 | - Check for existence of catalog file, if it doesn't exist, and we can |
8 | convert from UTF-8, try loading that one instead. | 8 | convert from UTF-8, try loading that one instead. |
9 | - bunch of files changed due to macro name change: | 9 | - bunch of files changed due to macro name change: |
10 | + Use _FB_XTEXT if the text will go out to X (for X fonts) | 10 | + Use _FB_XTEXT if the text will go out to X (for X fonts) |
11 | + Use _FB_CONSOLETEXT if the text will go to console (stdout/err) | 11 | + Use _FB_CONSOLETEXT if the text will go to console (stdout/err) |
12 | - add tab options and some other missing bits to C translation | ||
12 | FbTk/I18n.hh/cc (+anything with _FB_TEXT) | 13 | FbTk/I18n.hh/cc (+anything with _FB_TEXT) |
13 | *06/06/20: | 14 | *06/06/20: |
14 | * Fix window placement when apps remembers size but not location (Simon) | 15 | * Fix window placement when apps remembers size but not location (Simon) |