From 5083cd6bdc9d4e666cd9077b3e11f353d1a2cd24 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 13 Apr 2001 00:45:42 +0000 Subject: Updated this function to be a correct full ordering. 2001-04-12 Christopher James Lahey * message-list.c (e_mail_address_new): Updated this function to be a correct full ordering. (ml_has_get_node_by_id, ml_get_node_by_id): Implemented these functions. (find_next_undeleted): Changed this to find next sorted undeleted message. Also, changed it so that if the current message is not deleted, it returns NULL. (build_tree, build_flat): Changed these to only set the cursor if the cursor is changed. * subscribe-dialog.c: Changed this to pass NULL, NULL for has_get_node_by_id and get_node_by_id. svn path=/trunk/; revision=9290 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 24085368e7..1f4aec0fed 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2001-04-12 Christopher James Lahey + + * message-list.c (e_mail_address_new): Updated this function to be + a correct full ordering. + (ml_has_get_node_by_id, ml_get_node_by_id): Implemented these + functions. + (find_next_undeleted): Changed this to find next sorted undeleted + message. Also, changed it so that if the current message is not + deleted, it returns NULL. + (build_tree, build_flat): Changed these to only set the cursor if + the cursor is changed. + + * subscribe-dialog.c: Changed this to pass NULL, NULL for + has_get_node_by_id and get_node_by_id. + 2001-04-12 Jeffrey Stedfast * session.c (auth_callback): If the service is NULL, just use the -- cgit