From dcc47cc15f6ff1e1cb866495625006e5481f85a6 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 22 Aug 2000 15:40:23 +0000 Subject: Fix an infinite loop in the message threading with empty containers. svn path=/trunk/; revision=4964 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index e05e83f780..ff02ff09cd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2000-08-22 Peter Williams + + * message-thread.c (free_container): Extra debug print. + (remove_node): Handle the case of empty containers holding the child + that we're interested in. + (thread_messages_free): Extra debug print. + 2000-08-20 Jeremy Wise * folder-browser.c: (fb_resize_cb) Added function to monitor resize of the e_paned in the main view. -- cgit