diff options
| author | Stefan Monnier | 2003-05-19 16:36:06 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-19 16:36:06 +0000 |
| commit | e54165ff61f4f6fb652842acdbc7253cfc11377e (patch) | |
| tree | bba56bd12f58c04e6b4c74bcd374543b4122000e | |
| parent | a98e819b26b3f9ef26133f0c166621da0c2289e8 (diff) | |
| download | emacs-e54165ff61f4f6fb652842acdbc7253cfc11377e.tar.gz emacs-e54165ff61f4f6fb652842acdbc7253cfc11377e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 27 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4de7d9fd12..9fadee1220c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,13 +10,12 @@ | |||
| 10 | properly. Don't use buffer-substring-no-properties. Don't bind | 10 | properly. Don't use buffer-substring-no-properties. Don't bind |
| 11 | case-fold-search. Fix syntax for empty elements. Hoist consing | 11 | case-fold-search. Fix syntax for empty elements. Hoist consing |
| 12 | of end-of-tag regexp out of loop. | 12 | of end-of-tag regexp out of loop. |
| 13 | (xml-parse-attlist): Remove arg. Callers changed. Use | 13 | (xml-parse-attlist): Remove arg. Callers changed. |
| 14 | skip-syntax-forward, replace-regexp-in-string, forward-sexp. | 14 | Use skip-syntax-forward, replace-regexp-in-string, forward-sexp. |
| 15 | Allow non-ASCII names. | 15 | Allow non-ASCII names. |
| 16 | (xml-skip-dtd): Remove arg. Callers changed. Change matching | 16 | (xml-skip-dtd): Remove arg. Callers changed. Change matching code. |
| 17 | code. | 17 | (xml-parse-dtd): Grok external DTDs. Allow non-ASCII. |
| 18 | (xml-parse-dtd): Grok external DTDs. Allow non-ASCII. Don't use | 18 | Don't use match-string-no-properties. |
| 19 | match-string-no-properties. | ||
| 20 | (xml-ucs-to-string): Deleted. | 19 | (xml-ucs-to-string): Deleted. |
| 21 | (xml-substitute-entity): New. | 20 | (xml-substitute-entity): New. |
| 22 | (xml-substitute-special): Use it. | 21 | (xml-substitute-special): Use it. |
| @@ -34,7 +33,7 @@ | |||
| 34 | Value t means no limit. | 33 | Value t means no limit. |
| 35 | (goto-address-fontify): Implement that feature. | 34 | (goto-address-fontify): Implement that feature. |
| 36 | 35 | ||
| 37 | * emacs-lisp/find-func.el (find-function-on-key): | 36 | * emacs-lisp/find-func.el (find-function-on-key): |
| 38 | Move the call to find-function-other-window outside | 37 | Move the call to find-function-other-window outside |
| 39 | the save-excursion. | 38 | the save-excursion. |
| 40 | 39 | ||
| @@ -51,6 +50,27 @@ | |||
| 51 | interesting point marker and revert @ to just setting | 50 | interesting point marker and revert @ to just setting |
| 52 | skeleton-positions. | 51 | skeleton-positions. |
| 53 | 52 | ||
| 53 | 2003-05-18 Stefan Monnier <monnier@cs.yale.edu> | ||
| 54 | |||
| 55 | * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group. | ||
| 56 | |||
| 57 | * progmodes/executable.el (executable-set-magic): Remove unused | ||
| 58 | vars `point' and `buffer-modified-p'. | ||
| 59 | |||
| 60 | * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start. | ||
| 61 | |||
| 62 | * mail/mail-extr.el: Use explicit coding tag. | ||
| 63 | |||
| 64 | * international/mule.el (sgml-xml-auto-coding-function) | ||
| 65 | (sgml-html-meta-auto-coding-function): Don't assume point-min == 1. | ||
| 66 | |||
| 67 | * language/china-util.el (hz-set-msb-table): Build when compiling. | ||
| 68 | (big5-to-cns): Pre-build the alist when compiling. | ||
| 69 | |||
| 70 | * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother | ||
| 71 | sorting the argument to regexp-opt. | ||
| 72 | (indian--puthash-char): Use dolist rather than mapc. | ||
| 73 | |||
| 54 | 2003-05-18 Nick Roberts <nick@nick.uklinux.net> | 74 | 2003-05-18 Nick Roberts <nick@nick.uklinux.net> |
| 55 | 75 | ||
| 56 | * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify. | 76 | * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify. |