aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 05:26:32 (GMT)
committermarkt <markt>2007-07-02 05:26:32 (GMT)
commit562fa2642354fb2bb7281fc70b777b3e22662df6 (patch)
tree6ab5dc9b178eeb41b36bd7773c89c3e8ba1e8e1e /ChangeLog
parent5fcb520bbb891683a8321cebe4d9fbe9d88e5709 (diff)
downloadfluxbox-562fa2642354fb2bb7281fc70b777b3e22662df6.zip
fluxbox-562fa2642354fb2bb7281fc70b777b3e22662df6.tar.bz2
minor usability fix for :Tab command and fixed handle rendering when switching from a style without them
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71ac769..4c5b440 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/07/02: 3*07/07/02:
4 * Fixed handle rendering when switching from a style without them (Mark)
5 FbWinFrame.cc
6 * Changed :Tab <int> key command so that the last tab is focused if <int> is
7 larger than the number of tabs (or first if <int> is negative and |<int>|
8 is too large) (Mark)
9 CurrentWindowCmd.cc
4 * Fixed some rendering problems when toolbar item borderwidth is too large 10 * Fixed some rendering problems when toolbar item borderwidth is too large
5 and toolbar bevelwidth is set (Mark) 11 and toolbar bevelwidth is set (Mark)
6 Toolbar.cc 12 Toolbar.cc