summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-02-22 02:47:08 +0000
committerElijah Newren <newren@src.gnome.org>2005-02-22 02:47:08 +0000
commit6e40e576a42a00d8097e9a15dfef89cd20656119 (patch)
tree9d86469f019bd0d1f9e39d9eb6689f56d2b251e1
parent612507260a550ff2381bfcbbe32f9bab62650fd9 (diff)
downloadmetacity-METACITY_2_9_21.tar.gz
Metacity 2.9.21 unstable releaseMETACITY_2_9_21
2005-02-21 Elijah Newren <newren@gmail.com> * NEWS: Metacity 2.9.21 unstable release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS47
2 files changed, 51 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54556972..9b0bbe3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-02-21 Elijah Newren <newren@gmail.com>
+ * NEWS: Metacity 2.9.21 unstable release
+
+2005-02-21 Elijah Newren <newren@gmail.com>
+
Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes
#167545.
diff --git a/NEWS b/NEWS
index 46d65ff4..68218a24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+2.9.21
+==
+
+This is an unstable release heading towards Gnome 2.10. Since there
+have been an awful lot of fixes since Gnome 2.10 Beta 2, we are hoping
+to get an extra week of wider testing of all these changes before hard
+code freeze.
+
+Thanks to Aidan Delaney, Crispin Flowerday, Elijah Newren, and Joe
+Marcus Clarke for fixes in this release.
+
+ - Make sure we get a valid timestamp if one doesn't come with the
+ _NET_ACTIVE_WINDOW message (Elijah, Crispin) [#166728]
+ - Avoid sending CurrentTime to our XSetInputFocus wrappers, but
+ handle it better in case we miss any cases (Elijah) [#166732]
+ - Remove useless function call (Aidan) [#166730]
+ - Avoid new windows being obscured by the focus window and thus
+ possibly lost (Elijah) [#166524]
+ - Don't unconditionally place not-to-be-focused windows, such as
+ splashscreens, below the focus window (Elijah) [#167042]
+ - Raise the ancestor of a window instead of the window itself
+ (Elijah) [#166894]
+ - Cover half a dozen issues needed to fix a variety of rare timestamp
+ bugs (Elijah) [#167358]
+ - Fix a possible crash on logout (Joe) [#167935]
+ - Fix an obscure xinerama placement bug with windows that are too
+ large to fit in the workarea in both dimensions (Elijah) [#166757]
+ - Ignore all focus and focus-stealing-prevention code in
+ meta_window_show when not showing the window for the first time
+ (Elijah) [#167199]
+ - when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop
+ where the window is located before activating instead of moving the
+ window to the current desktop (Elijah) [#128380]
+ - Handle _NET_CURRENT_DESKTOP messages that come with timestamps
+ (Elijah) [#161361]
+ - Handle keynav vs. mousenav in mouse and sloppy focus modes (Elijah)
+ [#167545]
+
+Translations
+ Jordi Mallach (ca), Martin Willemoes Hansen (da),
+ Kostas Papadimas (el), David Lodge (en_GB),
+ Francisco Javier F. Serrador (es), Tõivo Leedjärv (et),
+ Christophe Merlet (RedFox) (fr), Takeshi AIHANA (ja),
+ Young-Ho, Cha (ko), Kjartan Maraas (nb), Michiel Sikkes (nl),
+ Kjartan Maraas (no), Duarte Loreto (pt), Leonid Kanter (ru),
+ Marcel Telka (sk), Laurent Dhima (sq), Maxim Dziumanenko (uk)
+
2.9.13
==