summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-617
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 21f477c1..11bd4d0d 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,20 @@
+2004-08-06 Hans Breuer <hans@breuer.org>
+
+ * pango/pango.def pango/pangoft2.def pango/pangowin32.def
+ pango/makefile.msc : updated
+
+ * pango/pangofc-decoder.c : static the pango_fc_decoder_*init
+ implementations
+
+ * pango/pangowin32.c : remove the duplicated, empty implementation
+ of pango_win32_font_init(), also replace parent_class variable
+ with pango_win32_font_parent_class as defined by G_DEFINE_TYPE
+
+ * modules/basic/basic-win32.c : implement basic_engine_covers
+
+ * pango/testfonts.c : iterate three common font names as was
+ intended orginally and said in the comment for years
+
2004-08-06 Tor Lillqvist <tml@iki.fi>
* pango/pangowin32-fontmap.c: Typedef PangoWin32FontMapClass.