aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-10 05:48:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-10 05:48:41 +0000
commit0eb22497a036dd0f3ca3828c057c300c7bf9393b (patch)
tree762b3b9f882d1fce3a7aff0deba18ed6ebb8ac46 /ChangeLog
parent0d3e6bddbf9a82c4414bf77b84123c6611db6889 (diff)
html.c: style end tags search fix.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2934 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5fa62e2..d4d36e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-08-10
+ * libsylph/html.c: html_get_parenthesis(): fixed a bug that </style>
+ end tags were not properly searched if whitespace was inserted in it
+ (ex. </style > </style[\n]>).
+
+2011-08-10
+
* libsylph/procmime.c: removed alloca() calls.
2011-08-03