diff options
author | martti <martti@pkgsrc.org> | 2008-02-27 16:58:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-02-27 16:58:18 +0000 |
commit | 32f1a11074437e9a2cb96fff2a30ec17e497998b (patch) | |
tree | ddafeac11a9a1ea933abb1177dcd2db40affb66c /wm/fvwm-devel/Makefile | |
parent | 0ffaaea3d0459abb72da33ee75f65267f0a84b6c (diff) | |
download | pkgsrc-32f1a11074437e9a2cb96fff2a30ec17e497998b.tar.gz |
Updated wm/fvwm-devel to 2.5.25
* New features:
- Handle the STATE_ADD command of the EWMH _NET_WM_STATE
message from version 1.3 of the EWMH spec.
- Support transparency in ARGB windows
* Bug Fixes:
- Fixed problem with windows disappearing when created
unless the style Unmanaged was used.
- Edge move delay was used as resistance for the top edge.
- Fixed a parsing problem of the screen argument of the
SnapAttraction style.
- Some html documentation files were not installed.
- Fixed a memory leak in internationalized font handling.
- Fixed a bug in MinOverlap placement.
- Fixed the StickyAcrossPages style in the FvwmPager.
- Fixed the determination of the X charset on UTF-8 systems.
- Fixed a crash when certain EWMH messages were sent to
unmanaged windows.
- Fixed a memory leak in multibyte codepage code.
- Ignore the EWMH staysontop and staysonbottom hints if the
EWMHIgnoreStackingOrderHints style is used.
- Fixed a sporadic crash when the root background set by gnome,
fvwm-root, esetroot etc. changes and a root transparent
colour set is used.
- Fixed spradic crash in modules with root transparent
background from colour sets.
- Fixed a possible crash if the last active module fails.
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 047e4200be9..37ae329ad1f 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/11/26 08:55:36 martti Exp $ +# $NetBSD: Makefile,v 1.25 2008/02/27 16:58:18 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.24 +FVWM_VER= 2.5.25 PKG_INSTALLATION_TYPES= overwrite pkgviews |