aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-25 10:45:19 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-25 10:45:19 +0000
commita995a308a0ea0dbc92d14bb62d1fe1d1c87a355b (patch)
treec9a04df0673adb3d8b6df3b57a46f6a04addf523 /ChangeLog
parent67d6c453ec8126739d9588cf35bca3a5293a95fb (diff)
fixed phishing check.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@290 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 5a3dc317..f1be0f01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-05-25
+ * src/textview.c: textview_write_link(): also skip non-ascii space
+ at the head of link strings (phishing check didn't work at the case).
+
+2005-05-25
+
* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
instead of popen().