aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 50b83ebf00..ab6a0fe208 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2000-08-07 Dan Winship <danw@helixcode.com>
+
+ * message-list.c (message_list_select): Clarify that the input row
+ is a model row, and swap it to a view row when finding the
+ next/previous row.
+ (idle_select_row): Select view row 0, not model row 0.
+
+ * mail-ops.c (select_first_unread): Start from view row 0, not
+ model row 0.
+
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_get_message_body): Renamed from reply_body()