aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-13 04:33:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-13 04:33:15 +0000
commit0d93d2a44ee23d371f0e9536635d56109f340c83 (patch)
tree28c828f065c9c279100288fbd18d3aa166658ef2 /ChangeLog
parentf239571c2ad97975edaceb80845b97c5daa77593 (diff)
read /etc/ssl/certs if exist.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1417 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3de9116..d48c703e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-12-13
+ * libsylph/ssl.c: ssl_init(): read /etc/ssl/certs if exist.
+ * src/main.c: call sock_init() and ssl_init() after parse_cmd_opt()
+ for debug option.
+
+2006-12-13
+
* src/compose.c: compose_reedit(): place cursor at the top of the
text. Set the default focus to To or Subject entry if they're empty.