diff options
author | markt <markt> | 2007-07-02 05:26:32 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-02 05:26:32 (GMT) |
commit | 562fa2642354fb2bb7281fc70b777b3e22662df6 (patch) | |
tree | 6ab5dc9b178eeb41b36bd7773c89c3e8ba1e8e1e /ChangeLog | |
parent | 5fcb520bbb891683a8321cebe4d9fbe9d88e5709 (diff) | |
download | fluxbox_pavel-562fa2642354fb2bb7281fc70b777b3e22662df6.zip fluxbox_pavel-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes 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 |