aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-17 07:11:10 +0800
committerDan Winship <danw@src.gnome.org>2000-06-17 07:11:10 +0800
commit9c21067261d2af663d762c7f655eea1a7573f1e9 (patch)
tree4229c0ba1d5bda5dee9c1db0991460681521787d /mail/ChangeLog
parent3069f4c5d1a2d0a2a8e3f6afd2a446493fab14d5 (diff)
downloadgsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar.gz
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar.bz2
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar.lz
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar.xz
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.tar.zst
gsoc2013-evolution-9c21067261d2af663d762c7f655eea1a7573f1e9.zip
new function to do a uid to row mapping. (mark_msg_seen, select_msg,
* message-list.c (get_message_row): new function to do a uid to row mapping. (mark_msg_seen, select_msg, message_changed, message_list_set_folder): Update for Camel flag changes. (on_cursor_change_cmd): Rename "row_to_select" to "selected_row", and keep a "selected_uid" as well. * mail-ops.c (composer_send_cb): Update for Camel flag changes, and fix some memory-handling bugs. (Free the post_send_data when the composer is destroyed, not when the user clicks "send", which could happen never, or more than once.) (delete_msg): Update for Camel flag changes, and fix the "holding down the delete key skips some messages" bug. svn path=/trunk/; revision=3600
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 27ea9425d3..fbd959274f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2000-06-16 Dan Winship <danw@helixcode.com>
+
+ * message-list.c (get_message_row): new function to do a uid to
+ row mapping.
+ (mark_msg_seen, select_msg, message_changed,
+ message_list_set_folder): Update for Camel flag changes.
+ (on_cursor_change_cmd): Rename "row_to_select" to "selected_row",
+ and keep a "selected_uid" as well.
+
+ * mail-ops.c (composer_send_cb): Update for Camel flag changes,
+ and fix some memory-handling bugs. (Free the post_send_data when
+ the composer is destroyed, not when the user clicks "send", which
+ could happen never, or more than once.)
+ (delete_msg): Update for Camel flag changes, and fix the "holding
+ down the delete key skips some messages" bug.
+
2000-06-15 Dan Winship <danw@helixcode.com>
* mail-ops.c (fetch_mail):