summaryrefslogtreecommitdiff
path: root/lisp/xml.el
AgeCommit message (Expand)Author
2011-11-20Fix typos.Juanma Barranquero
2011-11-14Spelling fixes.Paul Eggert
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-06-30* xml.el (xml-parse-region): Avoid infloop (Bug#5281).Chong Yidong
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-06Fixed Bug#5008.Ulf Jasper
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-10-05(xml-parse-string): Use skip-chars-forward.Chong Yidong
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-17* xml.el (xml-escape-string): Don't do any encoding changes on the string.Mark A. Hershberger
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-12-18Forgot docstring on xml-escape-stringMark A. Hershberger
2007-12-18fix up xml-debug-printMark A. Hershberger
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-03-17* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)Chong Yidong
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