aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-06-12 19:35:53 (GMT)
committerfluxgen <fluxgen>2006-06-12 19:35:53 (GMT)
commit8eb742db4572af5edb752f42c598a2d61f520fec (patch)
tree191d654dcc6d227fef13c8a70c715a83cb5baf4f /NEWS
parentc5e97ee6d8e3e0b5395818c31a59410c520e156d (diff)
downloadfluxbox-8eb742db4572af5edb752f42c598a2d61f520fec.zip
fluxbox-8eb742db4572af5edb752f42c598a2d61f520fec.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS115
1 files changed, 69 insertions, 46 deletions
diff --git a/NEWS b/NEWS
index ae8620a..9d17643 100644
--- a/NEWS
+++ b/NEWS
@@ -1,49 +1,72 @@
1News in 0.9.15: 1News in 1.0rc:
2 * Added styleOverlay resource 2 * Added support for following atoms:
3 * session.styleOverlay: ~/.fluxbox/overlay 3 _NET_WM_MOVERESIZE
4 Style settings in this file override any settings from a 4 _NET_WM_STATE_DEMANDS_ATTENTION (flashing titlebar/iconbar)
5 regular style 5 _NET_WM_ALLOWED_ACTIONS
6 * New theme item: 6 _NET_WM_ACTION_
7 * background: <texture option> 7 _NET_WM_STATE_MODAL
8 * background.pixmap: <image filename> 8 _NET_WM_WINDOW_TYPE_SPLASH
9 * background.color: <color> 9 _NET_RESTACK_WINDOW
10 * background.colorTo: <color> 10 For a complete list of supported net wm atoms
11 The background.pixmap filename will be sent to "fbsetbg" 11 go to: http://www.fluxbox.org/docs/ewmh-support.html
12 which in turn sets the background. 12 * Added new commands:
13 The following options will be available for the background.pixmap: 13 * ToggleCmd
14 - tiled 14 Works like a macro but executes the commands one at the time in order.
15 - centered
16 For example:
17 background: tiled
18 background.pixmap: someimage.png
19 and it can also generate a normal texture:
20 background: gradient
21 background.color: blue
22 background.colorTo: green
23 The rootCommand in the style is now obsolete and if the
24 "background" item is not found in the style then the default
25 background will be green and with a warning text.
26 * Added new resize mode: Center
27 Example: 15 Example:
28 session.screen0.resizeMode: Center 16 Mod1 T :ToggleCmd {Exec xterm} {NextWindow}
29 This mode will move all corners at the same time with 17 When Mod1 T is press the first time it will start xterm, the second time
30 equal distance. 18 it will do NextWindow. When it reaches end it will start at the beginning.
31 * Resources changes for titlebar: 19 * CloseAllWindows
32 The titlebar is now configured by setting: 20 Closes all windows.
33 * session.screen<num>.titlebar.left 21 * Supports urgency hint ( flashing titlebar/iconbar )
34 * session.screen<num>.titlebar.right 22 * Pressing shift while pressing enter in menu item will fake a right mouse
35 * nls changes: 23 button press. Useful for increase/decrease values in menu.
36 * Updated ko_KR 24 * Updated documentation
37 * Added zh_CN, nb_NO 25 * Flashing titlebar/iconbar when the window depamands attention with urgency
26 hint or using _NET_WM_STATE_DEMANDS_ATTENTION.
27 The blink rate can be configured with the following resource:
28 session.screen0.demandsAttentionTimeout: <timeout in milliseconds>
29 Default value is 500.
30 If the value is zero this feature will be disabled.
31 * Better UTF-8 handling
32 * fbrun: Move the cursor to the end when tab completing
33 (rfe #1333003, patch #1475578)
34 * Added option to reverse desktop wheeling (patch #1034287)
35 session.screen0.reversewheeling: true|false
36 * Vertical toolbar is back.
37 * Provide "Key Modes"
38 - New action in keys file:
39 Modifier Key :Keymode <Name> <End Modifier> <End Key>
40 Will define a keybinding namespace activated by the given mod/key
41 combination. The End Modifier and key are optional. They define
42 the key combination that quits the given key mode. They default
43 to just 'Escape'.
44 - New keys file optional prefix:
45 <Name>: Modifier Key :Command
46 will only work when the <Name> keymode is activated.
47 - <Name> is "default" if not specified - so:
48 **default commands will not be activated inside another keymode**
49 - Handy Example:
50 Mod1 X :KeyMode XNest
51 XNest: Mod1 X :KeyMode default
52 Will switch to XNest keymode when you press Alt-X. Then the
53 default bindings will not be caught by normal fluxbox, and will
54 pass through to an Xnested one! Groovy... Alt-X will switch back
55 to normal.
38Bug fixes: 56Bug fixes:
39 * #1409775 gcc4.1 problems 57 * Fixed resize box bug, it had wrong size in some cases.
40 * #1327878 Appending backslash to () and [] characters in the apps file 58 * Fixed bug with horizontal maximisation when quadrant resizing
41 * #1417688 remember apps keeps incrementing vertical dimension 59 * Fixed memory leaks & other errors in Menu code
42 * #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper 60 * Fixed crash when toolbar disabled
43 * #1335255 (Gentoo #110197) fbgm had some globbing related probs 61 * Fix build on amd64
44 * #1267076 cygwin link problems 62 * Fix crash when deiconifying stuck windows with Follow mode
45 * Fix for stuck icons 63 * Fixed apps filename on save
46 * Fixed memory leak when XCreateImage fails in XFontImp 64 * #1475268(patch) Fix occasional highlighting of menu nops+separators
47 * _net_wm_state_hidden 65 * #1474722(patch) Focus singular windows on a workspace
48 66 * #1499402 Fix building on machines without iconv
67 * #1113668 Fix workspace menu corruption when window title changes
68 * #1359442 Fix system tray resize looping/livelock
69 * #1467871 Fix type of last_release_time, affected double click functions
70 on 64-bit platforms
71 * #1454204 Fix compile error in Theme.cc
49See ChangeLog for more details 72See ChangeLog for more details