aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-21 06:58:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-21 06:58:39 +0800
commitba1dbc4a96583a0b89a2002e620c628c57096fb7 (patch)
treeb290885e5cce79c7cb537bb1cfc482736a83a9ae /mail/ChangeLog
parent8cbf1e03665306e425030345eef9f66fbc6141af (diff)
downloadgsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar.gz
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar.bz2
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar.lz
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar.xz
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.tar.zst
gsoc2013-evolution-ba1dbc4a96583a0b89a2002e620c628c57096fb7.zip
New comparison function that will replace address_compare if/when we ever
2000-11-20 Jeffrey Stedfast <fejj@helixcode.com> * message-list.c (e_mail_address_compare): New comparison function that will replace address_compare if/when we ever go to save the preparsed addresses in the ETable rather than parsing them each time. Also fixed it so that we should get better sorting when addresses don't contain name parts (I was checking for NULL but not '\0'). svn path=/trunk/; revision=6615
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 56110fc2d9..f1ae21a2e1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2000-11-20 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * message-list.c (e_mail_address_compare): New comparison function
+ that will replace address_compare if/when we ever go to save the
+ preparsed addresses in the ETable rather than parsing them each
+ time. Also fixed it so that we should get better sorting when
+ addresses don't contain name parts (I was checking for NULL but
+ not '\0').
+
2000-11-17 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (mail_generate_reply): Use the new quote_message