summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2004-05-28 04:30:54 +0000
committerJody Goldberg <jody@src.gnome.org>2004-05-28 04:30:54 +0000
commit55d6816eab0b796b412b45be3dbf768d5945c81a (patch)
treec06b24a92020f972852e764ada35df0364324318 /ChangeLog.pre-1-10
parentdc949d2a601e870084572f231b0ecb57687557d3 (diff)
downloadpango-55d6816eab0b796b412b45be3dbf768d5945c81a.tar.gz
only invert if the layout and the context really disagree, not if they are
2004-04-29 Jody Goldberg <jody@gnome.org> * pango/pango-layout.c (get_alignment) : only invert if the layout and the context really disagree, not if they are WEAK_LTR vs LTR 2004-03-11 Jody Goldberg <jody@gnome.org> * pango/pango-attributes.h : Add a comment clarifying that PangoAttribute::end_index is _exclusive_. The range is [start..end) Additionally clarify that that the indicies are in _bytes_ not characters.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1012
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index caea012a..8588f508 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -35,6 +35,18 @@ Thu May 27 15:08:32 2004 Owen Taylor <otaylor@redhat.com>
* pango/break.c (pango_break):
Fix incorrect casts to get the class object of lang engine. (#141931)
+2004-04-29 Jody Goldberg <jody@gnome.org>
+
+ * pango/pango-layout.c (get_alignment) : only invert if the layout and
+ the context really disagree, not if they are WEAK_LTR vs LTR
+
+2004-03-11 Jody Goldberg <jody@gnome.org>
+
+ * pango/pango-attributes.h : Add a comment clarifying that
+ PangoAttribute::end_index is _exclusive_. The range is [start..end)
+ Additionally clarify that that the indicies are in _bytes_ not
+ characters.
+
2004-04-29 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-fontmap.c (pango_win32_font_map_for_display):