aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2007-03-19 20:49:12 (GMT)
committerfluxgen <fluxgen>2007-03-19 20:49:12 (GMT)
commit35398b91cabb1eda28c299d2f73e957252ef3260 (patch)
tree4a964ab456a17bb18a23f67b1528b660d8336528 /NEWS
parent86e2fb1b5e177a41a177fd8e8a7a256239f1e216 (diff)
downloadfluxbox-35398b91cabb1eda28c299d2f73e957252ef3260.zip
fluxbox-35398b91cabb1eda28c299d2f73e957252ef3260.tar.bz2
updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 811bbc7..1bee074 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,15 @@ News in 1.0rc3:
23 Where numbers represent focused and unfocused transparency, 23 Where numbers represent focused and unfocused transparency,
24 respectively. One number only will be used for both. 24 respectively. One number only will be used for both.
25 - Also, show toggle status for shade and stick in window menu. 25 - Also, show toggle status for shade and stick in window menu.
26 * Introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]]
27 - with no arguments, returns the focused window to default settings
28 - with one argument, changes both focused and unfocused settings the same
29 way
30 - with two arguments, the first changes the focused alpha, and the second
31 changes the unfocused alpha
32 E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the
33 unfocused alpha by 5 (until it reaches 255)
34
26 * Added resource and menu item for maximizing over external tabs 35 * Added resource and menu item for maximizing over external tabs
27 * Renamed session.screen*.iconbar.deiconifyMode to 36 * Renamed session.screen*.iconbar.deiconifyMode to
28 session.screen*.userFollowModel (Mark) 37 session.screen*.userFollowModel (Mark)
@@ -47,15 +56,6 @@ News in 1.0rc3:
47 - added `background: none' for styles that do not include a background 56 - added `background: none' for styles that do not include a background
48 - fixed bug with style backgrounds not getting set when changing styles 57 - fixed bug with style backgrounds not getting set when changing styles
49 - updated default styles to be valid wrt background options 58 - updated default styles to be valid wrt background options
50 * Update window transparency immediately when using pseudotransparency,
51 also introduced new key command: SetAlpha [[+-]<int> [[+-]<int>]]
52 - with no arguments, returns the focused window to default settings
53 - with one argument, changes both focused and unfocused settings the same
54 way
55 - with two arguments, the first changes the focused alpha, and the second
56 changes the unfocused alpha
57 E.g. SetAlpha 127 +5 will set the focused alpha to 127 and increment the
58 unfocused alpha by 5 (until it reaches 255)
59 * Made some changes to the way autogrouping in the apps file works 59 * Made some changes to the way autogrouping in the apps file works
60 - Introduced new syntax [group] (workspace) to group new windows only with 60 - Introduced new syntax [group] (workspace) to group new windows only with
61 windows on the current workspace. 61 windows on the current workspace.