summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-09-28 11:58:20 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-09-28 11:58:20 +0000
commitcafe79a607e379f6392778fffc83538ef550833e (patch)
tree80dda00c1932b8a5d37afba7f9d681e8cadb57b6 /ChangeLog
parentf62898c2d388ecb35846af0fcebf368bc8ad33cd (diff)
downloadpango-cafe79a607e379f6392778fffc83538ef550833e.tar.gz
Revert change from 2002-09-21: Don't bypass the code that automatically
2002-09-28 Tor Lillqvist <tml@iki.fi> * pango/pangowin32-fontmap.c (pango_win32_insert_font): Revert change from 2002-09-21: Don't bypass the code that automatically adds fonts to the families "monospace", "serif" and "sans". I thought it would be unnecessary if you have a pango.aliases that sets up aliases for these family names, but apparently not. Without this code, pango_layout_line_get_empty_extents() thinks empty lines have zero height, as it tries to use a font called "sans" for instance, and no aliases get used.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e768554..38758a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-09-28 Tor Lillqvist <tml@iki.fi>
+
+ * pango/pangowin32-fontmap.c (pango_win32_insert_font): Revert
+ change from 2002-09-21: Don't bypass the code that automatically
+ adds fonts to the families "monospace", "serif" and "sans". I
+ thought it would be unnecessary if you have a pango.aliases that
+ sets up aliases for these family names, but apparently
+ not. Without this code, pango_layout_line_get_empty_extents()
+ thinks empty lines have zero height, as it tries to use a font
+ called "sans" for instance, and no aliases get used.
+
Fri Sep 27 17:50:51 2002 Owen Taylor <otaylor@redhat.com>
(Based on GTK+ patch by J. Ali Harlow in #87774)