summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7dc41d0..dffaf079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-03 Owen Taylor <otaylor@redhat.com>
+ * pango/pango-fontmap.c (pango_font_map_load_font): Add
+ a g_return_if_fail() if desc doesn't have a family.
+ (#165866, Kees Cook)
+
+2005-03-03 Owen Taylor <otaylor@redhat.com>
+
* pango/pangoxft-render.c (pango_xft_renderer_draw_glyphs):
Call XftCharIndex() on the right font. (#163511)