From d6f174ad5110ce2b86f5a4eb45d658b13735b26d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 7 Mar 2002 18:34:14 +0000 Subject: Update for storage changes: explicitly create a root folder. * component-factory.c (add_storage): Update for storage changes: explicitly create a root folder. * mail-display.c (mail_display_render): Fix the "don't scroll back to the top of the HTML widget when opening an attachment" hack again by moving it here from mail_display_redisplay(). (It has to happen after the gtk_html_begin.) (mail_display_redisplay): Pass reset_scroll arg to mail_display_render. * mail-callbacks.c (do_mail_print): Pass reset_scroll (TRUE) to mail_display_render. svn path=/trunk/; revision=15967 --- mail/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index d97ba77710..576ff81b2e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,20 @@ +2002-03-07 Dan Winship + + * component-factory.c (add_storage): Update for storage changes: + explicitly create a root folder. + +2002-03-06 Dan Winship + + * mail-display.c (mail_display_render): Fix the "don't scroll back + to the top of the HTML widget when opening an attachment" hack + again by moving it here from mail_display_redisplay(). (It has to + happen after the gtk_html_begin.) + (mail_display_redisplay): Pass reset_scroll arg to + mail_display_render. + + * mail-callbacks.c (do_mail_print): Pass reset_scroll (TRUE) to + mail_display_render. + 2002-03-05 Dan Winship * folder-browser-ui.c: Don't try to set pixmap for -- cgit v1.2.3