Mercurial > emacs
comparison lisp/ChangeLog @ 51103:77ed7cf66e69
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 19 May 2003 16:03:45 +0000 |
parents | 821f85e23a1f |
children | e99acbbf127d |
comparison
equal
deleted
inserted
replaced
51102:d604b76d3bbd | 51103:77ed7cf66e69 |
---|---|
1 2003-05-19 Dave Love <fx@gnu.org> | |
2 | |
3 * xml.el: Doc fixes. | |
4 (xml-parse-file, xml-parse-region): Autoload. | |
5 (xml-syntax-table, xml-name-regexp): New. | |
6 (xml-parse-region): Narrow to region, set syntax-table and | |
7 case-fold-search. Reject fewer valid documents. | |
8 (xml-parse-tag): Remove arg END. Callers changed. | |
9 (xml-parse-tag): Use skip-syntax-forward. Use PARSE-DTD arg | |
10 properly. Don't use buffer-substring-no-properties. Don't bind | |
11 case-fold-search. Fix syntax for empty elements. Hoist consing | |
12 of end-of-tag regexp out of loop. | |
13 (xml-parse-attlist): Remove arg. Callers changed. Use | |
14 skip-syntax-forward, replace-regexp-in-string, forward-sexp. | |
15 Allow non-ASCII names. | |
16 (xml-skip-dtd): Remove arg. Callers changed. Change matching | |
17 code. | |
18 (xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use | |
19 match-string-no-properties. | |
20 (xml-ucs-to-string): Deleted. | |
21 (xml-substitute-entity): New. | |
22 (xml-substitute-special): Use it. | |
23 (xml-debug-print-internal): Simplify insertions. | |
24 (xml-parse-file): Avoid finding file in xml-mode. | |
25 | |
1 2003-05-19 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 26 2003-05-19 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
2 | 27 |
3 * simple.el (kill-whole-line): New function. | 28 * simple.el (kill-whole-line): New function. |
4 * bindings.el (global-map): Bind it. | 29 * bindings.el (global-map): Bind it. |
5 | 30 |