aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-03-18 22:59:26 (GMT)
committerfluxgen <fluxgen>2006-03-18 22:59:26 (GMT)
commita07b5148cd7653000fd29c8006d088dd422372ca (patch)
tree6caf918ab9818983a8c161101e7014ac4a2e755e /NEWS
parent8a78702888f80a264b35013c6c360f00f0f2ee22 (diff)
downloadfluxbox-a07b5148cd7653000fd29c8006d088dd422372ca.zip
fluxbox-a07b5148cd7653000fd29c8006d088dd422372ca.tar.bz2
0.9.15 news, first revision
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS93
1 files changed, 40 insertions, 53 deletions
diff --git a/NEWS b/NEWS
index 0aad080..6a01648 100644
--- a/NEWS
+++ b/NEWS
@@ -1,56 +1,43 @@
1News in 0.9.14: 1News in 0.9.15:
2 * Titlebar scrolling options 2 * Added styleOverlay resource
3 * session.screenN.windowScrollAction: Shade|NextTab 3 session.styleOverlay: ~/.fluxbox/overlay
4 - set the action that happens when scrolling on the titlebar 4 Style settings in this file override any settings from a
5 * session.screenN.windowScrollReverse: true|false 5 regular style
6 - reverse the action direction 6 * New theme item:
7 * New locales: uk_UA, be_BY, el_GR 7 background: <texture option>
8 * Focus options: 8 background.pixmap: <image filename>
9 SloppyFocus, SemiSloppyFocus and ClickToFocus options are now 9 background.color: <color>
10 MouseFocus, ClickFocus, MouseTabFocus and ClickTabFocus 10 background.colorTo: <color>
11 * Renamed bsetroot to fbsetroot 11 The background.pixmap filename will be sent to "fbsetbg"
12 * Improved move to action: 12 which in turn sets the background.
13 * MoveTo <int|*> <int|*> <Reference Corner> 13 The following options will be available for the background.pixmap:
14 - * means "use current value" 14 - tiled
15 - Reference Corner is one of: 15 - centered
16 - UpperLeft, Upper, UpperRight 16 For example:
17 - Left, Right 17 background: tiled
18 - LowerLeft, Lower, Right 18 background.pixmap: someimage.png
19 examples: 19 and it can also generate a normal texture:
20 MoveTo 0 * Left -> snap to left workspace edge 20 background: gradient
21 MoveTo * 0 Lower -> snap to lower workspace edge 21 background.color: blue
22 MoveTo 0 0 UpperRight -> snap to upper right workspace corner 22 background.colorTo: green
23 * Font changes: 23 The rootCommand in the style is now obsolete and if the
24 - Usage of xft-fonts is prefered, except a font-description starts with '-' 24 "background" item is not found in the style then the default
25 - Removed "antialias"-option completly, to enable/disable "antialias" 25 background will be green and with a warning text.
26 use either <fontname>:antialias=<bool> in the style or use 26 * Added new resize mode: Center
27 Xft.antialias: <bool> in your .Xdefaults 27 Example session.screen0.resizeMode: Center
28 - Added caching of fonts, fonts are only loaded once. 28 This mode will move all corners at the same time with
29 29 equal distance.
30 * New style resources: 30 * nls changes:
31 *.font.effect: <halo|shadow> 31 * Updated ko_KR
32 *.font.shadow.x : <int> - shadow x offset 32 * Added zh_CN, nb_NO
33 *.font.shadow.y : <int> - shadow y offset
34 *.font.shadow.color : <color> - color of shadow
35 *.font.halo.color : <color> - color of halo
36 - Removed 'shadow' and 'halo' options from fontdefinitions
37 - Style authors may specify multiple fonts:
38 <font1>|<font2>|<font3>
39
40 * Keycodes can now be used in the keys file.
41 Example:
42 None 10 :NextWorkspace
43 where 10 is the keycode for '1'
44 * Added new configure option --with-locale=path
45 redirects location of nls directories.
46Bug fixes: 33Bug fixes:
47 * #1281708, MenuIcon does not scale properly 34 * #1409775, gcc4.1 problems
48 * #1240248, Segfaults for :MoveTabLeft/Right 35 * #1327878. Appending backslash to () and [] characters in the apps file
49 * #1206821, unportable usage of grep in fbgm 36 * #1417688, remember apps keeps incrementing vertical dimension
50 * #1116965, #1047529, shaded windows on restart 37 * #1307877 fbsetbg did not create ~/.fluxbox/lastwallpaper
51 * #1213003, SendToWorkspace shouldnt follow 38 * #1335255 (Gentoo #110197) fbgm had some globbing related probs
52 * #1216020, *.font.effect wont get cleared if not defined in style 39 * #1267076, cygwin link problems
53 * #1213262, justification in WorkspaceNameTool 40 * Fixed memory leak when XCreateImage failes in XFontImp
54 * Fixed systemtray overlap 41 * _net_wm_state_hidden
55 42
56See ChangeLog for more details 43See ChangeLog for more details