diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-08 01:03:06 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-08 01:03:06 +0800 |
commit | 520d69a638ea90f6114a8a7ef296317d64b65393 (patch) | |
tree | d0ce75d6299340721cfeab4feb14aff37440fde3 /mail/ChangeLog | |
parent | fa019ac64631a7911d31f34747b2d72e7411015e (diff) | |
download | gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar.gz gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar.bz2 gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar.lz gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar.xz gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.tar.zst gsoc2013-evolution-520d69a638ea90f6114a8a7ef296317d64b65393.zip |
Clarify that the input row is a model row, and swap it to a view row when
* 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.
svn path=/trunk/; revision=4570
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
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() |