summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2007-04-16 16:17:47 +0000
committerElijah Newren <newren@src.gnome.org>2007-04-16 16:17:47 +0000
commit128cda50bf21c4f82e483fb139e6e1365a941164 (patch)
treea73f7433eb04a1647e33def3ab0abd3f6401a9e0
parent3f7d729978be9032d31c3e25c7c4cef4dffe610f (diff)
downloadmetacity-METACITY_2_19_3.tar.gz
2.19.3 release.METACITY_2_19_3
2007-04-16 Elijah Newren <newren gmail com> * NEWS: 2.19.3 release. svn path=/trunk/; revision=3198
-rw-r--r--ChangeLog7
-rw-r--r--NEWS22
2 files changed, 28 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af46ec15..6b26f55d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-16 Elijah Newren <newren gmail com>
+
+ * NEWS: 2.19.3 release.
+
2007-04-15 Elijah Newren <newren gmail com>
Preserve stacking order across restarts.
@@ -95,7 +99,8 @@
2007-04-09 Elijah Newren <newren gmail com>
- Add support for _NET_MOVERESIZE_WINDOW. #344521.
+ Add support for _NET_MOVERESIZE_WINDOW. Based on patch from
+ Magnus Therning. #344521.
* src/display.c (handle_net_moveresize_window, event_callback):
Remove handle_net_moveresize_window() and the call to it; this
diff --git a/NEWS b/NEWS
index 6cf9f385..e09505f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+2.19.3
+======
+
+Thanks to Magnus Therning, Elijah Newren, Thomas Thurman, and Bruno
+Boaventura for improvements in this release.
+
+ - Add support for _NET_MOVERESIZE_WINDOW (Magnus, Elijah) [#344521]
+ - EWMH compliance: set _NET_WM_ALLOWED_ACTIONS so that pagers know
+ which actions we support (Elijah) [#115247]
+ - Fix crash with apps trying to open an insanely huge window
+ (Thomas) [#399529]
+ - Fix temporary hang/pause with libXt by making sure apps get a
+ ConfigureNotify on unmap (Elijah) [#399552]
+ - do not auto-maximize windows larger than the workarea in only a
+ single direction (Elijah) [#419810]
+ - Don't show the current workspace as a possible workspace to switch
+ to (Bruno) [#426791]
+ - Preserve stacking order across restarts (Elijah)
+
+Translations
+ Khaled Hosny (ar), Kjartan Maraas (nb)
+
2.19.2
======