diff options
author | martti <martti> | 2002-12-02 08:53:01 +0000 |
---|---|---|
committer | martti <martti> | 2002-12-02 08:53:01 +0000 |
commit | bc267c7bb3a6f91b45b3e333a00db33f6c2340e1 (patch) | |
tree | 3b074c157d764981029bc5c92b53e9c6c26a3e9f /wm/fvwm2/Makefile | |
parent | 5ac322edfcf493aae884670b3735bb471722498b (diff) | |
download | pkgsrc-bc267c7bb3a6f91b45b3e333a00db33f6c2340e1.tar.gz |
Updated fvwm2 to 2.4.14
* Icons no longer appear on top of all other windows after a
restart.
* Removed the flawed "A"ny context key binding patch from 2.4.13.
* The built-in session management can handle window names, classes
etc. beginning with whitespace (textedit).
* The default EdgeScroll (if not specified) was incorrectly
assumed to be 100 pixels instead of 100 percents.
* Application provided icon windows no longer appear at 0 0 when
restarting.
* Modules do not crash anymore when more than 126 windows are on
the desktop.
* FvwmIconMan displays windows correctly that were iconified and
then moved to another page.
Diffstat (limited to 'wm/fvwm2/Makefile')
-rw-r--r-- | wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile index 17924fe7cb5..0b0a8b6fbc2 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/11/12 12:27:14 martti Exp $ +# $NetBSD: Makefile,v 1.28 2002/12/02 08:53:01 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= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.13 +FVWM_VER= 2.4.14 USE_X11BASE= YES USE_BUILDLINK2= YES |