diff options
author | mjl <mjl@pkgsrc.org> | 2002-08-25 21:50:51 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-08-25 21:50:51 +0000 |
commit | 287b5c5601b23446d25c27bbf0140c8dc4b4391e (patch) | |
tree | cd43e161b017ff31fa70cc2a1af57ed15c501d35 /wm | |
parent | f8d6c1f73ef3943e566d0b717ad1506dd832a4df (diff) | |
download | pkgsrc-287b5c5601b23446d25c27bbf0140c8dc4b4391e.tar.gz |
Update to 0.80.1
- Fixed a bug that crashed wmaker when closing a window if multiple screens
were managed by wmaker
- Fixed a problem that crashed wmaker when trying to read an unexisting
WMState.<number> file on multihead system
- Fixed problem with keyboard shortcuts executed an every screen for
multihead systems
- Updated traditional chinese translations
- Fixed buglet in non-caching rootmenu option
- Added Malay translation
- Fixed problem with kcalc not having a miniaturize button
- Added "Hide Others" to the window menu
- Fixed text in info panel for multibyte
- Separated the font caches for normal fonts and fontsets in WINGs (they can
have the same names and collide in the cache giving unwanted results)
- Fixed Legal Panel not to display rectangles in place of new lines
- Fixed problem with losing focus when changing to an empty workspace and back
- Fixed another focus related problem when changing workspaces
- Fixed problem with saving session when shared appicon is enabled (not
all instances were saved in the session, only one per shared appicon)
- Added support for the ukrainian language in wsetfont
- Fixed a bug that crashed Window Maker when setting the "Emulate AppIcon"
option for a window using the window Inspector
- Let XRender transparent window be see-through to desktop
- Added Greek (el) language pixmap
- Fixes icons being reduced twice when icon size != 64x64
- Fixed a bug that crashed wmaker when selecting the "Start alternate window
manager" option in the crashing dialog panel
- Window Maker will now use the WINDOWMAKER_ALT_WM environment variable (if
it is defined) to overwrite the default hardcoded fallback window manager
- Fixed marks for menu entries to be grayed as the text for disabled entries
- Fixed Clip's "Autoraise" option to be marked as disabled when the
"Keep on Top" option is active
- Added ability to browse for files/directories in the WPrefs menu editor
- Added Czech translations of documentation
- Fixed segfault with incomplete WM_CLASS specifications
- Fixed a bug about arranging subviews in a WMBox after removing a subview
and a memleak occuring in the same situation
- Fixed a bug in wdread
- Fixed bug with windows that have WM_HINTS.take_focus = False. These windows
will not receive focus at all
- Fixed a buffer overflow in winmenu.c
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/patches/patch-ab | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/wm/windowmaker/patches/patch-ab b/wm/windowmaker/patches/patch-ab index 4bdfd3b8a5e..d57783e1ae5 100644 --- a/wm/windowmaker/patches/patch-ab +++ b/wm/windowmaker/patches/patch-ab @@ -1,15 +1,16 @@ -$NetBSD: patch-ab,v 1.10 2001/12/25 15:10:50 wiz Exp $ +$NetBSD: patch-ab,v 1.11 2002/08/25 21:50:51 mjl Exp $ ---- configure.orig Tue Dec 18 06:44:13 2001 -+++ configure -@@ -8477,43 +8477,18 @@ - PO="" - fi +--- configure.orig Tue Jul 2 02:37:46 2002 ++++ configure Sun Aug 25 00:59:32 2002 +@@ -9660,43 +9660,18 @@ + + --supported_locales="bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5" -+supported_locales="bg cs da de el es et fi fr gl hr hu it ja ko nl no pl pt ro ru sk sv tr zh_CN" - supported_wprefs_locales="bg cs de es et fi fr hr hu it ja ko pt ru sk zh_CN zh_TW.Big5" - supported_wings_locales="cs sk" +-supported_locales="bg cs da de el es et fi fr gl hr hu it ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW.Big5" +-supported_wprefs_locales="bg cs de es et fi fr hr hu it ja ko pt ru sk zh_CN zh_TW.Big5" ++supported_locales="bg cs da de el es et fi fr gl hr hu it ja ko ms nl no pl pt ro ru sk sv tr zh_CN" ++supported_wprefs_locales="bg cs de es et fi fr hr hu it ja ko pt ru sk zh_CN" + supported_wings_locales="cs de sk" -for lang in $LINGUAS; do - ok=0 @@ -54,8 +55,8 @@ $NetBSD: patch-ab,v 1.10 2001/12/25 15:10:50 wiz Exp $ + WINGSMOFILES="$WINGSMOFILES $lang.mo" done - case $host_os in -@@ -11544,8 +11519,8 @@ + +@@ -13432,8 +13407,8 @@ fi fi @@ -64,5 +65,5 @@ $NetBSD: patch-ab,v 1.10 2001/12/25 15:10:50 wiz Exp $ +LIBRARY_SEARCH_PATH="-L${BUILDLINK_DIR}/lib -L${BUILDLINK_X11_DIR}/lib" +HEADER_SEARCH_PATH="-I${BUILDLINK_DIR}/include -I${BUILDLINK_X11_DIR}/include" - for ac_header in stdlib.h - do + + |