aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-20 08:10:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-20 08:10:46 +0000
commit042fdf893eb605dec5e96fd42a15e2f8616458de (patch)
treec35527cafbab55734929d3cc772d65b6e315785b /ChangeLog
parentb9112be97d8a5d786658378212d3dd95dbff1ee9 (diff)
fixed execution failure on filtering if a file path includes space.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@670 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ef27f27..6800f1c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-10-20
+ * libsylph/filter.c: fixed execution failure if a file path includes
+ space.
+
+2005-10-20
+
* src/textview.c: fixed a problem that the view was scrolled to top
when it got focus.