aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-15 08:21:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-15 08:21:38 +0000
commit940742ae0f7a04fc6d84f9080c1e93dfc859a9ef (patch)
treef2e622a3aeed3aeaada9228728837f4de93db887
parent4886df159efaad165905e8c5c84df362f771546c (diff)
fixed date in ChangeLog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@748 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b678079..da4e22b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
-2005-11-14
+2005-11-15
* src/account_dialog.c: account_open(): popup main window if edit
account dialog is not present.
-2005-11-14
+2005-11-15
* src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to
detect common executable suffix.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index f4d70461..ea6d5a64 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,9 +1,9 @@
-2005-11-14
+2005-11-15
* src/account_dialog.c: account_open(): アカウント編集ダイアログが
表示されていない場合はメインウィンドウをポップアップするようにした。
-2005-11-14
+2005-11-15
* src/mimeview.c: mimeview_view_file(): win32: 一般的な実行ファイルの
拡張子は g_file_test() で検出するようにした。