From d328ab72d554fe60c892ddc8c278340c027b51dc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Feb 2007 19:34:11 +0000 Subject: ** Fixes bug #357216 2006-02-08 Matthew Barnes ** Fixes bug #357216 * widgets/text/e-entry.c: Remove "font", "fontset", and "gdk_font" properties, since they forward gets and sets to non-existant properties in entry->item. * widgets/table/e-table-field-chooser-item.c: * widgets/table/e-table-field-chooser-item.h: * widgets/table/e-table-group-container.c: * widgets/table/e-table-group-container.h: Replace deprecated GdkFont with PangoFontDescription. * widgets/table/e-table-header-item.c: * widgets/table/e-table-header-item.h: Replace deprecated GdkFont with PangoFontDescription. Rename "fontset" property to "font-desc", and change the property type to a boxed PangoFontDescription. svn path=/trunk/; revision=33185 --- widgets/table/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'widgets/table/ChangeLog') diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index 3a9d49da40..ed89bd823e 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,19 @@ +2007-02-08 Matthew Barnes + + ** Fixes bug #357216 + + * e-table-field-chooser-item.c: + * e-table-field-chooser-item.h: + * e-table-group-container.c: + * e-table-group-container.h: + Replace deprecated GdkFont with PangoFontDescription. + + * e-table-header-item.c: + * e-table-header-item.h: + Replace deprecated GdkFont with PangoFontDescription. + Rename "fontset" property to "font-desc", and change the property + type to a boxed PangoFontDescription. + 2007-01-22 Srinivasa Ragavan ** GtkPrint api migration from Ebby Wiselyn. -- cgit v1.2.3