summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2005-11-14 18:27:22 +0000
committerElijah Newren <newren@src.gnome.org>2005-11-14 18:27:22 +0000
commitef486d855ce64ea880cd2e068b22ad5fe8c5aec1 (patch)
tree9eaadbf1345e51c26ad45e1d87bbf4fd339c00a2
parent2e10145b33e7ee003e8b46ff9df1b2a2794e4422 (diff)
downloadmetacity-ef486d855ce64ea880cd2e068b22ad5fe8c5aec1.tar.gz
2.13.1 releaseMETACITY_2_13_1
2005-11-14 Elijah Newren <newren@gmail.com> * NEWS: 2.13.1 release
-rw-r--r--ChangeLog6
-rw-r--r--NEWS21
2 files changed, 24 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 77fd01fc..16191750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2005-11-11 Aidan Delaney <a.j.delaney@brighton.ac.uk>
+2005-11-14 Elijah Newren <newren@gmail.com>
+
+ * NEWS: 2.13.1 release
+
+2005-11-11 Aidan Delaney <a.j.delaney@brighton.ac.uk>
* src/tabpopup.h: (struct _MetaTabEntry):
* src/tabpopup.c: (meta_ui_tab_popup_new):
diff --git a/NEWS b/NEWS
index 1c284991..e17c25c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.13.1
+==
+
+Thanks to Philip O'Brien, Kjartan Maraas, and Aidan Delaney for
+improvements in this release.
+
+ - add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE
+ for more complete debug info (Philip) [#318976]
+ - Remove possible g_source leak in #ifdef'd out code, in case anyone uses
+ it in the future (Kjartan) [#320050]
+ - Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'
+ (Aidan) [#168455]
+
+Translations
+ Miloslav Trmac (cs), Francisco Javier F. Serrador (es), Takeshi AIHANA (ja),
+ Erdal Ronahi (ku), Theppitak Karoonboonyanan (th)
+
2.13.0
==
@@ -6,10 +23,10 @@ Elijah Newren, Ross Cohen, and Muktha for improvements in this release
since 2.12.1.
- Mave ancestors come along with the transient when moving the window from
- one workspace to another (Björn Lindqvist) [#314977]
+ one workspace to another (Björn) [#314977]
- Fix the workspace switcher tabpopup to display the right windows and to
fix the pick-a-new-window-to-focus algorithm in order to not select
- windows that aren't showing (Björn Lindqvist) [#170475]
+ windows that aren't showing (Björn) [#170475]
- Fix a couple memory leaks (Kjartan, Søren, Elijah) [#313030]
- Make alt-esc (the "switch between windows immediately" keybinding)
actually show minimized windows too (Ross) [#107072]