1 Fvwm is a powerful window manager. Version 2.5.27 is a beta
2 maintenance release that fixes a couple of bugs and adds some
3 minor features. Please be aware that any features introduced in
4 the 2.5.x development versions may be renamed, changed or removed
5 without notice before 2.6.0.
7 Upgrading from 2.5.26 or earlier is recommended.
9 This release is available at the home page: http://www.fvwm.org/.
13 - New extended variable
16 - Style matching now honours the window's visible name which
17 means it can be matched before the real name, hence:
19 Style $[w.visiblename] Colorset 5
21 is now honoured. Useful with IndexedWindowName as a style
24 - New style InitialMapCommand allows to execute any command
25 when a window is mapped first.
27 - New option to PrintInfo, "bindings" which prints out all of
28 the Key, PointerKey, Mouse and Stroke bindings which fvwm
33 - Fixed compilation without XRender support.
34 - Fixed handling of _NET_MOVERESIZE_WINDOWS requests.
35 - Fixed a bug in automatic detection mode of the style
37 - Fixed png detection when cross compiling.
38 - Fixed keeping fullscreen window mode over a restart.
39 - The style PositionPlacement now honours StartsOnPage.
40 - Reset signal handlers for executed modules and programs.
41 - Try to handle a bug an old version of the EWMH spec by
42 honouring both, the _NET_WM_STATE_MAXIMIZED_HORIZ hint and
43 the _NET_WM_STATE_MAXIMIZED_HORZ hitn.
44 - Fix the GNOME location prefix to application .desktop files.
45 - 'PositionPlacement UnderMouse' now forces the window
46 on-screen, just like the old UnderMousePlacement style option