aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-21 14:41:16 (GMT)
committersimonb <simonb>2006-06-21 14:41:16 (GMT)
commit3ada3b1f0d6d2debaaab48eecf828a406e964c8e (patch)
tree3c2f02462317408ee8604d0c7bb41092ecfd1c3a /ChangeLog
parent62a298b0b30aa5b4990f462aece224e09e4fafe6 (diff)
downloadfluxbox-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.zip
fluxbox-3ada3b1f0d6d2debaaab48eecf828a406e964c8e.tar.bz2
fix nls... notably classify text on conversion whether its for X or
console, plus handle catalogs better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b950c2..11a99b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,15 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc2: 2Changes for 1.0rc2:
3*06/06/21: 3*06/06/21:
4 * Fix nls file location. nls wouldn't have worked, why did no-one say? 4 * Fix nls (Simon
5 (Simon) 5 - file location waas wrong. nls wouldn't have worked, why did no-one say?
6 - Need a couple more fixes too: 6 - Messages output on stdout/err now properly in local encoding
7 * Messages output on stdout/err need to be in local encoding 7 - Check for existence of catalog file, if it doesn't exist, and we can
8 * Check for existence of catalog file, if not exist, try opening an 8 convert from UTF-8, try loading that one instead.
9 iconv for UTF-8, and loading that one instead. 9 - bunch of files changed due to macro name change:
10 FbTk/I18n.cc 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)
12 FbTk/I18n.hh/cc (+anything with _FB_TEXT)
11*06/06/20: 13*06/06/20:
12 * Fix window placement when apps remembers size but not location (Simon) 14 * Fix window placement when apps remembers size but not location (Simon)
13 Window.cc 15 Window.cc