summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-01-16 14:27:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-01-16 14:27:12 +0000
commit18c465609fdf67cc12a52a8990ee2bf5e97716a4 (patch)
treec66e30b49361c960f0bd47ca3b078e4cb28d1f46 /ChangeLog
parent74e502e029aa1933b346235ba16e079a976a5f22 (diff)
downloadpango-18c465609fdf67cc12a52a8990ee2bf5e97716a4.tar.gz
Initialize the static_family field. (Fix from Zack Rusin)
Wed Jan 16 09:25:34 2002 Owen Taylor <otaylor@redhat.com> * pango/fonts.c (pango_font_description_from_string): Initialize the static_family field. (Fix from Zack Rusin)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddc994b9..3839457e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 16 09:25:34 2002 Owen Taylor <otaylor@redhat.com>
+
+ * pango/fonts.c (pango_font_description_from_string): Initialize
+ the static_family field. (Fix from Zack Rusin)
+
2002-01-14 Havoc Pennington <hp@pobox.com>
* pango/pango-layout.c: slight correction to
@@ -49,6 +54,7 @@ Thu Jan 10 15:04:31 2002 Owen Taylor <otaylor@redhat.com>
Don't offset the logical rect by y_offset - this generally
is not desired, since it means that the logical height
of a line could change if it included accented characters.
+ (#67921, Dov Grobgeld)
2002-01-09 Alex Larsson <alexl@redhat.com>