summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-2
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2001-12-04 14:47:23 +0000
committerSven Neumann <neo@src.gnome.org>2001-12-04 14:47:23 +0000
commita40f4c0e485189eee88c65b798eb30dd762a9f84 (patch)
treeda42802df05383176355e1043ca40628f5415056 /ChangeLog.pre-1-2
parent914c747c3a9c3d9f989d46a97abb289e88a0e8dc (diff)
downloadpango-a40f4c0e485189eee88c65b798eb30dd762a9f84.tar.gz
set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families):
2001-12-04 Sven Neumann <sven@gimp.org> * pango/pangoft2-fontmap.c (pango_ft2_font_map_init): set n_families to -1 (uninitialized). (pango_ft2_font_map_list_families): set n_faces to -1 (uninitialized). This makes list_families and list_faces work again for PangoFT2.
Diffstat (limited to 'ChangeLog.pre-1-2')
-rw-r--r--ChangeLog.pre-1-27
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index 85e4457d..c2ef0a33 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,10 @@
+2001-12-04 Sven Neumann <sven@gimp.org>
+
+ * pango/pangoft2-fontmap.c
+ (pango_ft2_font_map_init): set n_families to -1 (uninitialized).
+ (pango_ft2_font_map_list_families): set n_faces to -1 (uninitialized).
+ This makes list_families and list_faces work again for PangoFT2.
+
2001-12-01 Matthias Clasen <matthiasc@poet.de>
* pango/pango-fontset.c: Documentation fixes.