aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--NEWS27
2 files changed, 25 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 4aff2c5..adc15d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.8: 2Changes for 0.1.8:
3*02/04/19:
4 * Added ToggleTab to key actions (Thanks Matt Hope)
5*02/04/17:
6 * Added workspace change when scrolling on the root window function
7 * Fixed workspace warping bug when moving a tab-group
8*02/04/14:
9 * Fixed decoration.handle bug
10 * Fixed tabs default off (Thanks Dave Watson)
11*02/04/12:
12 * Added Workspace warping, this does only work with opaque moving (Thanks Steve Cooper)
13 * Fixed menu bug
3*02/04/09: 14*02/04/09:
4 * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the 15 * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
5 Root menu. (Thanks Stanislav Karchebny) 16 Root menu. (Thanks Stanislav Karchebny)
diff --git a/NEWS b/NEWS
index 7f64c1f..427fe5a 100644
--- a/NEWS
+++ b/NEWS
@@ -16,23 +16,24 @@ News in Fluxbox 0.1.8:
16* Xinerama support ( configure option --enable-xinerama ) 16* Xinerama support ( configure option --enable-xinerama )
17* Workspace warping, drag window between workspaces, 17* Workspace warping, drag window between workspaces,
18 does only work with opaque moving 18 does only work with opaque moving
19* You can enable tabs in "Tabs off"-mode, 19* You can enable tabs in "Tabs off"-mode
20 and the second tab will appere when the first 20* New key bindings:
21 one is draged into the window. 21 ToggleDecor
22* Keybinding for Root menu (action RootMenu) 22 Toggle the decor of a window
23 This will popup the root menu 23 ToggleTab
24* Keybinding for Toggle decor (action ToggleDecor) 24 Toggle the tab
25 This will toggle the decor of a window 25 RootMenu
26 Pop up the root menu
26* Smarter Next/Prev focus, 27* Smarter Next/Prev focus,
27 Makes new windows get inserted after the focused window in 28 Makes new windows get inserted after the focused window in
28 the cycling order instead of always at the end. 29 the cycling order instead of always at the end.
30* Scrolling on root window changes workspace
29 31
30Bugfixes in Fluxbox 0.1.8: 32Bug fixes in Fluxbox 0.1.8:
31 33
32* Window dragging + workspace changing ( bug [ 528101 ] ) 34* Window dragging + workspace changing ( bug [ 528101 ] )
33* Minor taskbar issue, it will update iconbar-text now 35* Minor task bar issue, it will update icon bar-text now ( bug [ 533436 ] )
34 ( bug [ 533436 ] ) 36* "decoration.handle" bug, which caused the window to have wrong height
35* "decoration.handle" bug, which caused the window to 37 with no decorations
36 have wrong height with no decorations
37* Slit-client window bug. 38* Slit-client window bug.
38 39