aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2007-04-08 01:53:19 (GMT)
committersimonb <simonb>2007-04-08 01:53:19 (GMT)
commit91963544bdb919f40d4b54f7acaf665373ca5170 (patch)
tree009109f584d3be5ddfedaea88e0988657d1c5dd8 /ChangeLog
parentb09aae8579d57defadaa39ebc5566ddb68799506 (diff)
downloadfluxbox-91963544bdb919f40d4b54f7acaf665373ca5170.zip
fluxbox-91963544bdb919f40d4b54f7acaf665373ca5170.tar.bz2
Only replace numbers with zeros when calculating clock width.
Otherwise width of things in proportional fonts can be way out. sf.net bug #1545066.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bf652a..dadd00c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/04/08:
4 * Only replace numbers with zeros when calculating clock width (Simon)
5 Otherwise width of things in proportional fonts can be way out.
6 sf.net bug #1545066.
7 ClockTool.cc
3*07/04/05: 8*07/04/05:
4 * Adjusted detection of Caps Lock key (Mark) 9 * Adjusted detection of Caps Lock key (Mark)
5 FbTk/KeyUtil.cc/hh 10 FbTk/KeyUtil.cc/hh