summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-02-10 19:25:55 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-02-10 19:25:55 +0000
commit6c518ebcdeae62bb7726a891b798cf1cd72e6bec (patch)
tree69ef6284747a53700c75fccd0a2061afcce38236 /ChangeLog.pre-1-8
parent575835ba425ccd571b4283f6c463591a529e8bf9 (diff)
downloadpango-6c518ebcdeae62bb7726a891b798cf1cd72e6bec.tar.gz
Fix the amount of memory being allocated. (#132994, Torsten Schoenfeld)
Tue Feb 10 14:13:04 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-tabs.c (pango_tab_array_resize): Fix the amount of memory being allocated. (#132994, Torsten Schoenfeld)
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-812
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 004ddbe9..a6ba35aa 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,15 @@
+Tue Feb 10 14:13:04 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-tabs.c (pango_tab_array_resize): Fix
+ the amount of memory being allocated. (#132994,
+ Torsten Schoenfeld)
+
+Mon Feb 9 09:52:24 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-attributes.c (pango_attr_iterator_next): Fix
+ infinite loop introduced with last change. (#133749,
+ reported by Mariano Suárez-Alvarez)
+
Thu Feb 5 16:30:46 2004 Owen Taylor <otaylor@redhat.com>
Fix problem with empty markup tags (#128102, Christian Persch)