log lisp/xml.el @ 54877:1bf7ef48f54f

age author description
Wed, 14 Apr 2004 18:36:14 +0000 Stefan Monnier (xml-maybe-do-ns): New function to handle namespace
Tue, 02 Mar 2004 21:45:06 +0000 Stefan Monnier (xml-get-attribute-or-nil): Simplify.
Mon, 29 Dec 2003 12:58:57 +0000 Eli Zaretskii (xml-get-attribute-or-nil): Doc fix.
Mon, 29 Dec 2003 12:35:35 +0000 Eli Zaretskii Fix previous change. Remove redundant trailing whitespace.
Mon, 29 Dec 2003 12:11:49 +0000 Eli Zaretskii (xml-get-attribute-or-nil): New function, like
Fri, 07 Nov 2003 16:05:26 +0000 Andreas Schwab (xml-parse-dtd): Fix misplaced paren.
Sat, 01 Nov 2003 17:56:08 +0000 Eli Zaretskii Allow comments following the top-level element.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Mon, 14 Jul 2003 20:41:12 +0000 Juanma Barranquero (xml-parse-tag): Namespace support.
Mon, 30 Jun 2003 10:34:50 +0000 Richard M. Stallman Record new maintainer.
Fri, 30 May 2003 16:02:26 +0000 Stefan Monnier (xml-parse-tag): Return (foo nil) rather than (foo nil "")
Mon, 19 May 2003 17:43:04 +0000 John Paul Wallington (xml-name-regexp): Wrap in `eval-and-compile'.
Mon, 19 May 2003 16:01:39 +0000 Dave Love Doc fixes.
Thu, 20 Mar 2003 18:01:04 +0000 Juanma Barranquero (xml-parse-attlist): typo in attribute parsing.
Sun, 16 Mar 2003 10:46:54 +0000 Juanma Barranquero (xml-ucs-to-string): New function to convert Unicode codepoints to strings.
Tue, 11 Mar 2003 21:57:46 +0000 Juanma Barranquero (xml-skip-dtd): Fix parsing of DOCTYPE.
Fri, 14 Feb 2003 09:58:04 +0000 Juanma Barranquero (xml-parse-elem-type): Fix use of character constant.
Fri, 10 Jan 2003 08:33:41 +0000 Juanma Barranquero (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd,
Mon, 06 Jan 2003 01:10:25 +0000 Richard M. Stallman Comment change.
Sat, 04 Jan 2003 09:31:00 +0000 Thien-Thi Nguyen (xml-substitute-special): Move "&" -> "&" last.
Mon, 16 Dec 2002 17:04:58 +0000 Stefan Monnier (xml-parse-tag): Allow spaces between / and >.
Tue, 05 Mar 2002 21:44:01 +0000 ShengHuo ZHU * xml.el (xml-parse-attlist): Accept empty strings.
Fri, 14 Dec 2001 22:12:30 +0000 Stefan Monnier Use setq rather than (set 'foo bar).
Thu, 18 Oct 2001 20:22:53 +0000 Stefan Monnier (xml-parse-tag): Use eq on char-after's return value.
Mon, 24 Sep 2001 09:26:53 +0000 Gerd Moellmann (xml-parse-attlist): Quotes around attributes must be the
Sat, 14 Jul 2001 11:21:08 +0000 Pavel Jank Emacs lisp coding convention fixes.
Thu, 31 May 2001 08:17:31 +0000 Gerd Moellmann (xml-parse-tag): The document may contain invalid characters.
Fri, 22 Dec 2000 12:20:18 +0000 Gerd Moellmann (top level comment): Updated to reflect the fact that
Wed, 29 Nov 2000 00:38:36 +0000 Kenichi Handa (xml-parse-tag): Fix finding opening tag. A tag name
Mon, 14 Aug 2000 12:43:55 +0000 Gerd Moellmann (xml-parse-tag, xml-parse-attlist): Do not downcase
Wed, 19 Jul 2000 15:52:13 +0000 Gerd Moellmann *** empty log message ***