aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-26 07:34:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-26 07:34:09 +0000
commit3182d5650d74fcaed19234e4c585bf43fa0db288 (patch)
treebe6c78d16eb90edf9f378fa9bc8b71a3838ccb5e /ChangeLog
parent68061831c125f588689a28344fa052ac8364797b (diff)
improved address completion.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1672 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4ccf694..7e70c641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-04-26
+ * src/addressbook.c: addressbook_load_completion(): added nickname to
+ the callback argument for completion only. Give priority to display
+ name rather than nickname.
+ * src/addr_compl.c: removed g_ prefix from non-glib symbols. Removed
+ duplicated candidates.
+
+2007-04-26
+
* src/main.c: win32: disable autocheck timer while suspending to
prevent network error on resume.