aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-12 04:29:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-02-12 04:29:54 +0000
commit2e693597aa60fb25b8a22b2c5c2fc0db86bad7c9 (patch)
tree23e02929ff2c0abb084ed0362992f7563154e79d /ChangeLog
parente8570d3dfd2589b07746d6e84a11743a5a8cf09d (diff)
optimized address auto-registration.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2467 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90597203..6e994d87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-02-12
+ * src/compose.c: compose_add_new_recipients_to_addressbook():
+ use addressbook_has_address().
+
+2010-02-12
+
* src/addressbook.c: lock addr_table since it can be accessed from
sub threads.