aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-10-28 03:29:49 +0000
committerStefan Monnier2001-10-28 03:29:49 +0000
commit001c08a170d08a082f178a575576d5da07839c2c (patch)
tree372f29460e77cdd7f426dd81c75db9d909edad1d
parentb9f60161102101cb0bbc31db7cc2079e2953273e (diff)
downloademacs-001c08a170d08a082f178a575576d5da07839c2c.tar.gz
emacs-001c08a170d08a082f178a575576d5da07839c2c.zip
*** empty log message ***
-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 @@
12001-10-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4 (texinfo-update-node, texinfo-sequential-node-update):
5 Don't bind the obsolete `auto-fill-hook'.
6 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
7 Use `set-buffer' rather than `switch-to-buffer'.
8 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
9 Use `set-buffer' rather than `switch-to-buffer'.
10
11 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
12 text-mode-syntax-table.
13 (mail-mode): Use define-derived-mode.
14 Fix ordering of alternatives in adaptive-fill-regexp.
15 (mail-mode-map): Don't rely on keymap's internal representation.
16
12001-10-27 Sam Steingold <sds@gnu.org> 172001-10-27 Sam Steingold <sds@gnu.org>
2 18
3 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'. 19 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.