aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka <[email protected]>2010-11-12 06:24:47 +0000
committerKatsumi Yamaoka <[email protected]>2010-11-12 06:24:47 +0000
commit059b2b00fb82f5ba6dc8dcca2e4a6aa6e5c82692 (patch)
treefe3eb8e601c80633f8a5b51db79c96c58925ac31
parent2f0e0dc8be44dba7d4cf8750844f1e8cbe22b740 (diff)
Fix last change.
-rw-r--r--lisp/gnus/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 11118ed1ed..c7eb25b3ba 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,6 +1,8 @@
2010-11-12 Katsumi Yamaoka <[email protected]>
- * gnus-art.el (article-treat-non-ascii): Keep text properties.
+ * gnus-art.el (article-treat-non-ascii): Keep text properties not to
+ divide an image that's in an html article to two or more when washing
+ non-ASCII characters in alt text of it.
2010-11-11 Katsumi Yamaoka <[email protected]>