diff options
author | simonb <simonb> | 2007-01-05 14:47:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-05 14:47:25 (GMT) |
commit | 20cf04f938badafe5765c12e7519ddad9bd8e185 (patch) | |
tree | 962caef2584b0f9cebe2a47e598678f150bf67ed /ChangeLog | |
parent | ad7fd2d8675141925bdef7c29d3392d6ac6b0db0 (diff) | |
download | fluxbox-20cf04f938badafe5765c12e7519ddad9bd8e185.zip fluxbox-20cf04f938badafe5765c12e7519ddad9bd8e185.tar.bz2 |
fix nls strings to use %04d instead of %4d, as 4d doesn't pad properly
with non-monospaced fonts
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 nls digit strings to prefix with zero "%4d" => "%04d" for proper | ||
5 | spacing (Simon) | ||
6 | nls/*/*.m | ||
4 | * Fix loading of rotated fonts on style change (Simon) | 7 | * Fix loading of rotated fonts on style change (Simon) |
5 | FbTk/... FontImp.hh XftFontImp.hh/cc XmbFontImp.hh/cc XFontImp.hh/cc | 8 | FbTk/... FontImp.hh XftFontImp.hh/cc XmbFontImp.hh/cc XFontImp.hh/cc |
6 | * Change default Xft font to "monospace" (was "fixed") (Simon) | 9 | * Change default Xft font to "monospace" (was "fixed") (Simon) |