aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 15:58:05 (GMT)
committerfluxgen <fluxgen>2003-07-10 15:58:05 (GMT)
commit193b3ab99ea02bc413b97a3bbd49b8894241caba (patch)
treed9f593193c838012336b7f11fc97dd01bc7ab13a
parent11673856e37e068dcfc637a5faa2493e5b781ac1 (diff)
downloadfluxbox-193b3ab99ea02bc413b97a3bbd49b8894241caba.zip
fluxbox-193b3ab99ea02bc413b97a3bbd49b8894241caba.tar.bz2
update
-rw-r--r--BUGS1
-rw-r--r--ChangeLog38
-rw-r--r--NEWS3
3 files changed, 21 insertions, 21 deletions
diff --git a/BUGS b/BUGS
index cb432e5..d85dcfe 100644
--- a/BUGS
+++ b/BUGS
@@ -33,7 +33,6 @@ FAQ items for:
33 around" => outline moving does this, it's not a bug, etc etc. 33 around" => outline moving does this, it's not a bug, etc etc.
34 34
35fixed bugs (or not-our-fault bugs): 35fixed bugs (or not-our-fault bugs):
36* toggle horz/vertical maximise should restore the orig value (fixed in cvs)
37* Some people get weird transparency behaviour. 36* Some people get weird transparency behaviour.
38 -> this appears to be a problem with nvidia drivers, make sure 37 -> this appears to be a problem with nvidia drivers, make sure
39 RenderAccel is off (Option "RenderAccel" "false"). 38 RenderAccel is off (Option "RenderAccel" "false").
diff --git a/ChangeLog b/ChangeLog
index 6b7af00..029bd90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes for 0.9.4:
3*03/07/10: 3*03/07/10:
4 * Added new toolbar theme item (Henrik)
5 * toolbar.button.borderWidth: <integer>
4 * Add [startup] to Remember (Simon) 6 * Add [startup] to Remember (Simon)
5 Can now add entries to apps file like: 7 Can now add entries to apps file like:
6 [startup] {xterm} 8 [startup] {xterm}
@@ -8,15 +10,15 @@ Changes for 0.9.4:
8 Can also give a screen option: 10 Can also give a screen option:
9 [startup] (screen=1) {xterm} 11 [startup] (screen=1) {xterm}
10 will start it on screen 1 rather than the default 0. 12 will start it on screen 1 rather than the default 0.
11 * Added new shape theme items (Henrik) 13 * Added new rounded theme items (Henrik)
12 * toolbar.shape: <bool> this will make the toolbar shape the corners that are towards center 14 * toolbar.shaped: <bool> this will make the toolbar shape the corners that are towards center
13 of the screen 15 of the screen
14 * menu.shape: <shape items> 16 * menu.roundCorners: <shape items>
15 * window.shape: <shape items> 17 * window.roundCorners: <shape items>
16 Where shape items can be TopLeft TopRight BottomLeft and BottomRight 18 Where shape items can be TopLeft TopRight BottomLeft and BottomRight
17 example: menu.shape: TopRight BottomLeft 19 example: menu.roundCorners: TopRight BottomLeft
18 ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, 20 ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc,
19 MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh 21 MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh
20 * Applied patch that keeps the fbrun_history clean by not allowing 22 * Applied patch that keeps the fbrun_history clean by not allowing
21 duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>) 23 duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>)
22 FbRun.cc 24 FbRun.cc
@@ -48,10 +50,10 @@ Changes for 0.9.4:
48 * Added keyboard navigation for menus (Henrik) 50 * Added keyboard navigation for menus (Henrik)
49 (click on title to get input focus, unless you're using RootMenu in keys) 51 (click on title to get input focus, unless you're using RootMenu in keys)
50 Use keys: 52 Use keys:
51 Up/Down: select menu item 53 Up/Down: select menu item
52 Left/Right: go in/out from submenus 54 Left/Right: go in/out from submenus
53 Escape: close menu and return focus to windows 55 Escape: close menu and return focus to windows
54 Enter: run/execute/toggle menu item 56 Enter: run/execute/toggle menu item
55 Menu.hh/cc, fluxbox.cc 57 Menu.hh/cc, fluxbox.cc
56 * Fixed reconfigure toolbar on screen reconfig signal (Henrik) 58 * Fixed reconfigure toolbar on screen reconfig signal (Henrik)
57 Screen.hh/cc, Toolbar.cc 59 Screen.hh/cc, Toolbar.cc
@@ -119,7 +121,7 @@ Changes for 0.9.4:
119 WinClient.cc, Slit.cc, SlitClient.cc 121 WinClient.cc, Slit.cc, SlitClient.cc
120 * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik) 122 * New resource name session.screen<num>.slit.maxOver: <bool> (Henrik)
121 This will prevent windows from maximize over the slit 123 This will prevent windows from maximize over the slit
122 Slit.cc 124 Slit.cc
123*03/06/20: 125*03/06/20:
124 * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik) 126 * Moved SlitTheme and SlitClient out from Slit.cc into new files (Henrik)
125 SlitClient.hh/cc, SlitTheme.hh 127 SlitClient.hh/cc, SlitTheme.hh
@@ -130,7 +132,7 @@ Changes for 0.9.4:
130 Toolbar.hh/cc, Slit.hh/cc 132 Toolbar.hh/cc, Slit.hh/cc
131 * Fixed _NET_WM_STRUT support (Henrik) 133 * Fixed _NET_WM_STRUT support (Henrik)
132 Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh 134 Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh
133 Screen.hh/cc, fluxbox.cc, Window.hh/cc 135 Screen.hh/cc, fluxbox.cc, Window.hh/cc
134 * Added Strut.hh which contains left, right, top and bottom (Henrik) 136 * Added Strut.hh which contains left, right, top and bottom (Henrik)
135*03/06/16: 137*03/06/16:
136 * Fixed trailing whitespace in group file loading (Henrik) 138 * Fixed trailing whitespace in group file loading (Henrik)
@@ -163,7 +165,7 @@ Changes for 0.9.4:
163 will match anything with gaim in the title ("gaim", "the gaim 165 will match anything with gaim in the title ("gaim", "the gaim
164 window", etc. 166 window", etc.
165 RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc 167 RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc
166 WinClient.hh/cc StringUtil.hh/cc 168 WinClient.hh/cc StringUtil.hh/cc
167*03/06/12: 169*03/06/12:
168 * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) 170 * Renamed i18n.hh/cc to I18n.hh/cc (Henrik)
169*03/06/11: 171*03/06/11:
@@ -216,7 +218,7 @@ Changes for 0.9.3:
216*03/05/18: 218*03/05/18:
217 * Moved Resource.hh/cc, DirHelper.hh/cc and 219 * Moved Resource.hh/cc, DirHelper.hh/cc and
218 XrmDatabaseHelper.hh to FbTk (Henrik) 220 XrmDatabaseHelper.hh to FbTk (Henrik)
219 Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc 221 Screen.hh/cc, fluxbox.hh/cc, IntResMenuItem.hh/cc
220*03/05/17: 222*03/05/17:
221 * Fixed autohide bug in toolbar (Thanks MrChuoi) 223 * Fixed autohide bug in toolbar (Thanks MrChuoi)
222 Toolbar.cc, ArrowButton.hh/cc 224 Toolbar.cc, ArrowButton.hh/cc
@@ -229,7 +231,7 @@ Changes for 0.9.3:
229*03/05/16: 231*03/05/16:
230 * Fixed logging file and better info message (Henrik) 232 * Fixed logging file and better info message (Henrik)
231 New argument to fluxbox -log <filename> 233 New argument to fluxbox -log <filename>
232 main.cc 234 main.cc
233*03/05/14: 235*03/05/14:
234 * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik) 236 * Fixed Shape events, this fixes some decor issues with gkrellm and xmms (Henrik)
235 Window.cc/hh, fluxbox.cc/hh 237 Window.cc/hh, fluxbox.cc/hh
diff --git a/NEWS b/NEWS
index 4b9630a..c2262ca 100644
--- a/NEWS
+++ b/NEWS
@@ -44,10 +44,9 @@ News in 0.9.4:
44 --enable-toolbar (default) 44 --enable-toolbar (default)
45 * Emacs style keybindings in fbrun 45 * Emacs style keybindings in fbrun
46 * Group persistence over a restart 46 * Group persistence over a restart
47 * Maximization stop on slit and toolbar 47 * Maximization stop on slit and toolbar (check Maximize Over menu items)
48 * Support for _NET_WM_STRUT 48 * Support for _NET_WM_STRUT
49 * Regular expression support for remember 49 * Regular expression support for remember
50
51Bug fixes: 50Bug fixes:
52 * Toggle maximize vertical/horizontal 51 * Toggle maximize vertical/horizontal
53 * Slit/Toolbar autohide bug 52 * Slit/Toolbar autohide bug