diff options
author | fluxgen <fluxgen> | 2004-04-25 18:10:39 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-04-25 18:10:39 (GMT) |
commit | 8844b5890f1a13cd0295d6d74a2bdb93d6770748 (patch) | |
tree | b0c72858748f6df61a44ed8f2ba694ce6a800e9f /NEWS | |
parent | 07b50bc85a39bd63747af3c772fbbe26ba54c4a1 (diff) | |
download | fluxbox_paul-8844b5890f1a13cd0295d6d74a2bdb93d6770748.zip fluxbox_paul-8844b5890f1a13cd0295d6d74a2bdb93d6770748.tar.bz2 |
update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 55 |
1 files changed, 26 insertions, 29 deletions
@@ -1,21 +1,19 @@ | |||
1 | News in 0.9.9: | 1 | News in 0.9.9: |
2 | * News commands: | 2 | * New commands: |
3 | * Deiconify <mode> <dest> | 3 | * Deiconify <mode> <dest> |
4 | * Where mode is: | 4 | * Where mode is: |
5 | * last | 5 | * last |
6 | - deiconify last iconified window | 6 | - deiconify last iconified window |
7 | * lastworkspace (default) | 7 | * lastworkspace (default) |
8 | - deiconify last iconified window | 8 | - deiconify last iconified window from current workspace |
9 | from current workspace | ||
10 | * all | 9 | * all |
11 | - deiconify all iconified windows | 10 | - deiconify all iconified windows |
12 | * allworkspace | 11 | * allworkspace |
13 | - deiconify all iconfiied windows | 12 | - deiconify all iconfied windows from current workspace |
14 | from current workspace | ||
15 | * and dest is: | 13 | * and dest is: |
16 | * current (default) | 14 | * current (default) |
17 | - deiconify them on current windows | 15 | - deiconify them on current windows |
18 | * origin | 16 | * origin |
19 | - deiconify them where they were | 17 | - deiconify them where they were |
20 | * originquiet | 18 | * originquiet |
21 | - deiconify to old workspace but dont follow | 19 | - deiconify to old workspace but dont follow |
@@ -28,36 +26,36 @@ News in 0.9.9: | |||
28 | * New resources: | 26 | * New resources: |
29 | * session.tabsAttachArea: <mode> | 27 | * session.tabsAttachArea: <mode> |
30 | * where mode is: | 28 | * where mode is: |
31 | * Window | 29 | * Window |
32 | - dropping tabs to any part of the destination-window | 30 | - dropping tabs to any part of the destination-window leads |
33 | leads to attaching to that frame (default) | 31 | to attaching to that frame (default) |
34 | * Titlebar | 32 | * Titlebar |
35 | - dropping tabs only to the titlebar of the destination- | 33 | - dropping tabs only to the titlebar of the destination- |
36 | window leads to attaching to that frame | 34 | window leads to attaching to that frame |
37 | * session.screen<num>.overlay.lineWidth: <integer> | 35 | * session.screen<num>.overlay.lineWidth: <integer> |
38 | * session.screen<num>.overlay.lineStyle: | 36 | * session.screen<num>.overlay.lineStyle: |
39 | * Valid arguments: LineSolid, LineOnOffDash | 37 | * Valid arguments: LineSolid, LineOnOffDash LineDoubleDash |
40 | LineDoubleDash | ||
41 | 38 | ||
42 | * session.screen<num>.overlay.joinStyle: | 39 | * session.screen<num>.overlay.joinStyle: |
43 | * Valid arguments: JoinRound, JoindMiter, JoinBevel | 40 | * Valid arguments: JoinRound, JoindMiter, JoinBevel |
44 | 41 | ||
45 | * session.screen<num>.overlay.capStyle: | 42 | * session.screen<num>.overlay.capStyle: |
46 | * Valid arguments: CapNotLast, CapRound, | 43 | * Valid arguments: CapNotLast, CapRound, CapButt, CapProjecting |
47 | CapButt, CapProjecting | ||
48 | 44 | ||
49 | * KDE dockapps docks in systray inside toolbar now | 45 | * KDE dockapps docks in systray inside toolbar now |
50 | * Support aspect ratio hints | 46 | * Support aspect ratio hints |
51 | * Optional decoration on transient windows | 47 | * Optional decoration on transient windows |
52 | * Added ! as a comment char in keys file | 48 | * Added ! as a comment char in keys file |
53 | * Improved rendering speed while changing workspace | 49 | * Improved rendering speed while changing workspace |
54 | * Improved checking for compiler and compiler version | 50 | * Improved checking for compiler and compiler version |
55 | * Improved transparent rendering speed | 51 | * Improved transparent rendering speed |
56 | * Remember hidden state for apps | 52 | * Remember hidden state for apps |
57 | * You mark apps in the apps-file with | 53 | * [IconHidden] hides the app from the icon bar |
58 | [Hidden] {yes} | 54 | * [FocusHidden] hides the app from the list to be reachable |
59 | With this you can configure any app to be hidden from the toolbar | 55 | via Next/PrevWindow |
60 | * Exands tilde for slitlist file | 56 | * [Hidden] is [IconHidden] + [FocusHidden] |
57 | Example ~/.fluxbox/apps: [IconHidden] {true} | ||
58 | * Expands tilde for slitlist file | ||
61 | * Using WM_CLASS instead of NAME in slitlist file | 59 | * Using WM_CLASS instead of NAME in slitlist file |
62 | * Window snapping to other windows | 60 | * Window snapping to other windows |
63 | * More support for Extended Window Manager Hints: | 61 | * More support for Extended Window Manager Hints: |
@@ -72,11 +70,11 @@ News in 0.9.9: | |||
72 | * _NET_ACTIVE_WINDOW | 70 | * _NET_ACTIVE_WINDOW |
73 | * _NET_WM_STATE_HIDDEN | 71 | * _NET_WM_STATE_HIDDEN |
74 | * _NET_WM_STATE_SKIP_TASKBAR | 72 | * _NET_WM_STATE_SKIP_TASKBAR |
75 | * sl_SI | 73 | * sl_SI nls |
76 | * Updated nl_NL locales | 74 | * Updated nl_NL locales |
77 | * fbrun news: | 75 | * fbrun news: |
78 | * cycling in tab completion | 76 | * cycling in tab completion |
79 | * completes binaries from your $PATH | 77 | * completes binaries from your $PATH |
80 | * if you want to use old history tab-complete, press Ctrl-tab | 78 | * if you want to use old history tab-complete, press Ctrl-tab |
81 | * completes path names | 79 | * completes path names |
82 | * Control-C clears the text | 80 | * Control-C clears the text |
@@ -89,14 +87,14 @@ News in 0.9.9: | |||
89 | * more menu entries | 87 | * more menu entries |
90 | * French locales | 88 | * French locales |
91 | * Portuguese locales | 89 | * Portuguese locales |
92 | Bug fixes: | 90 | Bug fixes: |
93 | * Decoration bug with mwm hint + remember | 91 | * Decoration bug with mwm hint + remember |
94 | * Drawing issues with big menus | 92 | * Drawing issues with big menus |
95 | * _MOTIF_WM_HINTS decoration toggle bug | 93 | * _MOTIF_WM_HINTS decoration toggle bug |
96 | * No-text-in-iconbar bug on restart | 94 | * No-text-in-iconbar bug on restart |
97 | * Menu time stamp on root menu | 95 | * Menu time stamp on root menu |
98 | * placeWindow caused spinning with screens higher than width | 96 | * placeWindow caused spinning with screens higher than width |
99 | e.g. vertical xinerama | 97 | e.g. vertical xinerama |
100 | * compiles in cygwin | 98 | * compiles in cygwin |
101 | * update of keys on keymap change | 99 | * update of keys on keymap change |
102 | * infinite loop in fbrun | 100 | * infinite loop in fbrun |
@@ -104,6 +102,5 @@ Bug fixes: | |||
104 | * The _NET_MOVERESIZE_WINDOW crash bug | 102 | * The _NET_MOVERESIZE_WINDOW crash bug |
105 | * mplayer -vo xvid bug | 103 | * mplayer -vo xvid bug |
106 | * menu keyboard navigation bug | 104 | * menu keyboard navigation bug |
107 | * | 105 | |
108 | * | ||
109 | See ChangeLog for more details | 106 | See ChangeLog for more details |