diff options
author | Elijah Newren <newren@gmail.com> | 2005-02-22 02:47:08 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2005-02-22 02:47:08 +0000 |
commit | 6e40e576a42a00d8097e9a15dfef89cd20656119 (patch) | |
tree | 9d86469f019bd0d1f9e39d9eb6689f56d2b251e1 /NEWS | |
parent | 612507260a550ff2381bfcbbe32f9bab62650fd9 (diff) | |
download | metacity-6e40e576a42a00d8097e9a15dfef89cd20656119.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
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -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 == |