diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-22 10:42:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-22 10:42:13 +0000 |
commit | 8e258a060cd74d2c0f2f06297fdda59fcf527237 (patch) | |
tree | f4fd52f0d5bb0581b84ecf45008b7dd9c6e4d7f4 /wm/windowmaker/Makefile | |
parent | 614825756dc7def02b26e7993b4a3cede414bbab (diff) | |
download | pkgsrc-8e258a060cd74d2c0f2f06297fdda59fcf527237.tar.gz |
Update to 0.65.0. Extract of changes:
Bug fixes for GNOME interaction; fixes for window positions/states after
wm crashes; removed single appicon stuff; fixed race conditions on signal
handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha
handling in some cases; MouseButton handling done differently (don't bind
Button to Action, but Action to Button); made "Keep on Top" in the dock/clip
menu a checked menu entry.
Please note: There was a bug in XPM saving -- please delete your icons in
~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start
of the corresponding programs.
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index ef145c6a3ce..4e8bc4fad7e 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:25 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/22 10:42:13 wiz Exp $ -DISTNAME= WindowMaker-0.64.0 -PKGNAME= windowmaker-0.64.0 +DISTNAME= WindowMaker-0.65.0 +PKGNAME= windowmaker-0.65.0 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/WindowMaker/beta/srcs/ |