diff options
author | martti <martti> | 2001-12-17 07:30:07 +0000 |
---|---|---|
committer | martti <martti> | 2001-12-17 07:30:07 +0000 |
commit | c869a3969a09e56f7da29f7a425e1aad9067ae0b (patch) | |
tree | cce7db2583b708d78a888fd6530033510b5c1fcb /wm/fvwm2/PLIST | |
parent | 6d446a0248148bcf261c036da181f08cf0e997fb (diff) | |
download | pkgsrc-c869a3969a09e56f7da29f7a425e1aad9067ae0b.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/PLIST')
-rw-r--r-- | wm/fvwm2/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
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 |