diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-03-02 00:59:01 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-03-02 00:59:01 +0000 |
commit | 37fd4baefa4ba074d2381116008f244dfe90edce (patch) | |
tree | 75b448494e1e8d9b183bbf223cc02b2f0ddd3e3c /pango/pango-context.c | |
parent | af095f2b80d62ebbe8dbd3a212f20a2ca2c3b7c7 (diff) | |
download | pango-37fd4baefa4ba074d2381116008f244dfe90edce.tar.gz |
=== Released 1.3.5 ===PANGO_1_3_5
Mon Mar 1 19:24:09 2004 Owen Taylor <otaylor@redhat.com>
* === Released 1.3.5 ===
* configure.in: Version 1.3.5 (1.3.4 skipped), interface age 0.
* NEWS: Update
* modules/arabic/arabic-fc.c (arabic_engine_shape):
Fix a crash from left-over handling of clusters
for non-spacing marks.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r-- | pango/pango-context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index 51a467d3..316245dd 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -1121,7 +1121,6 @@ pango_itemize_with_base_dir (PangoContext *context, * @context: a structure holding information that affects the itemization process. * @text: the text to itemize. - * @base_dir: base direction to use for BiDi algorithm. * @start_index: first byte in @text to process * @length: the number of bytes (not characters) to process * after @start_index. |