aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-05 16:10:56 (GMT)
committersimonb <simonb>2007-01-05 16:10:56 (GMT)
commit64fcedda00205f0c0b9464967f06322d4c7afa91 (patch)
tree4b0bbde89c7d1b11e16059632e8dd8eaba99b039 /ChangeLog
parentfcc756c052c91eb582b459684017e10898322eed (diff)
downloadfluxbox_pavel-64fcedda00205f0c0b9464967f06322d4c7afa91.zip
fluxbox_pavel-64fcedda00205f0c0b9464967f06322d4c7afa91.tar.bz2
use LC_TIME for interpreting clock locale.
Fix something likely to break locales on BSDs and things without nl_langinfo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index deb2a32..e7ea179 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/01/05: 3*07/01/05:
4 * Fix locale being applied to the clock. (Simon)
5 - Also fixed a likely locale-killer for BSDs (without nl_langinfo)
6 ClockTool.hh/cc FbTk/FbString.cc
4 * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper 7 * Fix nls digit strings to prefix with zero "%4d" => "%04d" for proper
5 spacing (Simon) 8 spacing (Simon)
6 Screen.cc nls/fluxbox-nls.hh nls/*/*.m 9 Screen.cc nls/fluxbox-nls.hh nls/*/*.m