summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-21 06:04:55 (GMT)
committersimonb <simonb>2006-06-21 06:04:55 (GMT)
commit62a298b0b30aa5b4990f462aece224e09e4fafe6 (patch)
treef4f565119e63197db998f420577971ceae74e1c3 /ChangeLog
parent94db19c00720ef65f847ee6f02c12b9d11d5ee02 (diff)
downloadfluxbox_lack-62a298b0b30aa5b4990f462aece224e09e4fafe6.zip
fluxbox_lack-62a298b0b30aa5b4990f462aece224e09e4fafe6.tar.bz2
make new nls stuff work. Was missing path update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46c2fe5..9b950c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc2: 2Changes 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