1
0
Fork 0

Released 2.8.2

2004-08-03  Elijah Newren  <newren@math.utah.edu>

	Released 2.8.2

	* NEWS, README: update
This commit is contained in:
Elijah Newren 2004-08-03 19:11:29 +00:00 committed by Elijah Newren
parent 3aa119e99e
commit 646521fc1d
3 changed files with 41 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2004-08-03 Elijah Newren <newren@math.utah.edu>
Released 2.8.2
* NEWS, README: update
2004-08-02 Elijah Newren <newren@math.utah.edu> 2004-08-02 Elijah Newren <newren@math.utah.edu>
Fix some bugs (reported in #120100) regarding the focus window Fix some bugs (reported in #120100) regarding the focus window

33
NEWS
View file

@ -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 2.8.1
=== ===

4
README
View file

@ -6,9 +6,9 @@ on UNIX keyboards.
The first release of Metacity was version 2.3. Metacity has no need for The first release of Metacity was version 2.3. Metacity has no need for
your petty hangups about version numbers. 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 COMPILING METACITY
=== ===