diff options
author | simonb <simonb> | 2007-01-05 16:10:56 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-05 16:10:56 (GMT) |
commit | 64fcedda00205f0c0b9464967f06322d4c7afa91 (patch) | |
tree | 4b0bbde89c7d1b11e16059632e8dd8eaba99b039 /ChangeLog | |
parent | fcc756c052c91eb582b459684017e10898322eed (diff) | |
download | fluxbox-64fcedda00205f0c0b9464967f06322d4c7afa91.zip fluxbox-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes 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 |