summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS15
2 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd0647e1..1e367f1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-01-30 Elijah Newren <newren gmail com>
+ * NEWS: 2.13.55 release
+
+2006-01-30 Elijah Newren <newren gmail com>
+
* src/display.[ch] (struct MetaDisplay), meta_display_open,
meta_display_set_input_focus_window,
meta_display_focus_the_no_focus_window): Track the active_screen,
diff --git a/NEWS b/NEWS
index 0e785f7a..004fab24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.13.55
+==
+
+Thanks to Dick Marinus, Christian Kirbach, and Elijah Newren for
+improvements in this release.
+
+ - Add a minimize and none double-click-titlebar-action (Dick)
+ [#300210]
+ - Prevent a critical warning crasher when switching themes
+ (Christian) [#327847]
+ - Fix some uninitialized value problems (Elijah)
+
+ - If the mouse enters a window on a different screen, activate the
+ default window on the new screen (Elijah) [#319348]
+
2.13.34
==