summaryrefslogtreecommitdiff
path: root/wm/fvwm2
diff options
context:
space:
mode:
authormartti <martti>2001-12-17 07:30:07 +0000
committermartti <martti>2001-12-17 07:30:07 +0000
commitc74c6517e79b7611405e25c690f292650ea834ca (patch)
treecce7db2583b708d78a888fd6530033510b5c1fcb /wm/fvwm2
parentba2d8babedab12b74c960781424578e7a4f73822 (diff)
downloadpkgsrc-c74c6517e79b7611405e25c690f292650ea834ca.tar.gz
Fvwm 2.4.4 is a bug fix release for version 2.4.3. The most
important fixes are related to key bindings with the Shift key and some problems with ClickToFocus. We recommend upgrading from any earlier 2.4.x release to 2.4.4. * Minor title drawing fixes. * Fixed manual placement with Xinerama. * Minor button 3 handling fix in FvwmPager. * Fixed *FvwmIconMan*shaped option with empty managers. * Fixed ClickToFocusClickRaises style. * FvwmForm: Customize pointers, support ISO_Tab key, buttons can activate on press or release, special pointer during grab, arrow keys useful in form with one input field. * New OpaqueMoveSize argument "unlimited". * Fixed binding keys with and without "Shift" modifier under some circumstances. * Fixed binding actions to the client window with ClickToFocus. * Mouse bindings are activated without a recapture. * FvwmScript: new keyboard bindings. New flags NoFocus and Left, Center, and Right for text position. Amelioration of the Menu and PopupMenu Widgets. New functions GetPid, Parse, SendMsgAndGet and LastString. New instruction Key for key bindings. New command SendToModule ScriptName SendString. * Command "Silent" when precedes "Key", "Mouse" and "PointerKey" disables warning messages. * Restored the default Alt-Tab behaviour from 2.4.0.
Diffstat (limited to 'wm/fvwm2')
-rw-r--r--wm/fvwm2/Makefile4
-rw-r--r--wm/fvwm2/PLIST4
-rw-r--r--wm/fvwm2/distinfo8
-rw-r--r--wm/fvwm2/patches/patch-ab8
4 files changed, 13 insertions, 11 deletions
diff --git a/wm/fvwm2/Makefile b/wm/fvwm2/Makefile
index b2c2332dc5b..bf9fabc4723 100644
--- a/wm/fvwm2/Makefile
+++ b/wm/fvwm2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/10/11 09:11:22 martti Exp $
+# $NetBSD: Makefile,v 1.11 2001/12/17 07:30:07 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.3
+FVWM_VER= 2.4.4
USE_X11BASE= YES
GNU_CONFIGURE= YES
diff --git a/wm/fvwm2/PLIST b/wm/fvwm2/PLIST
index 9c26762eab2..49072a8d87f 100644
--- a/wm/fvwm2/PLIST
+++ b/wm/fvwm2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:59:14 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/12/17 07:30:07 martti Exp $
bin/FvwmCommand
bin/fvwm-config
bin/fvwm-menu-desktop
@@ -425,6 +425,7 @@ share/fvwm2/FvwmScript-BaseConfig
share/fvwm2/FvwmScript-BellSetup
share/fvwm2/FvwmScript-Buttons
share/fvwm2/FvwmScript-Colorset
+share/fvwm2/FvwmScript-ComExample
share/fvwm2/FvwmScript-Date
share/fvwm2/FvwmScript-FileBrowser
share/fvwm2/FvwmScript-Find
@@ -435,6 +436,7 @@ share/fvwm2/FvwmScript-ScreenDump
share/fvwm2/FvwmScript-ScreenSetup
share/fvwm2/FvwmScript-Setup95
share/fvwm2/FvwmScript-WidgetDemo
+share/fvwm2/fvwm-script-ComExample.pl
share/fvwm2/fvwm-script-setup95.pl
share/fvwm2/system.fvwm2rc-sample-95
@dirrm share/fvwm2
diff --git a/wm/fvwm2/distinfo b/wm/fvwm2/distinfo
index ff0a26a8d3d..f8318f2d494 100644
--- a/wm/fvwm2/distinfo
+++ b/wm/fvwm2/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2001/10/09 12:19:06 martti Exp $
+$NetBSD: distinfo,v 1.6 2001/12/17 07:30:07 martti Exp $
-SHA1 (fvwm-2.4.3.tar.gz) = ae516d9b52ef84c47f1b5472f58220cef404845e
-Size (fvwm-2.4.3.tar.gz) = 1679515 bytes
+SHA1 (fvwm-2.4.4.tar.gz) = 7bb1aaa8ec246a1192e86fb9bbeb519d96638db1
+Size (fvwm-2.4.4.tar.gz) = 1708590 bytes
SHA1 (fvwm_icons.tgz) = 418356862ab564ac0b771300b53004aea7c7c1ec
Size (fvwm_icons.tgz) = 368640 bytes
SHA1 (patch-aa) = a2b2f7f6aca946bc3c18929f59ff43d8da945553
-SHA1 (patch-ab) = 0f15a56a5657ff0f291a8c2669f75aa47e93426e
+SHA1 (patch-ab) = a236b45685f7d40594368aa8f2e76d0faaafe1f7
diff --git a/wm/fvwm2/patches/patch-ab b/wm/fvwm2/patches/patch-ab
index 5caf0bd126f..a387b9ae376 100644
--- a/wm/fvwm2/patches/patch-ab
+++ b/wm/fvwm2/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.6 2001/10/09 12:19:06 martti Exp $
+$NetBSD: patch-ab,v 1.7 2001/12/17 07:30:07 martti Exp $
---- configure.orig Mon Oct 8 11:59:25 2001
-+++ configure Tue Oct 9 09:22:29 2001
+--- configure.orig Sat Nov 10 15:11:36 2001
++++ configure Mon Dec 17 08:16:04 2001
@@ -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.6 2001/10/09 12:19:06 martti Exp $
-PACKAGE=fvwm
+PACKAGE=fvwm2
- VERSION=2.4.3
+ VERSION=2.4.4
@@ -3879,7 +3879,7 @@
# It thinks the first close brace ends the variable substitution.