diff options
author | epg <epg@pkgsrc.org> | 2004-11-26 23:54:56 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-11-26 23:54:56 +0000 |
commit | abf2f69ae226020ad7f9a758ea7384d96c90750e (patch) | |
tree | 402cea82a234efa2ad8645bf1ef5e041c2c8e130 /wm/fvwm-devel/PLIST | |
parent | 302fd5d0d847b19472f7b24e055eb8da9c5897f4 (diff) | |
download | pkgsrc-abf2f69ae226020ad7f9a758ea7384d96c90750e.tar.gz |
Update to 2.5.12.
pkgsrc changes:
- Support pkgviews
- Disable ancient GTK+ module
Changes in alpha release 2.5.12 (6-Oct-2004)
* New commands:
- EdgeLeaveCommand
* New module features:
- FvwmIconMan: ShowOnlyFocused option.
-------------------------------------------------------------------
Changes in alpha release 2.5.11 (30-Sep-2004)
* Multiple window names can be specified in conditions.
* Window-specific key/mouse bindings. (Bindings no longer have to
be global.)
* The default fvwm configuration files are now: ~/.fvwm/config and
$FVWM_DATADIR/config. Five previously used config file locations
are still searched as usual for backward compatibility.
* New extended variables $[w.desk] and $[w.layer].
* New options GrowOnWindowLayer and GrowOnlayers to the Maximize
command.
* New Style option "State".
* New Style option "CenterPlacement".
* New option to FvwmIconMan: ShowNoIcons.
* New WindowList tracker and other enhancements in Perl library.
* New option to fvwm-menu-directory: --func-name.
* Improved FvwmWindowMenu module.
* Fluxbox-like Alt-Button3 resizing with the new Resize options
Direction, WarpToBorder and FixedDirection
* Enhanced "Test (Version >= x.y.z)" option to allow version
comparisons.
* New FvwmButtons options: ActiveColorset, ActiveIcon, ActiveTitle,
PressColorset, PressIcon and PressTitle.
* New FvwmButtons swallow option: SwallowNew.
* The option CurrentGlobalPageAnyDesk was accidentally named
CurrentGlobbalPageAnyDesk before.
* New conditions AnyScreen and Overlapped.
* The Read and PipeRead commands return 1 if the file or command
could be read or executed and -1 otherwise.
* New menu option TearOffImmediately.
* Added support for Solaris' Xinerama.
* New option MailDir in FvwmTaskBar.
* MoveToPage command:
New options wrapx, wrapy, nodesklimitx and nodesklimity.
New suffix 'w' to allow for window relative movement.
Diffstat (limited to 'wm/fvwm-devel/PLIST')
-rw-r--r-- | wm/fvwm-devel/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wm/fvwm-devel/PLIST b/wm/fvwm-devel/PLIST index ca8542e27b9..61565ce12cb 100644 --- a/wm/fvwm-devel/PLIST +++ b/wm/fvwm-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/06/27 07:09:26 epg Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/11/26 23:54:56 epg Exp $ bin/FvwmCommand bin/fvwm bin/fvwm-bug @@ -30,7 +30,6 @@ libexec/fvwm/${PKGVERSION}/FvwmDebug libexec/fvwm/${PKGVERSION}/FvwmDragWell libexec/fvwm/${PKGVERSION}/FvwmEvent libexec/fvwm/${PKGVERSION}/FvwmForm -libexec/fvwm/${PKGVERSION}/FvwmGtk libexec/fvwm/${PKGVERSION}/FvwmGtkDebug libexec/fvwm/${PKGVERSION}/FvwmIconBox libexec/fvwm/${PKGVERSION}/FvwmIconMan @@ -64,7 +63,6 @@ man/man1/FvwmDebug.1 man/man1/FvwmDragWell.1 man/man1/FvwmEvent.1 man/man1/FvwmForm.1 -man/man1/FvwmGtk.1 man/man1/FvwmGtkDebug.1 man/man1/FvwmIconBox.1 man/man1/FvwmIconMan.1 @@ -173,6 +171,9 @@ ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/fvwm.mo ${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/FvwmScript.mo ${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/FvwmTaskBar.mo ${PKGLOCALEDIR}/locale/sv_SE/LC_MESSAGES/fvwm.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/FvwmScript.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/FvwmTaskBar.mo +${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/fvwm.mo @dirrm share/fvwm/perllib/General @dirrm share/fvwm/perllib/FVWM/Tracker @dirrm share/fvwm/perllib/FVWM/Module |