aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-09-01 11:13:30 (GMT)
committerfluxgen <fluxgen>2002-09-01 11:13:30 (GMT)
commitb5b3c8581eb90faa4d481c3940c52adbac603714 (patch)
tree162c575a7df1d5d6c8e31326c27725e0d1c3425b
parent91ee94f2698872b1a0c34a856fc3d599ddc07ece (diff)
downloadfluxbox-b5b3c8581eb90faa4d481c3940c52adbac603714.zip
fluxbox-b5b3c8581eb90faa4d481c3940c52adbac603714.tar.bz2
update
-rw-r--r--ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fd40a9..39bfff5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.11: 2Changes for 0.1.11:
3*02/08/31:
4 * Fixed minor issue with window moving across workspace in outlined mode
5 (Thanks Simon Bowden)
6 Window.cc
7*02/08/30:
8 * Removed BaseDisplay::GrabGuard (Thanks Simon Bowden)
9 * Carry a window across workspace in non-opaque mode (Thanks Simon Bowden)
10 Window.cc/hh, Screen.cc/hh, fluxbox.cc
11 * Removed TDF theme
12 * Added new theme: lemonspace (Thanks xlife)
13 * Fixed transient windows checking
14 Window.cc, Workspace.cc
3*02/08/28: 15*02/08/28:
4 * Minor fix in bsetbg (Thanks Han) 16 * Minor fix in bsetbg (Thanks Han)
5 * Fixed bug [ 582574 ] borderless windows cant be horiz resized. 17 * Fixed bug [ 582574 ] borderless windows cant be horiz resized.
@@ -45,7 +57,7 @@ Changes for 0.1.11:
45 and one with xterm. 57 and one with xterm.
46 The new window will only group itself to other windows 58 The new window will only group itself to other windows
47 on the same workspace and to the last window that was 59 on the same workspace and to the last window that was
48 focused. 60 focused.
49*02/08/10: 61*02/08/10:
50 * French translation in fluxbox-generate_menu (Thanks Cosmic Flo) 62 * French translation in fluxbox-generate_menu (Thanks Cosmic Flo)
51*02/08/04: 63*02/08/04:
@@ -60,10 +72,10 @@ Changes for 0.1.11:
60 * Moved BColor from Image.hh to FbTk::Color in Color.hh 72 * Moved BColor from Image.hh to FbTk::Color in Color.hh
61 * Slit theme, you can now have theme on the slit: 73 * Slit theme, you can now have theme on the slit:
62 slit: <texture option> 74 slit: <texture option>
63 slit.color: <color value> 75 slit.color: <color value>
64 slit.colorTo: <color value> 76 slit.colorTo: <color value>
65 If slit isn't present in the theme the slit will fall back to 77 If slit isn't present in the theme the slit will fall back to
66 Toolbar theme. 78 Toolbar theme.
67 79
68*02/07/19: 80*02/07/19:
69 * Fixed slitlist bug 81 * Fixed slitlist bug