aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-16 00:33:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-16 00:33:46 +0800
commit1e18d9fb96e4f893b8f5a768af9ab0579208274d (patch)
treeab20455b123c4e1459ff5938ed6bd5ed0525daed /mail/ChangeLog
parent1be84b82e48957805d1278472def482444c48b70 (diff)
downloadgsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar.gz
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar.bz2
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar.lz
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar.xz
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.tar.zst
gsoc2013-evolution-1e18d9fb96e4f893b8f5a768af9ab0579208274d.zip
Wrapped the address compare functions in a #ifdef (address_compare):
2001-02-15 Jeffrey Stedfast <fejj@ximian.com> * message-list.c: Wrapped the address compare functions in a #ifdef (address_compare): #ifdef the use of the smart address sorting code and provide a #else for using g_strcasecmp(). svn path=/trunk/; revision=8242
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1abed9e751..4a00d12d68 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-15 Jeffrey Stedfast <fejj@ximian.com>
+
+ * message-list.c: Wrapped the address compare functions in a
+ #ifdef
+ (address_compare): #ifdef the use of the smart address sorting
+ code and provide a #else for using g_strcasecmp().
+
2001-02-14 Jeffrey Stedfast <fejj@ximian.com>
* openpgp-utils.c (openpgp_verify): Add the --no-tty flag.