diff options
-rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <monnier@cs.yale.edu> + + * 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 <sds@gnu.org> * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'. |