summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS12
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8992cbf1..d7939dd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
+ * NEWS: 2.19.13 release.
+
+2007-06-10 Thomas Thurman <thomas@thurman.org.uk>
+
Refactor thrice-duplicated queue code in window.c. Closes #376760.
* src/window.c (meta_window_queue, meta_window_unqueue):
diff --git a/NEWS b/NEWS
index 14caa272..cfe5735b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.19.13
+=======
+
+Thanks to Elijah Newren and Thomas Thurman for improvements in
+this release.
+
+ - Updated the description of raise_on_click (Elijah) [#445447,
+ #389923]
+ - Refactor queueing code in window.c (Thomas) [#376760]
+ - Added switch_group to the keybindings file (Thomas) [#444879]
+ - New window information accessor function (Thomas) [#377495]
+
2.19.8
======