diff options
author | martti <martti@pkgsrc.org> | 2002-01-28 08:14:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-28 08:14:34 +0000 |
commit | e4b71c7b9890055644583bf26323c57603e1a992 (patch) | |
tree | 04ad2a1f6405be164c3d7a9c1c5d7928af5fa27a /wm/fvwm2/patches | |
parent | 4e6e015f89662220f2555fe15ffc4b80ecf174c4 (diff) | |
download | pkgsrc-e4b71c7b9890055644583bf26323c57603e1a992.tar.gz |
Updated fvwm2 to 2.4.5
New features:
-------------
* New style BackingStoreWindowDefault which is the default
now. Fvwm no longer disables backing store on windows by
default. This may help with some applications that do not redraw
properly.
* Reduced the time in which fvwm attempts to grab the pointer.
Bug fixes:
----------
* Fixed minor problems in popping sub menus up and down.
* Fixed moving windows between pages with the keyboard.
* Fixed the size of the geometry window that was broken sometimes.
* Fixed problem with pointer warping to another screen on a dual
head setup.
* Fixed a problem with the focus in internal Ddd and Netscape
windows.
* Fixed unmanaged window when window was mapped/unmapped/mapped too
fast.
* Fixed MiniScroll's auto repeating in FvwmScript.
* Fixed a crash with the UseStyle style in combination with
HilightBack.
* Fixed excessive redraws of the windows under a window being shaded.
* Fixed a minor memory leak in the Style command.
* Fixed pixmap background of FvwmButtons behind buttons with only
text.
* Fixed a crash in FvwmIconBox when the application provided an
illegal icon.
* Fixed a configure problem with libstroke-0.5.1.
* Fixed bug that sometimes caused unnecessary redraws when a style
was changed.
* Fixed crash when something like "$[$v]" appeared in a command.
* Fixed parsing of conditions with more than one comma.
Diffstat (limited to 'wm/fvwm2/patches')
-rw-r--r-- | wm/fvwm2/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab index a387b9ae376..b2456924f75 100644 --- a/wm/fvwm2/patches/patch-ab +++ b/wm/fvwm2/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.7 2001/12/17 07:30:07 martti Exp $ +$NetBSD: patch-ab,v 1.8 2002/01/28 08:14:34 martti Exp $ ---- configure.orig Sat Nov 10 15:11:36 2001 -+++ configure Mon Dec 17 08:16:04 2001 +--- configure.orig Wed Jan 16 23:06:17 2002 ++++ configure Mon Jan 28 08:49:43 2002 @@ -670,7 +670,7 @@ # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' @@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.7 2001/12/17 07:30:07 martti Exp $ -PACKAGE=fvwm +PACKAGE=fvwm2 - VERSION=2.4.4 + VERSION=2.4.5 @@ -3879,7 +3879,7 @@ # It thinks the first close brace ends the variable substitution. |