aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-06-25 09:05:58 (GMT)
committersimonb <simonb>2006-06-25 09:05:58 (GMT)
commit80389b5dd5e7be4025cafbb2e7b055fd06f4f56d (patch)
tree1406d6c5044958bc40f2b7f4f8326ca8cc01629f /ChangeLog
parent577859034db0e0e36ceab85ebba62e1018dd3361 (diff)
downloadfluxbox-80389b5dd5e7be4025cafbb2e7b055fd06f4f56d.zip
fluxbox-80389b5dd5e7be4025cafbb2e7b055fd06f4f56d.tar.bz2
support encodings in menu files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d5a94..2fa3821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc2: 2Changes 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)