aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-11-16 14:15:08 +0000
committerStefan Monnier2001-11-16 14:15:08 +0000
commita2d7836f5b698abf75a7de422a53d8842baf6482 (patch)
treed0d0cde8b007a343470cb1bd680a9e659c63a199 /lisp/ChangeLog
parent1756e2fba6bc83f23dc2a6a1678b3ce8c02de1e3 (diff)
downloademacs-a2d7836f5b698abf75a7de422a53d8842baf6482.tar.gz
emacs-a2d7836f5b698abf75a7de422a53d8842baf6482.zip
(eval-after-load): Make it work with features as well.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7742b78677a..675a6d309b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,19 @@
12001-11-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * subr.el (eval-after-load): Make it work with features as well.
4
5 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
6
7 * international/mule-cmds.el (describe-input-method): Setup xref.
8 (set-language-environment): Use functionp.
9 (locale-language-names, locale-charset-language-names)
10 (locale-preferred-coding-systems): Defconst and purecopy.
11
12 * language/european.el (mac-roman): Add mime-charset property.
13
12001-11-15 Richard M. Stallman <rms@gnu.org> 142001-11-15 Richard M. Stallman <rms@gnu.org>
2 15
3 * emacs-lisp/cl.el (values, values-list, multiple-value-list) 16 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
4 (multiple-value-apply, nth-value): Use defsubst rather than defalias 17 (multiple-value-apply, nth-value): Use defsubst rather than defalias
5 to get better doc strings. 18 to get better doc strings.
6 19