diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-18 16:04:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-18 16:04:40 +0000 |
commit | 676359dce7d33d1b999888d1a33a5c96f9091a88 (patch) | |
tree | f36b096a9c9d279b905a145f7aff0acd86760e74 /ChangeLog.pre-1-8 | |
parent | e6858b1b195339b72f61f6818657bd6b24a2cfc6 (diff) | |
download | pango-676359dce7d33d1b999888d1a33a5c96f9091a88.tar.gz |
Use ISO C99 varargs when available.
Fri May 18 11:30:57 2001 Owen Taylor <otaylor@redhat.com>
* pango/opentype/disasm.c: Use ISO C99 varargs when
available.
Thu May 17 11:16:23 2001 Owen Taylor <otaylor@redhat.com>
* pango/mapping.c: Fixup docs, remove some FIXMEs that are
no longer applicable.
* pango/pango-layout.c: Move by graphemes, not characters.
* pango/pango-layout.c (pango_layout_line_x_to_index):
Position at the closest grapheme boundary, not at character
boundaries.
* pango/pango-layout.c (pango_layout_line_index_to_x):
Return positions of grapheme boundaries, not character
boundaries.
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r-- | ChangeLog.pre-1-8 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 9108bd77..8c77dbcc 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,23 @@ +Fri May 18 11:30:57 2001 Owen Taylor <otaylor@redhat.com> + + * pango/opentype/disasm.c: Use ISO C99 varargs when + available. + +Thu May 17 11:16:23 2001 Owen Taylor <otaylor@redhat.com> + + * pango/mapping.c: Fixup docs, remove some FIXMEs that are + no longer applicable. + + * pango/pango-layout.c: Move by graphemes, not characters. + + * pango/pango-layout.c (pango_layout_line_x_to_index): + Position at the closest grapheme boundary, not at character + boundaries. + + * pango/pango-layout.c (pango_layout_line_index_to_x): + Return positions of grapheme boundaries, not character + boundaries. + Tue May 1 16:03:48 2001 Owen Taylor <otaylor@redhat.com> * autogen.sh (libtool_version): Require libtool 1.4 when |