summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-1-105
-rw-r--r--docs/tmpl/main.sgml2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff49ddf3..3ca84400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-03-15 Owen Taylor <otaylor@redhat.com>
+ * docs/tmpl/main.sgml (pango_unichar_direction): Fix
+ PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik)
+
+2005-03-15 Owen Taylor <otaylor@redhat.com>
+
* pango/pangofc-fontmap.c: Include the effect of the
CTM in the FC_PIXEL_SIZE we set in the FcPattern.
(Fixes problems with getting the wrong font when drawing
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index ff49ddf3..3ca84400 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,10 @@
2005-03-15 Owen Taylor <otaylor@redhat.com>
+ * docs/tmpl/main.sgml (pango_unichar_direction): Fix
+ PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik)
+
+2005-03-15 Owen Taylor <otaylor@redhat.com>
+
* pango/pangofc-fontmap.c: Include the effect of the
CTM in the FC_PIXEL_SIZE we set in the FcPattern.
(Fixes problems with getting the wrong font when drawing
diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml
index 669003ec..a1b46787 100644
--- a/docs/tmpl/main.sgml
+++ b/docs/tmpl/main.sgml
@@ -296,7 +296,7 @@ The GObject type for #PangoDirection.
<!-- ##### FUNCTION pango_unichar_direction ##### -->
<para>
Determines the direction of a character; either
-%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_LTR, or
+%PANGO_DIRECTION_LTR, %PANGO_DIRECTION_RTL, or
%PANGO_DIRECTION_NEUTRAL.
</para>