diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-11 04:04:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-11 04:04:32 +0800 |
commit | e17db743f3fef10ec8039b3f38254a9dce3f6c44 (patch) | |
tree | 29ebf0fb4b74bed5784f72024701e69fa4c6c271 /mail/ChangeLog | |
parent | 8844e57744dfdda537911efc6b9a4d80e7eb4407 (diff) | |
download | gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar.gz gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar.bz2 gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar.lz gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar.xz gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.tar.zst gsoc2013-evolution-e17db743f3fef10ec8039b3f38254a9dce3f6c44.zip |
Update message_list_select_next to do either next or previous.
* message-list.c (message_list_select): Update
message_list_select_next to do either next or previous.
* folder-browser.c (etable_key): Make 'n' and 'p' do next and
previous unread message.
* mail-ops.c (select_first_unread): Update.
(real_fetch_mail): clean up a bit.
svn path=/trunk/; revision=4046
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9ed17f4279..c96a549a48 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-07-10 Dan Winship <danw@helixcode.com> + + * message-list.c (message_list_select): Update + message_list_select_next to do either next or previous. + + * folder-browser.c (etable_key): Make 'n' and 'p' do next and + previous unread message. + + * mail-ops.c (select_first_unread): Update. + (real_fetch_mail): clean up a bit. + 2000-07-10 Ettore Perazzoli <ettore@helixcode.com> * mail-ops.c (forward_msg): Initialize `fwd_subj' to NULL if |