From 646521fc1ddfe84e5ec1cdd7bc3867e9544b54c6 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 3 Aug 2004 19:11:29 +0000 Subject: [PATCH] Released 2.8.2 2004-08-03 Elijah Newren Released 2.8.2 * NEWS, README: update --- ChangeLog | 6 ++++++ NEWS | 33 +++++++++++++++++++++++++++++++++ README | 4 ++-- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f2cf7ed3..07055cc98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-03 Elijah Newren + + Released 2.8.2 + + * NEWS, README: update + 2004-08-02 Elijah Newren Fix some bugs (reported in #120100) regarding the focus window diff --git a/NEWS b/NEWS index 53c54154e..a731d882f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +2.8.2 +=== + +Many bugfixes and better support for the freedesktop.org EWMH spec. + +Thanks to Rob Adams, Anders Carlsson, Elijah Newren, Soeren Sandmann, +Emil Soleyman-Zomalan, Michael Terry, and Jeff Waugh for fixes in this +release. + + - 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; reduces metacity verbosity. (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. + 2.8.1 === diff --git a/README b/README index e37e64f99..d25bcdc5e 100644 --- a/README +++ b/README @@ -6,9 +6,9 @@ on UNIX keyboards. The first release of Metacity was version 2.3. Metacity has no need for your petty hangups about version numbers. -The stable releases so far are 2.4.x, 2.6.x, 2.8.x +The stable releases so far are 2.4.x, 2.6.x, 2.8.0, 2.8.1, 2.8.1.x -Unstable branches are 2.3.x, 2.5.x +Unstable branches are 2.3.x, 2.5.x, 2.8.y (where y>=2) COMPILING METACITY ===