From f621ed9db78750dc0d11e8d3e7628690c0480ba9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 17 Jun 2001 09:22:54 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e200985c527..4d38a8fbea4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2001-06-17 Stefan Monnier + + * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright. + (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand. + Bind the latin-1 charset-char to sgml-maybe-name-self rather than + incorrectly binding chars between 128 and 256 to it. + (sgml-maybe-name-self): Handle latin-1 chars properly. + (sgml-tags-invisible): Bind buffer-file-name to nil. + Use unwind-protect and restore-buffer-modified-p. + (sgml-point-entered): Use buffer-substring-no-properties. + (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos. + (html-mode): Don't force `imenu-sort-function'. + 2001-06-15 Eli Zaretskii * tar-mode.el: Fix the copyright notice. @@ -16,14 +29,14 @@ 2001-06-15 Miles Bader - * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert - previous change. + * textmodes/texinfmt.el (texinfo-format-syntax-table): + Revert previous change. 2001-06-14 Richard M. Stallman * replace.el (keep-lines-read-args): Return just a regexp. Provide nil for the region args. - (keep-lines, flush-lines, how-many): + (keep-lines, flush-lines, how-many): Calculate the defaults for the region here, when args are nil. 2001-06-14 Eli Zaretskii -- 2.39.2