From 3b7f38cfce0dd9997623be790e37ed2b5f9c37e3 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Mon, 29 Apr 2002 06:37:25 +0000 Subject: add const to silence warning. 2002-04-29 Larry Ewing * importers/evolution-mbox-importer.c (process_item_fn): add const to silence warning. * mail-display.c: add gtkhtml.h include so to pick up the object_relative prototype. svn path=/trunk/; revision=16625 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 6da47295b6..178ca7eb3f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2002-04-29 Larry Ewing + + * importers/evolution-mbox-importer.c (process_item_fn): add const + to silence warning. + + * mail-display.c: add gtkhtml.h include so to pick up the + object_relative prototype. + +2002-04-26 Larry Ewing + + * mail-font-prefs.c: Add the font config dialog. + + * mail-font-prefs.h: add font config dialog headers. + 2002-04-26 Jeffrey Stedfast * Makefile.am: Don't link with libibex anymore, it's been @@ -14,6 +28,7 @@ * mail-account-gui.c (mail_account_gui_auto_detect_extra_conf): New function to auto-detect the extra config options for a source. +>>>>>>> 1.2146 2002-04-24 Jeffrey Stedfast * mail-account-gui.c (mail_account_gui_build_extra_conf): Allow -- cgit