diff options
author | fluxgen <fluxgen> | 2006-06-27 20:17:34 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-06-27 20:17:34 (GMT) |
commit | ea88170f780fde10ed90dd541b4a23ecde39dc87 (patch) | |
tree | 47f2b9222ffb63ca553e23d00756d6eae2cbf47c /NEWS | |
parent | 6dc5ca4e60b80a1d900f87a4e70954cd29cfcee4 (diff) | |
download | fluxbox_paul-ea88170f780fde10ed90dd541b4a23ecde39dc87.zip fluxbox_paul-ea88170f780fde10ed90dd541b4a23ecde39dc87.tar.bz2 |
update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 97 |
1 files changed, 21 insertions, 76 deletions
@@ -1,80 +1,25 @@ | |||
1 | News in 1.0rc: | 1 | News in 1.0rc2: |
2 | * External tabs are back. | 2 | * New resource/command |
3 | - option in Configure menu to enable/disable | 3 | * session.modKey: <modkey> |
4 | No restart required. | 4 | * command SetModKey <modkey> |
5 | * Added support for following atoms: | 5 | eg: session.modKey: Mod4 allows to use the winkey to resize and move |
6 | _NET_WM_MOVERESIZE | 6 | windows and have Mod1 (Alt) free for using blender or Maya. |
7 | _NET_WM_STATE_DEMANDS_ATTENTION (flashing titlebar/iconbar) | 7 | * Updated de_DE translation |
8 | _NET_WM_ALLOWED_ACTIONS | 8 | * Added EUC-KR to ko_KR encodings |
9 | _NET_WM_ACTION_ | 9 | * startfluxbox aware of --program-prefix and --program-suffix |
10 | _NET_WM_STATE_MODAL | 10 | * More ewmh support: _NET_WM_WINDOW_TYPE_DIALOG and |
11 | _NET_WM_WINDOW_TYPE_SPLASH | 11 | _NET_FRAME_EXTENTS are now supported. |
12 | _NET_RESTACK_WINDOW | ||
13 | For a complete list of supported net wm atoms | ||
14 | go to: http://www.fluxbox.org/docs/ewmh-support.html | ||
15 | * Added new commands: | ||
16 | * ToggleCmd | ||
17 | Works like a macro but executes the commands one at the time in order. | ||
18 | Example: | ||
19 | Mod1 T :ToggleCmd {Exec xterm} {NextWindow} | ||
20 | When Mod1 T is press the first time it will start xterm, the second time | ||
21 | it will do NextWindow. When it reaches end it will start at the beginning. | ||
22 | * CloseAllWindows | ||
23 | Closes all windows. | ||
24 | * Supports urgency hint ( flashing titlebar/iconbar ) | ||
25 | * Pressing shift while pressing enter in menu item will fake a right mouse | ||
26 | button press. Useful for increase/decrease values in menu. | ||
27 | * Updated documentation | ||
28 | * Flashing titlebar/iconbar when the window demands attention with urgency | ||
29 | hint or using _NET_WM_STATE_DEMANDS_ATTENTION. | ||
30 | The blink rate can be configured with the following resource: | ||
31 | session.screen0.demandsAttentionTimeout: <timeout in milliseconds> | ||
32 | Default value is 500. | ||
33 | If the value is zero this feature will be disabled. | ||
34 | * Better UTF-8 handling | ||
35 | * fbrun: Move the cursor to the end when tab completing | ||
36 | (rfe #1333003, patch #1475578) | ||
37 | * Added option to reverse desktop wheeling (patch #1034287) | ||
38 | session.screen0.reversewheeling: true|false | ||
39 | * Vertical toolbar is back. | ||
40 | * Provide "Key Modes" | ||
41 | - New action in keys file: | ||
42 | Modifier Key :KeyMode <Name> <End Modifier> <End Key> | ||
43 | Will define a key binding namespace activated by the given mod/key | ||
44 | combination. The End Modifier and key are optional. They define | ||
45 | the key combination that quits the given key mode. They default | ||
46 | to just 'Escape'. | ||
47 | - New keys file optional prefix: | ||
48 | <Name>: Modifier Key :Command | ||
49 | will only work when the <Name> keymode is activated. | ||
50 | - <Name> is "default" if not specified - so: | ||
51 | **default commands will not be activated inside another keymode** | ||
52 | - Handy Example: | ||
53 | Mod1 X :KeyMode XNest | ||
54 | XNest: Mod1 X :KeyMode default | ||
55 | Will switch to XNest keymode when you press Alt-X. Then the | ||
56 | default bindings will not be caught by normal fluxbox, and will | ||
57 | pass through to an Xnested one! Groovy... Alt-X will switch back | ||
58 | to normal. | ||
59 | Bug fixes: | 12 | Bug fixes: |
60 | * #1475268(patch) Fix occasional highlighting of menu nops+separators | 13 | * #1507754, iconbar text was not updated to match titlebar |
61 | * #1474722(patch) Focus singular windows on a workspace | 14 | * #1362463, menu selection pixmaps disappear |
62 | * #1499402 Fix building on machines without iconv | 15 | * #1507671, clock not updating on multiple screens |
63 | * #1113668 Fix workspace menu corruption when window title changes | 16 | * #1512046, "window.label.unfocus.pixmap" doesn't update |
64 | * #1359442 Fix system tray resize looping/livelock | 17 | * Fixed slit menu so it closes when you press escape |
65 | * #1467871 Fix type of last_release_time, affected double click functions | 18 | * Fixed crash when unable to convert between local and utf-8 encodings |
66 | on 64-bit platforms | 19 | * Make Urgency Hint flash the correct tab in a group |
67 | * #1454204 Fix compile error in Theme.cc | 20 | * Window placement when apps remembers size but not location |
68 | * Fixed resize box bug, it had wrong size in some cases. | 21 | * Menu placement issue with (vertical) xinerama |
69 | * Fixed bug with horizontal maximization when quadrant resizing | 22 | * nls fixes |
70 | * Fixed transparency on multiple screens & possibly bad root bg atom reading | ||
71 | * Fixed memory leaks & other errors in Menu code | ||
72 | * Fixed crash when toolbar disabled | ||
73 | * Fix build on amd64 | ||
74 | * Fixed crash when deiconify stuck windows with Follow mode | ||
75 | * Fixed apps filename on save | ||
76 | * Fix to slit transparency | ||
77 | * Fix resizing of client window when autogroup from apps | ||
78 | 23 | ||
79 | See ChangeLog for more details. | 24 | See ChangeLog for more details. |
80 | 25 | ||