aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-05 14:47:25 (GMT)
committersimonb <simonb>2007-01-05 14:47:25 (GMT)
commit20cf04f938badafe5765c12e7519ddad9bd8e185 (patch)
tree962caef2584b0f9cebe2a47e598678f150bf67ed /ChangeLog
parentad7fd2d8675141925bdef7c29d3392d6ac6b0db0 (diff)
downloadfluxbox-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 014baff..9e4fb33 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 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)