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 | |
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.
-rw-r--r-- | wm/fvwm2/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm2/distinfo | 8 | ||||
-rw-r--r-- | wm/fvwm2/patches/patch-ab | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 5713deaddb8..5707ddaf7eb 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/01/04 06:44:58 martti Exp $ +# $NetBSD: Makefile,v 1.13 2002/01/28 08:14:34 martti Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -18,7 +18,7 @@ DEPENDS+= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm-2.* EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.4 +FVWM_VER= 2.4.5 USE_X11BASE= YES GNU_CONFIGURE= YES diff --git a/wm/fvwm2/distinfo b/wm/fvwm2/distinfo index 4e4350f6f74..693bdb9b6fa 100644 --- a/wm/fvwm2/distinfo +++ b/wm/fvwm2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2002/01/04 06:44:58 martti Exp $ +$NetBSD: distinfo,v 1.8 2002/01/28 08:14:34 martti Exp $ -SHA1 (fvwm-2.4.4.tar.gz) = 7bb1aaa8ec246a1192e86fb9bbeb519d96638db1 -Size (fvwm-2.4.4.tar.gz) = 1708590 bytes +SHA1 (fvwm-2.4.5.tar.gz) = f7cc13f0bb5919f7f6fad45f1b3b621ab0f41c64 +Size (fvwm-2.4.5.tar.gz) = 1712522 bytes SHA1 (fvwm_icons.tgz) = d6ee1e52f1a84c4edd722ccee0f7e9cc79cc2a4b Size (fvwm_icons.tgz) = 363406 bytes SHA1 (patch-aa) = a2b2f7f6aca946bc3c18929f59ff43d8da945553 -SHA1 (patch-ab) = a236b45685f7d40594368aa8f2e76d0faaafe1f7 +SHA1 (patch-ab) = 38f6851123237528a0cdd285c008910964cda8a0 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. |