summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-03-16 00:00:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-03-16 00:00:08 +0000
commit80784ff7c9a587771eec11bd55739003884df028 (patch)
treef951333eecb12fdb8d44e6f53250c9e7a013cbe6
parentcc35f77a1b4e40ba85d583d0b0f301c288adb930 (diff)
downloadpango-80784ff7c9a587771eec11bd55739003884df028.tar.gz
Fix PANGO_DIRECTION_LTR/RTL cut-and-paste. (Tim Janik)
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)
-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>