aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-09 06:47:21 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-09 06:47:21 +0800
commit956b6f95d0c975a54f3a9963b304e4d599667605 (patch)
treea54e31af2f1ad03402d978b4e548eda5f044a65e /mail/ChangeLog
parent9d39da64dcef90dde5a28ec9ab6401a4146d8a7e (diff)
downloadgsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar.gz
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar.bz2
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar.lz
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar.xz
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.tar.zst
gsoc2013-evolution-956b6f95d0c975a54f3a9963b304e4d599667605.zip
When performing a wraparound, check to see if the first (or last depending
2002-01-08 Jeffrey Stedfast <fejj@ximian.com> * message-list.c (message_list_select): When performing a wraparound, check to see if the first (or last depending on direction) message fits the selection criteria before telling etable to find the next/previous matching node. * mail-account-gui.c (mail_account_gui_new): When connecting to the transport username changed event, pass the gui->transport not the gui->source. svn path=/trunk/; revision=15267
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 099e8e80a9..65af5a57ab 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2002-01-08 Jeffrey Stedfast <fejj@ximian.com>
+ * message-list.c (message_list_select): When performing a
+ wraparound, check to see if the first (or last depending on
+ direction) message fits the selection criteria before telling
+ etable to find the next/previous matching node.
+
* mail-account-gui.c (mail_account_gui_new): When connecting to
the transport username changed event, pass the gui->transport not
the gui->source.