summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2006-01-10 20:07:34 +0000
committerElijah Newren <newren@src.gnome.org>2006-01-10 20:07:34 +0000
commitf0322ee76c0d6ddd915489d65aee7a5ccd1e3ecf (patch)
tree85b2084c7f8883b13e4ab19b714f06a980d256ff
parent5913b8c5ab048e020837a1095484eee230375be3 (diff)
downloadmetacity-f0322ee76c0d6ddd915489d65aee7a5ccd1e3ecf.tar.gz
2.13.13 releaseMETACITY_2_13_13
2006-01-10 Elijah Newren <newren@gmail.com> * NEWS: 2.13.13 release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS39
2 files changed, 43 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ead3eb82..a11ef833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-01-10 Elijah Newren <newren@gmail.com>
+ * NEWS: 2.13.13 release
+
+2006-01-10 Elijah Newren <newren@gmail.com>
+
* src/bell.c:
* src/boxes.c:
* src/boxes.h:
diff --git a/NEWS b/NEWS
index 08c7403f..a44060c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+2.13.13
+==
+
+Thanks to Jens Granseuer, Björn Lindqvist, and Elijah Newren for
+improvements in this release.
+
+ - Remove C99 style variable initiailization (Jens) [#322622]
+ - Fix a logic error (Björn) [#322149]
+ - Plug a few leaks (Elijah) [#309178]
+ - Allow edge resistance at both sides of a window and also when edges
+ don't overlap but are a single pixel away from doing so (Elijah)
+ [part of #321905]
+ - Remove the timeout resistance at screen/xinerama edges (Elijah)
+ [part of #321905]
+ - Revert to the old edge resistance behavior for keyboard
+ movement/resizing based resistance (Elijah) [part of #321905]
+ - Remove the "pull-away" edge resistance (Elijah) [part of #321905]
+ - Avoid crashing when visual bell is in use and focus window is
+ closed (Elijah) [#322031]
+ - Be more strict about what is considered a valid region with partial
+ struts (Elijah) [#322070]
+ - Fix reduced resources resize handling for windows with sizing or
+ resizing constraints (Elijah) [#325774]
+ - Fix window outline for minimized windows when using alt-esc
+ (Elijah) [#325092]
+ - Make the taskbar less flash happy and fix up some related stacking
+ issues (Elijah) [#326035]
+ - More thorough handling of source indication (Elijah) [part of #326041]
+ - Don't "steal" focus from terminal windows for new window mappings
+ as the difference in usage between terminals and other apps seems
+ to suggest this difference in treatment. See bug #326159 for
+ details, feedback welcome (Elijah) [#326159]
+ - Add a raise on click option, basically only because all the major
+ distros are patching it in anyway (though each and every one of
+ them has bugs in their implementations). (Elijah) [#326156]
+
+Translations
+ Kjartan Maraas (nb), Kjartan Maraas (no)
+
2.13.8
==