summaryrefslogtreecommitdiff
path: root/lisp/xml.el
AgeCommit message (Expand)Author
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-07-24(xml-parse-file): Clean up, and use with-temp-buffer.Richard M. Stallman
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2006-02-02use provided patchMark A. Hershberger
2006-02-02fixing bug reportMark A. Hershberger
2005-11-03xml.el fixesMark A. Hershberger
2005-08-09(xml-att-def-re): Add defvar.Richard M. Stallman
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-06-10eliminate use of inefficient match-dataMark A. Hershberger
2005-05-262005-05-26 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger
2004-12-13(xml-name-re, xml-entity-value-re): Add defvars.Richard M. Stallman
2004-12-02Skip parameter entity declarations.Mark A. Hershberger
2004-12-02Change existence of &; to not-well-formed.Mark A. Hershberger
2004-12-02Ensure that validity messages only show when xml-validating-parser is set.Mark A. Hershberger
2004-12-012004-11-30 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger
2004-10-072004-10-07 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger
2004-10-06(xml-parse-dtd): Fix `error' call.John Paul Wallington
2004-10-06fix to for xml-substitute-special to produce a single string insteadMark A. Hershberger
2004-07-092004-07-09 Mark A. Hershberger <mah@everybody.org>Mark A. Hershberger
2004-05-02Arch-tags shouldn't be outline headers.Stefan Monnier
2004-04-30(xml-debug-print-internal): Don't add newline andAlex Schroeder
2004-04-16Doc fixes.Stefan Monnier
2004-04-16(xml-parse-tag): Avoid overwriting node-name.Stefan Monnier
2004-04-14(xml-maybe-do-ns): New function to handle namespaceStefan Monnier
2004-03-02(xml-get-attribute-or-nil): Simplify.Stefan Monnier
2003-12-29(xml-get-attribute-or-nil): Doc fix.Eli Zaretskii
2003-12-29Fix previous change. Remove redundant trailing whitespace.Eli Zaretskii
2003-12-29(xml-get-attribute-or-nil): New function, likeEli Zaretskii
2003-11-07(xml-parse-dtd): Fix misplaced paren.Andreas Schwab
2003-11-01Allow comments following the top-level element.Eli Zaretskii
2003-09-01Add arch taglinesMiles Bader
2003-07-14(xml-parse-tag): Namespace support.Juanma Barranquero
2003-06-30Record new maintainer.Richard M. Stallman
2003-05-30(xml-parse-tag): Return (foo nil) rather than (foo nil "")Stefan Monnier
2003-05-19(xml-name-regexp): Wrap in `eval-and-compile'.John Paul Wallington
2003-05-19Doc fixes.Dave Love
2003-03-20(xml-parse-attlist): typo in attribute parsing.Juanma Barranquero
2003-03-16(xml-ucs-to-string): New function to convert Unicode codepoints to strings.Juanma Barranquero
2003-03-11(xml-skip-dtd): Fix parsing of DOCTYPE.Juanma Barranquero
2003-02-14(xml-parse-elem-type): Fix use of character constant.Juanma Barranquero
2003-01-10(xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,Juanma Barranquero
2003-01-06Comment change.Richard M. Stallman
2003-01-04(xml-substitute-special): Move "&amp;" -> "&" last.Thien-Thi Nguyen
2002-12-16(xml-parse-tag): Allow spaces between / and >.Stefan Monnier
2002-03-05* xml.el (xml-parse-attlist): Accept empty strings.ShengHuo ZHU
2001-12-14Use setq rather than (set 'foo bar).Stefan Monnier
2001-10-18(xml-parse-tag): Use eq on char-after's return value.Stefan Monnier
2001-09-24(xml-parse-attlist): Quotes around attributes must be theGerd Moellmann
2001-07-14Emacs lisp coding convention fixes.Pavel Janík