aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c8dc99040f..0f143ca1c0e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12004-07-09 Mark A. Hershberger <mah@everybody.org> 12004-07-09 Mark A. Hershberger <mah@everybody.org>
2 2
3 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4 so that it is more understanding of whitespace.
5
3 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the 6 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4 form 7 form
5 (("ns" . "element") (attr-list) children) instead of 8 (("ns" . "element") (attr-list) children) instead of