diff options
author | martti <martti> | 2004-10-01 09:15:34 +0000 |
---|---|---|
committer | martti <martti> | 2004-10-01 09:15:34 +0000 |
commit | 8ca33850bd5de096f9176b9a62a0cba99b74cb05 (patch) | |
tree | 6371ffb231253716c42a2e7dcd67f9239b0b6b68 /wm/fvwm2/Makefile | |
parent | 953cf50ef2c125f214d9c07ea70bf605b343bb2d (diff) | |
download | pkgsrc-8ca33850bd5de096f9176b9a62a0cba99b74cb05.tar.gz |
Updated fvwm2 to 2.4.19
* Fixed BackingStore style option.
* Fixed MoveToDesk commend with a single argument.
* Allow whitespace in menu names.
* Fixed a hang when restarting FvwmCommand or FvwmConsole.
* A double click no longer occurs when two different mouse buttons are pressed.
* Fixed a relief drawing problem in FvwmWinList.
* Fixed traveling windows on restart if a window used non NorthWest
gravity and changed that before the restart.
* Fixed installation of FvwmGtk.1 for debian (with DESTDIR set).
* The clock in FvwmTaskBar is redrawn immediately when its colour changes.
* The option CurrentGlobalPageAnyDesk was accidentally named
CurrentGlobbalPageAnyDesk before.
* Fixed a problem with fvwm startup and shutdown when the pointer
was grabbed by another application.
* Fixed parsing of the Pointer option to the Move command.
* Fixed handling of MWM hints on 64 bit machines.
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 14965f695ce..87d7ecd3981 100644 --- a/wm/fvwm2/Makefile +++ b/wm/fvwm2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/04/25 00:24:30 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2004/10/01 09:15: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= fvwm1-* fvwm>=1 EXTRACT_ONLY= ${DISTNAME}.tar.gz -FVWM_VER= 2.4.18 +FVWM_VER= 2.4.19 USE_X11BASE= YES USE_BUILDLINK3= YES |