index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
xml.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
lisp/xml.el (xml-parse-tag-1): Use looking-at.
...
Juanma Barranquero
2013-08-12
1
-1
/
+1
*
lisp/*.el: More lexical-binding warnings' cleanups.
...
Juanma Barranquero
2013-08-11
1
-25
/
+23
*
* xml.el (xml-parse-string): Fix typo in handling of bad character references.
Chong Yidong
2013-02-13
1
-2
/
+2
*
* xml.el (xml-entity-or-char-ref-re): Fix regexp.
...
Chong Yidong
2013-01-23
1
-1
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
* xml.el (xml-escape-string): Don't refer to xml-entity-alist.
...
Chong Yidong
2012-08-19
1
-7
/
+19
*
Maybe return expanded XML qnames as plain symbols (Bug#11916).
...
David Engster
2012-07-28
1
-13
/
+64
*
Clean up syntax-table usage in xml.el
...
Chong Yidong
2012-07-05
1
-187
/
+190
*
* lisp/xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
Stefan Monnier
2012-07-03
1
-5
/
+2
*
* xml.el: Protect parser against XML bombs.
...
Chong Yidong
2012-07-03
1
-6
/
+31
*
* lisp/xml.el: Handle entity and character reference expansion correctly.
...
Chong Yidong
2012-07-03
1
-188
/
+184
*
* xml.el (xml-parse-dtd): Use proper regexps for ELEMENT declarations.
...
Chong Yidong
2012-07-01
1
-6
/
+9
*
Improve xml parameter entity parsing, and add a new ERT test.
...
Chong Yidong
2012-07-01
1
-73
/
+107
*
Fix use of eval-and-compile in regexps in xml.el.
...
Chong Yidong
2012-06-30
1
-71
/
+83
*
xml.el: Fix last change.
Chong Yidong
2012-06-30
1
-3
/
+2
*
* xml.el: Implement XML parameter entities.
...
Chong Yidong
2012-06-30
1
-108
/
+132
*
* xml.el (xml-parse-tag): Corrrectly handle comment embedded in non-tag text.
Chong Yidong
2012-06-24
1
-1
/
+2
*
Fix xml.el regression introduced by 2012-01-27 change.
...
Chong Yidong
2012-04-21
1
-2
/
+4
*
* xml.el (xml-parse-tag): Fix parsing of comments.
...
Alex Harsanyi
2012-01-27
1
-1
/
+2
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-20
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
lisp/*.el: Lexical-binding cleanup.
Juanma Barranquero
2011-04-19
1
-9
/
+8
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
* xml.el (xml-parse-region): Avoid infloop (Bug#5281).
Chong Yidong
2010-06-30
1
-12
/
+14
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
Fixed Bug#5008.
Ulf Jasper
2009-12-06
1
-0
/
+19
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
(xml-parse-string): Use skip-chars-forward.
Chong Yidong
2008-10-05
1
-3
/
+1
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
* xml.el (xml-escape-string): Don't do any encoding changes on the string.
Mark A. Hershberger
2008-01-17
1
-4
/
+3
*
Merge from emacs--rel--22
...
Miles Bader
2008-01-08
1
-1
/
+1
|
\
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
*
|
Forgot docstring on xml-escape-string
Mark A. Hershberger
2007-12-18
1
-0
/
+2
*
|
fix up xml-debug-print
Mark A. Hershberger
2007-12-18
1
-2
/
+15
|
/
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
* xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
...
Chong Yidong
2007-03-17
1
-27
/
+31
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(xml-parse-file): Clean up, and use with-temp-buffer.
Richard M. Stallman
2006-07-24
1
-16
/
+13
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
use provided patch
Mark A. Hershberger
2006-02-02
1
-10
/
+10
*
fixing bug report
Mark A. Hershberger
2006-02-02
1
-66
/
+66
*
xml.el fixes
Mark A. Hershberger
2005-11-03
1
-5
/
+6
*
(xml-att-def-re): Add defvar.
Richard M. Stallman
2005-08-09
1
-0
/
+1
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-1
/
+2
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
eliminate use of inefficient match-data
Mark A. Hershberger
2005-06-10
1
-12
/
+48
[next]