summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2001-10-28 03:29:49 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2001-10-28 03:29:49 +0000
commit001c08a170d08a082f178a575576d5da07839c2c (patch)
tree372f29460e77cdd7f426dd81c75db9d909edad1d /lisp
parentb9f60161102101cb0bbc31db7cc2079e2953273e (diff)
downloademacs-001c08a170d08a082f178a575576d5da07839c2c.tar.gz
emacs-001c08a170d08a082f178a575576d5da07839c2c.tar.bz2
emacs-001c08a170d08a082f178a575576d5da07839c2c.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog16
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'.