aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6f3b0205bbf..50cbc41d107 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,8 @@
7 isn't followed by an entity. 7 isn't followed by an entity.
8 (xml-parse-tag): Concatnate any string following the a 8 (xml-parse-tag): Concatnate any string following the a
9 <![CDATA[]]> section to the parsed CDATA. 9 <![CDATA[]]> section to the parsed CDATA.
10 (xml-parse-dtd): Skip parameter entity declarations and use of
11 parameter entities.
10 12
112004-12-01 Luc Teirlinck <teirllm@auburn.edu> 132004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12 14