From c627461cec1e4199e8a572f60ca265d25c0cf4fc Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 8 Oct 2000 06:39:20 +0000 Subject: Repeates writes on EINTRS. (pipe_read): Repeats reads on EINTRS. 2000-10-08 Miguel de Icaza * mail-threads.c (pipe_write): Repeates writes on EINTRS. (pipe_read): Repeats reads on EINTRS. (mail_operation_queue): Use pipe_write (mail_op_set_percentage): ditto. (mail_op_hide_progressbar): ditto. (mail_op_show_progressbar): ditto. (mail_op_set_message): ditto. (mail_op_get_password): ditto. (mail_op_error): ditto. (mail_op_forward_event): ditto. (mail_operations_terminate): ditto. (dispatch): use pipe_read. (dispatch): use pipe_write (dispatch): ditto. * mail-ops.c (mail_incorporate_messages): Only show message being incorporated every 2 seconds, to avoid a bunch of CORBA round trips. (do_transfer_messages): ditto. (do_forward_messages): ditto. svn path=/trunk/; revision=5783 --- mail/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index cb8264e7b3..25a244e841 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,25 @@ +2000-10-08 Miguel de Icaza + + * mail-threads.c (pipe_write): Repeates writes on EINTRS. + (pipe_read): Repeats reads on EINTRS. + (mail_operation_queue): Use pipe_write + (mail_op_set_percentage): ditto. + (mail_op_hide_progressbar): ditto. + (mail_op_show_progressbar): ditto. + (mail_op_set_message): ditto. + (mail_op_get_password): ditto. + (mail_op_error): ditto. + (mail_op_forward_event): ditto. + (mail_operations_terminate): ditto. + (dispatch): use pipe_read. + (dispatch): use pipe_write + (dispatch): ditto. + + * mail-ops.c (mail_incorporate_messages): Only show message being + incorporated every 2 seconds, to avoid a bunch of CORBA round trips. + (do_transfer_messages): ditto. + (do_forward_messages): ditto. + 2000-10-07 Miguel de Icaza * mail-ops.c (do_fetch_mail): Move the functionality to -- cgit v1.2.3