summaryrefslogtreecommitdiff
path: root/lisp/xml.el
AgeCommit message (Expand)Author
2012-08-19* xml.el (xml-escape-string): Don't refer to xml-entity-alist.Chong Yidong
2012-07-28Maybe return expanded XML qnames as plain symbols (Bug#11916).David Engster
2012-07-05Clean up syntax-table usage in xml.elChong Yidong
2012-07-03* lisp/xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.Stefan Monnier
2012-07-03* xml.el: Protect parser against XML bombs.Chong Yidong
2012-07-03* lisp/xml.el: Handle entity and character reference expansion correctly.Chong Yidong
2012-07-01* xml.el (xml-parse-dtd): Use proper regexps for ELEMENT declarations.Chong Yidong
2012-07-01Improve xml parameter entity parsing, and add a new ERT test.Chong Yidong
2012-06-30Fix use of eval-and-compile in regexps in xml.el.Chong Yidong
2012-06-30xml.el: Fix last change.Chong Yidong
2012-06-30* xml.el: Implement XML parameter entities.Chong Yidong
2012-06-24* xml.el (xml-parse-tag): Corrrectly handle comment embedded in non-tag text.Chong Yidong
2012-04-21Fix xml.el regression introduced by 2012-01-27 change.Chong Yidong
2012-01-27* xml.el (xml-parse-tag): Fix parsing of comments.Alex Harsanyi
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
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