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/patches | |
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/patches')
-rw-r--r-- | wm/windowmaker/patches/patch-aa | 6 | ||||
-rw-r--r-- | wm/windowmaker/patches/patch-ab | 12 | ||||
-rw-r--r-- | wm/windowmaker/patches/patch-ac | 10 |
3 files changed, 14 insertions, 14 deletions
diff --git a/wm/windowmaker/patches/patch-aa b/wm/windowmaker/patches/patch-aa index 7d07d26b1a9..c111809dfaf 100644 --- a/wm/windowmaker/patches/patch-aa +++ b/wm/windowmaker/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/03/11 16:59:04 mjl Exp $ ---- doc/Makefile.am.orig Sun May 2 23:23:10 1999 -+++ doc/Makefile.am Sun Jun 4 02:00:27 2000 +--- doc/Makefile.am.orig Sun Mar 11 17:27:36 2001 ++++ doc/Makefile.am Sun Mar 11 17:27:50 2001 @@ -1,16 +1,16 @@ ## Process this file with automake to produce Makefile.in diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab index 92bc2c2afd5..195e3029994 100644 --- a/wm/windowmaker/patches/patch-ab +++ b/wm/windowmaker/patches/patch-ab @@ -1,10 +1,10 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2001/03/11 16:59:04 mjl Exp $ ---- configure.in.orig Fri Mar 31 06:36:55 2000 -+++ configure.in Sun Apr 2 12:03:24 2000 -@@ -256,29 +256,11 @@ - supported_locales="cs de es fr gl it ja ko nl no pt ru se tr fi hr el pl ro da zh_TW.Big5 zh_CN sk" - supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de" +--- configure.in.orig Fri Feb 9 17:05:49 2001 ++++ configure.in Sun Mar 11 17:20:56 2001 +@@ -261,29 +261,11 @@ + supported_locales="cs de es fr gl it ja ko nl no pt ru sv tr fi hr el pl ro da zh_TW.Big5 zh_CN sk bg hu" + supported_wprefs_locales="pt hr fr ko ja cs zh_TW.Big5 es zh_CN fi it ru de bg hu sk" -for lang in $LINGUAS; do - ok=0 diff --git a/wm/windowmaker/patches/patch-ac b/wm/windowmaker/patches/patch-ac index 17ec5c7eb23..60f768324b0 100644 --- a/wm/windowmaker/patches/patch-ac +++ b/wm/windowmaker/patches/patch-ac @@ -1,13 +1,13 @@ -$NetBSD: patch-ac,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2001/03/11 16:59:04 mjl Exp $ ---- wrlib/Makefile.am.orig Fri Mar 24 02:16:03 2000 -+++ wrlib/Makefile.am Sun Jun 4 01:22:53 2000 +--- wrlib/Makefile.am.orig Sun Jan 7 00:52:01 2001 ++++ wrlib/Makefile.am Sun Mar 11 17:26:26 2001 @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libwraster.la --libwraster_la_LDFLAGS = -version-info 2:0:0 -+libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:0:0 +-libwraster_la_LDFLAGS = -version-info 2:1:0 ++libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info 2:1:0 bin_SCRIPTS = get-wraster-flags |