diff options
author | Jonathan Blandford <jrb@redhat.com> | 2000-09-08 18:42:06 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2000-09-08 18:42:06 +0000 |
commit | 2ea04c9040af34b36ed4b1536fd08c5843467446 (patch) | |
tree | ecef9fde712af4c50b58cf6c1b6219bc1bcbc346 /ChangeLog.pre-1-0 | |
parent | 5c177160d308355826450ca00217ee400a8a8c7b (diff) | |
download | pango-2ea04c9040af34b36ed4b1536fd08c5843467446.tar.gz |
Minor fixes to Owen's patch below to make it work.
2000-09-08 Jonathan Blandford <jrb@redhat.com>
* pango/pango-attributes.c (pango_attr_list_change): Minor fixes
to Owen's patch below to make it work.
* pango/pango-attributes.c (pango_attribute_copy): Copy the
start_index/end_index explicitly rather then rely on the copy
function doing it for you, as none did so.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 70389494..535c2bbe 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,17 @@ +2000-09-08 Jonathan Blandford <jrb@redhat.com> + + * pango/pango-attributes.c (pango_attr_list_change): Minor fixes + to Owen's patch below to make it work. + + * pango/pango-attributes.c (pango_attribute_copy): Copy the + start_index/end_index explicitly rather then rely on the copy + function doing it for you, as none did so. + +Thu Sep 7 05:12:09 2000 Owen Taylor <otaylor@redhat.com> + + * pango/pango-attributes.c (pango_attr_list_change): Fix up to + match the docs, correct bugs found by Jonathan Blandford. + 2000-09-04 Robert W Brady <robert@susu.org.uk> * modules/basic/tables-big.i: Use iso10646-1 fonts |