Mercurial > emacs
changeset 34826:7ed3c818d268
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 22 Dec 2000 12:20:46 +0000 |
parents | 2cad4cde52bd |
children | 0f079e057295 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 22 12:20:18 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 22 12:20:46 2000 +0000 @@ -1,3 +1,17 @@ +2000-08-22 Emmanuel Briot <briot@gnat.com> + + * xml.el (top level comment): Updated to reflect the fact that + white spaces are relevant in the XML file + (xml-parse-file): Do not kill an existing Emacs buffer if the file + to parse was already edited. This allows for on-the-fly analysis + of XML files + (xml-parse-tag): Check that the casing is the same in the start + tag and end tag, since XML is case-sensitive. Allows for spaces + in the end tag, after the name of the tag. + (xml-parse-attlist): Allow for the character '-' in the name of + attributes, as in the standard http-equiv attribute Do not save + the properties in the XML tree, since they are not relevant + 2000-12-21 Stefan Monnier <monnier@cs.yale.edu> * generic.el (generic-read-type): Undo last change, inline into