diff options
author | martti <martti> | 2007-01-22 07:25:47 +0000 |
---|---|---|
committer | martti <martti> | 2007-01-22 07:25:47 +0000 |
commit | b6eb4f009b1f77d553eeb715b52585325171d513 (patch) | |
tree | 853f7370d4acd024a613bbc0f2d6965a965c7cbb /wm/fvwm-devel/Makefile | |
parent | dae7b7fc58f5cac6a0b62f42634b7725ec26096f (diff) | |
download | pkgsrc-b6eb4f009b1f77d553eeb715b52585325171d513.tar.gz |
Updated wm/fvwm-devel to 2.5.21
* New features:
- The command Scroll can now be used for interactive scrolling.
- New Style options: StippledIconTitle, !StickyStippledTitle,
and !StickyStippledIconTitle.
- Full support for menu context (M) key and mouse bindings. See
the section Menu Bindings in the man page for details.
- Hilighted menu backgrounds now use pixmaps gradients and
transparency from their related colorset.
- New window conditions: StickyIcon, StickyAcrossPagesIcon and
StickyAcrossDesksIcon.
* Changed features:
- "Mouse n M N" is no longer used to disable or remap the
builtin tear off menu button. See the section Tear Off Menus
for details on replacement commands.
* Bug Fixes
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 4bd90b55bad..1205bf20ecc 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/12/27 13:37:41 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/01/22 07:25:47 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.fvwm.org/ COMMENT= Development version of X11 Virtual window manager CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* -FVWM_VER= 2.5.19 +FVWM_VER= 2.5.21 PKG_INSTALLATION_TYPES= overwrite pkgviews |