aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-22 09:02:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-22 09:02:24 +0000
commitb709c90f16a599e12ed745dff3ed371d82f11200 (patch)
tree58b5094541aab8e8909cccf3465f0e415cd7bd2c /ChangeLog.ja
parent3fb54173bbd6497234c8821d804a4002d8c2127a (diff)
win32: fixes window not brought in front with the tray icon click after DnD.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1339 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 08515a08..515137c7 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,11 @@
2006-11-22
+ * src/gtkutils.c: gtkut_window_popup(): win32: ウィンドウが確実に
+ 前面に表示されるようにした(DnD の後トレイアイコンのクリックで
+ ウィンドウが前面に出ないことがあったのを修正)。
+
+2006-11-22
+
* src/printing.[ch]
src/summaryview.c: GtkPrintOperation を利用した新しい印刷機能を
実装開始。