136796c6ef
- Update to 2.6.6 * fvwm features: - Support for Russian from Ivan Gayevskiy. - EnvMatch supports infostore variables. - The option "forget" to the Maximize command allows to unmaximize a window without changing its size and position. - Windows shaded to a corner (NW, NE, SW, SE) are reduced to a small square. - New option "!raise" to the WarpToWindow command. - The new extended variables $[wa.x], $[wa.y], $[wa.width], $[wa.height] can be used to get the geometry of the EWMH working area, and $[dwa.x], $[dwa.y], $[dwa.width], $[dwa.height] can be used to get the geometry of the EWMH dynamic working area. - The Resize commands accept "wa" or "da" as a suffix of the width or height value. If present, the value is a percentage of the width or height of the EWMH working area or the EWMH dynamic working area. - Fvwm is much more resilient against applications that flood the window manager with repeated events. * New module features: - FvwmForm supports separator lines. - New FvwmIconMan options: IconAndSelectButton IconAndSelectColorset * Bug fixes: - Provide a wrapper for the deprecation of XKeycodeToKeysym and use XkbKeycodeToKeysym() where appropriate. - fvwm-menu-desktop is re-written and provides better support of the XDG menu specification. OBS-URL: https://build.opensuse.org/request/show/417830 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/fvwm2?expand=0&rev=33
16 lines
403 B
Diff
16 lines
403 B
Diff
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- configure.ac
|
|
+++ configure.ac 2016-08-02 13:48:41.090857180 +0000
|
|
@@ -1272,7 +1272,7 @@ AC_ARG_ENABLE(perllib,
|
|
AC_SUBST(FVWM_PERLLIB)
|
|
|
|
# ******* gettext
|
|
-ALL_LINGUAS="ar de fr sv_SE zh_CN ru es"
|
|
+ALL_LINGUAS="ar de fr sv zh_CN ru es"
|
|
FVWM_DOMAIN="fvwm"
|
|
FVWMTASKBAR_DOMAIN="FvwmTaskBar"
|
|
FVWMSCRIPT_DOMAIN="FvwmScript"
|