diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-07 23:48:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-07 23:48:15 +0000 |
commit | ccf403ed9a50b0bfc4c89eea2895dbeaf39d642a (patch) | |
tree | bdd784c19f6a3f9c689bd240e7ad7a2330e7c8ef /x11/xwrits/Makefile | |
parent | 1b45843c57c9be6cc363e0f6fce3fd3d9630d072 (diff) | |
download | pkgsrc-ccf403ed9a50b0bfc4c89eea2895dbeaf39d642a.tar.gz |
Update to 2.24:
Version 2.24 9.Jul.2006
* Xwrits hand windows appear on all desktops, even after the first break.
The freedesktop.org standard requires you tell the window manager about
the all-desktops property *every time* the window reappears. Thanks to
Zach Beane for a patch that inspired this search. Previously reported by
Stephen A. Lawrence and Andy Feery.
* Support MWM hints on 64-bit platforms. Bug report and initial patches
from Jeff Layton.
* Avoid infinite error recursion when windows are closed on +multiscreen.
Bug reported in April 2004 by Chris Jones.
Version 2.23 21.Jun.2006
* Support '+once[=COUNT]' option. Patch by Anne Elizabeth Dudfield the
Rad.
Version 2.22 2.Apr.2005
* Support `+finger=GIFFILE'. Requested by Urko Lusa. This change was made
in August 2002, but for some reason never released.
Diffstat (limited to 'x11/xwrits/Makefile')
-rw-r--r-- | x11/xwrits/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index cb7e8ddb009..160853392a9 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:11:50 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/08/07 23:48:15 wiz Exp $ -DISTNAME= xwrits-2.21 -PKGREVISION= 1 +DISTNAME= xwrits-2.24 CATEGORIES= x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xwrits/ |