aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-07-04 06:14:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-07-04 06:14:01 +0000
commit12139f54d758b74db632208d4e7402ebcb9f844d (patch)
tree44eefe328f0d72a003d4b970eda10ace16b62332 /ChangeLog.ja
parent1b66de3fded1a3aefdd31e21ac99c9f5b290b56b (diff)
win32: handle window messages even if console is initialized.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2025 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 67c1855e..a4368cd4 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2008-07-04
+ * src/main.c: win32: console が初期化されていてもウィンドウ
+ メッセージを処理するようにした。
+
+2008-07-04
+
* src/main.c: win32: console ctrl イベントを処理するようにした。
すべての設定ファイルを読み込んだ後に register_system_events()
を呼ぶようにした。