aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-03-13 07:20:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-03-13 07:20:09 +0000
commit7058b44969349cc7e32311228629c6bd8d221510 (patch)
treea1775b09ff7bc9c33891c1303fff7fe118a52785 /ChangeLog
parent08fec279432e13eac7d6710a4307dcb312af812c (diff)
fixed address completion.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1965 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e6928705..83151c05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-13
+
+ * src/addr_compl.c: get_completion_address(): added characters to be
+ quoted.
+ get_address_from_edit(): treat other characters than ',' and space
+ as valid ones.
+
2008-02-29
* src/quick_search.c: added missing #include <gtk/gtkentry.h>.