diff options
author | martti <martti@pkgsrc.org> | 2007-11-26 08:55:36 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-11-26 08:55:36 +0000 |
commit | fcd82afcc3e6d40e7cb9c679d51a3a0be96e3950 (patch) | |
tree | b68e8365491e3f15e784641677b5374a41a38490 /wm | |
parent | 7f623d9f3355f7f115a51cd249797dbbeacfd1ff (diff) | |
download | pkgsrc-fcd82afcc3e6d40e7cb9c679d51a3a0be96e3950.tar.gz |
Updated wm/fvwm-devel to 2.5.24
* New features:
- Disabled paging during interactive resize operations by
default (see 2.5.20) as it is annoying to many people.
- New style command options:
EdgeMoveResistance
EdgeMoveDelay
EdgeResizeDelay
SnapGrid
SnapAttraction
that replace the now obsolete commands EdgeResistance,
SnapGrid and SnapAttraction. The EdgeResistance command has
a new syntax with only one argument.
- New command MenuCloseAndExec for menu bindinngs that can be
used to trigger certain commands from a menu without an
associated item. For example, with
Key F1 MTI[]-_ A MenuCloseAndExec Menu RootMenu
the RootMenu can be opened from any other menu by pressing
F1.
* Bug Fixes:
- Sometimes a window jumped by half the screen's size when
moving with the mouse and hitting the border of the desktop.
- Fixed the "screen w" argument of the Move and other commands.
- Clicking on a menu title did not close the menu by default.
- Temporary files in FvwmPerl overwrote each other.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-devel/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm-devel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 08fda952295..047e4200be9 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/11/09 12:07:06 martti Exp $ +# $NetBSD: Makefile,v 1.24 2007/11/26 08:55:36 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Development version of X11 Virtual window manager #LICENSE= gnu-gpl-v2 CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* -FVWM_VER= 2.5.23 +FVWM_VER= 2.5.24 PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/wm/fvwm-devel/distinfo b/wm/fvwm-devel/distinfo index a497853d565..e5bb3cc7d0c 100644 --- a/wm/fvwm-devel/distinfo +++ b/wm/fvwm-devel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2007/11/09 12:07:06 martti Exp $ +$NetBSD: distinfo,v 1.14 2007/11/26 08:55:36 martti Exp $ -SHA1 (fvwm-2.5.23.tar.bz2) = 0a80afc06b4d6729e73e7e3a5797ed98d01d1b4e -RMD160 (fvwm-2.5.23.tar.bz2) = 214b834c9939ba062263b3ca7637df276bc86e8c -Size (fvwm-2.5.23.tar.bz2) = 2513623 bytes +SHA1 (fvwm-2.5.24.tar.bz2) = 9a8ad57f585d0d53f3083dbba1983dea9db894cb +RMD160 (fvwm-2.5.24.tar.bz2) = ad5318505f8331cf0ecca492f1c7cd73096c91ab +Size (fvwm-2.5.24.tar.bz2) = 2513796 bytes SHA1 (patch-aa) = 5f530f15410c580dd3cad671e863d5f1506af2c6 SHA1 (patch-ab) = 4df59dbcd630c2fcb1cf703bc4aefb7223081c7c |