diff options
author | mjl <mjl> | 2002-08-25 21:50:49 +0000 |
---|---|---|
committer | mjl <mjl> | 2002-08-25 21:50:49 +0000 |
commit | 0095be0c4db1c8bb606292bae7fd4a728212ec4e (patch) | |
tree | 5228782d2b0ea0a0340e8c6f0583ef6f2d4b8dc7 /wm | |
parent | 02526271b78c18a0c07b3ea8be04d2a61b0bf8e7 (diff) | |
download | pkgsrc-0095be0c4db1c8bb606292bae7fd4a728212ec4e.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/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 5c48814b174..aa888af1fe2 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2002/08/25 18:40:15 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2002/08/25 21:50:49 mjl Exp $ -DISTNAME= WindowMaker-0.80.0 -PKGNAME= windowmaker-0.80.0 -PKGREVISION= 1 +VERS= 0.80.1 +DISTNAME= WindowMaker-${VERS} +PKGNAME= windowmaker-${VERS} +# PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/source/release/ \ ftp://ftp.ics.es.osaka-u.ac.jp/mirrors/WindowMaker/source/release/ |