summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-02-13 19:45:02 +0000
committerElijah Newren <newren@src.gnome.org>2006-02-13 19:45:02 +0000
commitb3e0208afa3af8fe1c14207129ad7d538f1e17f7 (patch)
tree4306b6333c5ebb3df46c4fd86f0f84081f2bbd72
parent8ceb613668e86537de97fbb8d6f4b7e5883f73f1 (diff)
downloadmetacity-b3e0208afa3af8fe1c14207129ad7d538f1e17f7.tar.gz
2.13.89 releaseMETACITY_2_13_89
2006-02-13 Elijah Newren <newren gmail com> * NEWS: 2.13.89 release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS24
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e905337..07ce8e46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-02-13 Elijah Newren <newren gmail com>
+ * NEWS: 2.13.89 release
+
+2006-02-13 Elijah Newren <newren gmail com>
+
* src/keybindings.c (process_tab_grab):
We had that prev_window code in multiple places and it was all
identical. Let's just stick it in one place to make the function
diff --git a/NEWS b/NEWS
index a9361825..6223a603 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+2.13.89
+==
+
+Thanks to Søren Sandmann, Thomas Thurman, Thom May, Akira Tagoh,
+Luke Morton, and Philip O'Brien for improvements in this release.
+
+ - Compositor improvements [remember that the compositor is still
+ disabled by default]: New fancy minimize animation that fades in
+ and out, new debug stuff, various bug fixes (Søren)
+ - When buggy apps create synthetic button or keypresses without a
+ timestamp, produce a warning instead of failing an assertion
+ (Thomas) [#313490]
+ - Avoid a memory leak when checking which workspace(s) a window is
+ on (Thomas) [#322059]
+ - Add a man page for metacity (Thom, Akira, Luke, Philip) [#321279]
+ - Disable alt-f7 if a window can't be moved, and alt-f8 if it can't
+ be resized (Thomas) [#328920]
+ - Allow alt-escape to cancel alt-tabbing, and vice versa (Thomas)
+ [#141425]
+
+Translations
+ Miloslav Trmac (cs), Kjartan Maraas (nb), Tino Meinen (nl),
+ Kjartan Maraas (no), Слободан Д. Средојевић (sr), Funda Wang (zh_CN)
+
2.13.55
==