Subject: CVS commit: pkgsrc/wm/metacity
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/07/2004 17:07:16
Module Name: pkgsrc
Committed By: recht
Date: Sat Aug 7 17:07:16 UTC 2004
Modified Files:
pkgsrc/wm/metacity: Makefile distinfo
Log Message:
uppdate to metacity-2.8.2
patch provided by Kouichirou Hiratsuka in PR pkg/26573
changes:
Many bugfixes and better support for the freedesktop.org EWMH spec.
- set titlebar_uses_system_font = false (it was ugly)
- make naming for "move a window"/"move the window"/"move window"
more consistent (fixes #142235)
- Add trailing quotes to keybinding explanation text.
- support for EWMH update counter spec & add compensation events
when events are ignored. (fixes #143333 and #109362)
- Fix focus bugs: remove race condition on window close/minimize
(#131582), make focus choice consistent for each focus mode
(#135810), choose correct focus window when "un-showing the
desktop (#144900), make sure correct window is focused when using
the workspace switcher (#120100).
- Use meta_topic instead of meta_warning when failing to connect to
a session manager. (fixes #136218)
- Make meta_window_delete take a timestamp, and be sure to pass it
one.
- Add support for EWMH _NET_WM_USER_TIME spec. This enables part of
preventing focus stealing. (bug #118372) Also fix bug with
windows not being focused on unminimizing caused by original
patch. (also bug #118372)
- Fix some support for EWMH hints, and fix USER_TIME support to
include the DEMANDS_ATTENTION hint. Also includes some code for
implementing _NET_RESTACK_WINDOW and _NET_MOVERESIZE_WINDOW, but
this is disabled pending feature thaw.
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/wm/metacity/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/wm/metacity/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.