From 001c08a170d08a082f178a575576d5da07839c2c Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 28 Oct 2001 03:29:49 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63b68f4cea1..7655f0e9efa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2001-10-27 Stefan Monnier + + * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ... + (texinfo-update-node, texinfo-sequential-node-update): + Don't bind the obsolete `auto-fill-hook'. + (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list): + Use `set-buffer' rather than `switch-to-buffer'. + (texinfo-multi-file-update): Use "Top" rather than `up-node-name'. + Use `set-buffer' rather than `switch-to-buffer'. + + * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from + text-mode-syntax-table. + (mail-mode): Use define-derived-mode. + Fix ordering of alternatives in adaptive-fill-regexp. + (mail-mode-map): Don't rely on keymap's internal representation. + 2001-10-27 Sam Steingold * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'. -- 2.39.2