Mercurial > emacs
comparison lisp/ChangeLog @ 41752:0a900c386e8f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 01 Dec 2001 18:16:58 +0000 |
parents | 82c101e0ee54 |
children | 3b56f11dd4b6 |
comparison
equal
deleted
inserted
replaced
41751:7a360dc26b8a | 41752:0a900c386e8f |
---|---|
3 * progmodes/idlwave.el, progmodes/idlw-rinfo.el: | 3 * progmodes/idlwave.el, progmodes/idlw-rinfo.el: |
4 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el: | 4 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el: |
5 Update maintainer. | 5 Update maintainer. |
6 | 6 |
7 2001-11-30 Stefan Monnier <monnier@cs.yale.edu> | 7 2001-11-30 Stefan Monnier <monnier@cs.yale.edu> |
8 | |
9 * mail/smtpmail.el: Use with-current-buffer. | |
10 (message-make-date, message-make-message-id): Autoload when needed. | |
11 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:' | |
12 headers when missing. | |
13 | |
14 * international/encoded-kb.el (encoded-kbd-mode): | |
15 Use define-minor-mode. | |
16 | |
17 * enriched.el (enriched-mode): Use define-minor-mode. | |
18 Use dolist and pop and push. | |
19 | |
20 * info.el (Info-find-node-2): Don't call info-insert-file-contents | |
21 with the `visit' argument. | |
22 (Info-extract-menu-node-name): Use `replace-regexps-in-string'. | |
23 | |
24 * progmodes/hideif.el (hide-ifdef-mode): Only modify | |
25 `change-major-mode-hook' locally. Reset invisibility spec. | |
8 | 26 |
9 * man.el (Man-build-section-alist): Remove last Man-match-substring. | 27 * man.el (Man-build-section-alist): Remove last Man-match-substring. |
10 | 28 |
11 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 29 2001-11-30 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
12 | 30 |