From 4ef3ccb90358dce00226ee9c65f08ebfb4ec5c12 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Fri, 18 Aug 2006 16:48:50 +0000 Subject: [PATCH] [ChangeLog entry did not pass through on original commit] 2006-08-17 Hans Breuer * 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). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6e3dbc9..8f27ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-08-17 Hans Breuer + + * 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 Part of Bug 348825 – pango should optimize away calls to FcFontSort as -- 2.7.4