diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e50b4d542f..f228887a0db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 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. |