summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren gmail com>2006-01-21 01:33:49 +0000
committerElijah Newren <newren@src.gnome.org>2006-01-21 01:33:49 +0000
commitc8d135b35308f988ef495c766607c86d196fc05b (patch)
tree706e6a2c3c8b0ddb763afc59eb5aeb357c1f390f
parent8e5425a86fa5f82ca2154e13c092e8a3f0977bf1 (diff)
downloadmetacity-METACITY_2_13_34.tar.gz
2.13.34 releaseMETACITY_2_13_34
2006-01-20 Elijah Newren <newren gmail com> * NEWS: 2.13.34 release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS36
2 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 098a46d1..197c64a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-01-20 Elijah Newren <newren gmail com>
+ * NEWS: 2.13.34 release
+
+2006-01-20 Elijah Newren <newren gmail com>
+
* src/constraints.c (setup_constraint_info): fixed_directions is
only meant for explicit user interactions; disable it for
everything else. There are other bugs and improvements that could
diff --git a/NEWS b/NEWS
index f8074712..0e785f7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+2.13.34
+==
+
+Thanks to Damien Carbery, Havoc Pennington, Søren Sandmann,
+Björn Lindqvist, Kjartan Maraas, Elijah Newren for improvements in
+this release.
+
+ - manually define HOST_NAME_MAX if not already defined to fix Solaris
+ compilation issue (Damien, Havoc) [#326745]
+ - compositor improvements: port to changes in libcm, do it again, fix
+ unrefing, make minimize animation update again (all done by Søren)
+ - make sure an outline border is shown even if a window decoration's
+ width is 0 (Björn) [#98340]
+ - correctly handle window alt-tab outlines in showing desktop mode
+ (Björn) [#98340]
+ - fix lots of tiny issues spotted by the intel compiler (Kjartan)
+ [#321439]
+ - prevent rapidly repeated visual bells from hanging metacity
+ (Elijah) [#322032]
+ - more careful error handling of values returned by GConf (Elijah)
+ [#326615]
+ - fix various initialization and default issues, especially for
+ running with --disable-gconf. Make --disable-gconf actually work.
+ (Elijah) [#326661]
+ - fix some reading-from-free'd-data errors (Søren) [#327575]
+ - fix an unitialized value problem when in raise-on-click mode
+ (Søren) [#327572]
+ - avoid flashing original-sized window when closing a maximized
+ window (Elijah) [#317254]
+ - prevent windows from sometimes getting shoved and smashed by
+ sliding (and possibly auto-hiding) panels (Elijah) [#327822]
+
+Translations
+ Ilkka Tuohela (fi), Ignacio Casal Quinteiro (gl), Tino Meinen (nl),
+ Funda Wang (zh_CN)
+
2.13.21
==