summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2006-08-18 16:48:50 +0000
committerHans Breuer <hans@src.gnome.org>2006-08-18 16:48:50 +0000
commit4ef3ccb90358dce00226ee9c65f08ebfb4ec5c12 (patch)
tree099017a0418cbd9126c9827789b5c384de8df79b
parentafd177e4803ce20f6d6ab5ede039713765fc7b57 (diff)
downloadpango-4ef3ccb90358dce00226ee9c65f08ebfb4ec5c12.tar.gz
[ChangeLog entry did not pass through on original commit]
2006-08-17 Hans Breuer <hans@breuer.org> * pango/makefile.msc pango/pango.def : updated * pango/break.c(1630) : error C2059: syntax error : '}' Intializing a struct with empty braces is not supported with MSVC, instead use 0. * pango/pangocairo.def : removed pango_fc_font_(map_)get_type pangocairo has either win32 fonts or freetype. The former is more usual. * pango/pango-utils.c : replaced M_PI by G_PI (from glib/gtypes.h).
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e3dbc9a..8f27ba2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-17 Hans Breuer <hans@breuer.org>
+
+ * pango/makefile.msc pango/pango.def : updated
+ * pango/break.c(1630) : error C2059: syntax error : '}' Intializing a
+ struct with empty braces is not supported with MSVC, instead use 0.
+ * pango/pangocairo.def : removed pango_fc_font_(map_)get_type
+ pangocairo has either win32 fonts or freetype. The former is more usual.
+ * pango/pango-utils.c : replaced M_PI by G_PI (from glib/gtypes.h).
+
2006-08-17 Behdad Esfahbod <behdad@gnome.org>
Part of Bug 348825 – pango should optimize away calls to FcFontSort as