diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-15 12:42:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-15 12:42:04 +0000 |
commit | e1feca4ff6bfb94aff953fab436b2b0b2bb54dcf (patch) | |
tree | 9f8d795f03b207dec3e1cad544364839126b93f5 /wm/openbox/Makefile | |
parent | 0a279ead1c829dbae46feb11cd836de150587af2 (diff) | |
download | pkgsrc-e1feca4ff6bfb94aff953fab436b2b0b2bb54dcf.tar.gz |
Update to 3.4.8:
3.4.8:
* Updated translations: Slovak.
* Allow windows to change their decorations at any time (Fix for
Google Chrome).
* Make openbox-session to respect the $XDG_CONFIG_HOME environment variable.
* Fixed bug #4344 where borders were given to windows that should not have
them.
* Merge the SessionLogout and Exit actions. They now test if connected to a
session manager and ask it to exit if so, or simply kill Openbox if not.
* Further tweaks to the _NET_ACTIVE_WINDOW message handling. Use the same
logic for focus-stealing as is used when mapping a new window.
* Don't go out of our way any more to prevent focus from moving while the
keyboard is grabbed.
* Fix openbox-gnome-session when using gnome-session > 2.22.
Diffstat (limited to 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index dda31e04faa..93cacde2171 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2009/11/15 03:11:12 snj Exp $ +# $NetBSD: Makefile,v 1.55 2009/12/15 12:42:04 wiz Exp $ -DISTNAME= openbox-3.4.7.2 -PKGREVISION= 2 +DISTNAME= openbox-3.4.8 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ # PR pkg/36489 |