aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 09:11:54 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 09:11:54 +0000
commitec268f92052fc3469e6a0d582da4151c3a5f1163 (patch)
treec68ba003133dc1c92d55d5f8fb3e7d2e9112369f /ChangeLog.ja
parent8aa69d94d7affada32b509d7171697b7021ba009 (diff)
use g_file_test() instead of stat() in some functions.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@377 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 26e8babf..ef7b5195 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,13 @@
2005-06-24
+ * src/utils.c:
+ is_dir_exist()
+ is_file_entry_exist()
+ dirent_is_regular_file()
+ dirent_is_directory(): stat() でなく g_file_test() を使用。
+
+2005-06-24
+
* src/ssl.c: SSL 証明書を検証(西山さん thanks)。
2005-06-24