summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS14
2 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c312bfc4..4a30e00f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-06-04 Thomas Thurman <thomas@thurman.org.uk>
+ * NEWS: 2.19.8 release.
+
+2007-06-04 Thomas Thurman <thomas@thurman.org.uk>
+
* src/metaaccellabel.c (meta_accel_label_expose_event): fix
label layout for RTL languages. Closes #433400.
diff --git a/NEWS b/NEWS
index cfb5ab2c..fffe0a71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+2.19.8
+======
+
+Thanks to Linus Torvalds, Yair Hershkovitz and Thomas Thurman for
+improvements in this release.
+
+ - Lots of fixups for various alignments in RTL locales (Yair)
+ [#387893]
+ - Add code to configure what happens on right or middle click
+ of titlebar (Linus) [#408904]
+ - Fix layout for titlebars with mixed LTR/RTL scripts (Thomas)
+ [#433400]
+ - Fix window menu layout for RTL scripts (Thomas) [#433400]
+
2.19.5
======