aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-08 09:53:02 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-08 09:53:02 +0000
commit17e2daab69cbf2c3aac64db009634a45dd76dfce (patch)
treeb2369e0eb6eb709a8fd4ab38dd3578da3306c6c3 /ChangeLog
parent78e0ff6c7a143b92c201ab7883c9d77e0fd0515b (diff)
fixed a crash when cancelling file selection dialog of vCard/JPilot by Escape key.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@411 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9657d29..0e66c1e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-07-08
+ * src/editjpilot.c
+ src/editvcard.c: fixed a crash when cancelling file selection dialog
+ by Escape key. Made non-ascii filename selectable. Use new file
+ chooser dialog.
+
+2005-07-08
+
* src/compose.c
src/procmsg.[ch]: put existing window in front when trying to reedit
draft/queued messages which are already open.