Mercurial > emacs
comparison lisp/ChangeLog @ 43693:d5c8f3407159
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 04 Mar 2002 02:14:31 +0000 |
parents | 4dacabf9ff3e |
children | 9284613a11ed |
comparison
equal
deleted
inserted
replaced
43692:568974ab1796 | 43693:d5c8f3407159 |
---|---|
1 2002-03-03 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/sgml-mode.el: Change maintainer to FSF. | |
4 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common) | |
5 (sgml-tags-invisible, sgml-beginning-of-tag): | |
6 Allow _ : and non-ASCII in tag names, as required for XML. | |
7 (sgml-name-char): Don't assume anything about charsets handled by | |
8 encode-char. | |
9 | |
10 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case | |
11 where one of the buffers is narrowed. | |
12 | |
13 * hexl.el (hexlify-command, dehexlify-command): Remove. | |
14 (hexlify-buffer, dehexlify-buffer): Use call-process-region | |
15 rather than shell-command-on-region. | |
16 | |
17 * newcomment.el (comment-forward): Use forward-comment to skip | |
18 over whitespace (or comments) even when comment-use-syntax is nil. | |
19 | |
20 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version. | |
21 | |
22 * textmodes/xml-lite.el: New file. | |
23 | |
1 2002-03-03 Richard M. Stallman <rms@gnu.org> | 24 2002-03-03 Richard M. Stallman <rms@gnu.org> |
2 | 25 |
3 * textmodes/artist.el (artist-system): Use make-temp-file. | 26 * textmodes/artist.el (artist-system): Use make-temp-file. |
4 | 27 |
5 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file. | 28 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file. |