diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-08 07:07:19 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-08-08 07:07:19 +0000 |
commit | e5c03181ba3cd06f27e10677960575e44e7900a6 (patch) | |
tree | cfa341f7b9c46b2c7b692e11def79e72622152ab /ChangeLog.ja | |
parent | 38ad5762fb87ec8278108d4a8d06e32612e64a13 (diff) |
added wrappers for C library function that take pathname arguments.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@478 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r-- | ChangeLog.ja | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja index 8edc3eeb..10d969e0 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,8 +1,15 @@ +2005-08-08 + + * src/utils.[ch]: 引数にパス名をとる C ライブラリ関数のラッパーを + 追加。 + * src/*.c: ラッパー関数を使用。 + 2005-08-07 - * src/defs.h: modification for Win32. - * src/main.c: check filename encoding only on Unix. - * src/prefs_common.c: modification for Win32. + * src/defs.h: Win32 向けの修正。 + * src/main.c: Unix 上でのみファイル名エンコーディングをチェックする + ようにした。 + * src/prefs_common.c: Win32 向けの修正。 2005-08-07 |