diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-11 16:59:03 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-11 16:59:03 +0000 |
commit | 45a38999bd0dfb72aea4705478e46a1faedf0620 (patch) | |
tree | 08aa5c564aa512e18d34ba9a4a10578a7e4143d2 /wm/windowmaker/Makefile | |
parent | 337c57e25686f88645b0ec7b736653d63e91dc7b (diff) | |
download | pkgsrc-45a38999bd0dfb72aea4705478e46a1faedf0620.tar.gz |
Update to 0.64.0. Notable changes include:
- fixed messup in get-{wings,wutil,wraster}-flags
- fixed #wmdatadir# substitution in wmaker.inst
(Seiichi SATO <sato@cvs-net.co.jp>)
- Removed spurious focus disabling for GNUstep applications
- Fixed broken panels.
- decreased nice() value in wmsetbg
- applied gnome panel not-covering patch
- added item copy to WPrefs menu editor
- added locale selection code for menu in wmaker.inst
- fixed bug in built-in xpm support
- removed plugin support
- fixed a crash bug in WPrefs menu editor
- added updated single-click patch
- fixed WindozeCycling config in WPrefs
- fixed circulate raise withour WindozeCycling
- added wmagnify utility
- changed behaviour of control/shift double click on titlebar for maximize
- updated getstyle to account for extendspace options
- fixed weird color bug in jpeg loader
- improved and simplified fonts configuration for multibyte languages
- cleaned ParseCommand() and renamed to TokenizeString()
- rewrote menu editor in WPrefs
- fixed circulateraise on non-windoze cycling mode
- fixed bug with incorrect reading of ppm files
- fixed bug with incorrect window placement using automatic placement, while
there were shaded windows on other workspaces
- fixed some buffer overflow issues in WINGs
- fixed bug with WPrefs.app not selecting the menu appearance options after
startup.
- fixed some memory leaks generated by wstrappend()
- fixed code that was dependant on the order of evaluation in wrlib. This
fixed a number of problems, like greyscale jpegs that showed up in red
and possibly the problems with pseudocolor displays.
- made clicks on unfocused windows be effective on focus follow mouse/sloppy
Diffstat (limited to 'wm/windowmaker/Makefile')
-rw-r--r-- | wm/windowmaker/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index c749031c2b4..68c66863ab2 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2001/03/04 09:06:18 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/11 16:59:03 mjl Exp $ -DISTNAME= WindowMaker-0.62.1 -PKGNAME= windowmaker-0.62.1nb1 +DISTNAME= WindowMaker-0.64.0 +PKGNAME= windowmaker-0.64.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/ @@ -50,7 +50,7 @@ CFLAGS= # openlook enable support for OPEN LOOK(tm) window manager hints # lite remove Window Maker redundancies with KDE and GNOME # -WINDOWMAKER_OPTIONS?= gnome kde +WINDOWMAKER_OPTIONS?= gnome kde openlook BUILD_DEFS+= WINDOWMAKER_OPTIONS |