aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-19 04:23:45 +0000
committerRichard M. Stallman2003-04-19 04:23:45 +0000
commite31afc09af21bb5314341a86c648c0988d2da3e1 (patch)
treef83830505f02fbe0043f1de08b6f6df6b7f66de6
parentc2aa674b4ee3fc9d79d971783e66555ea370b9bd (diff)
downloademacs-e31afc09af21bb5314341a86c648c0988d2da3e1.tar.gz
emacs-e31afc09af21bb5314341a86c648c0988d2da3e1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lispref/ChangeLog6
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 75449735bab..c6db178fe8f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12003-04-19 Richard M. Stallman <rms@gnu.org>
2
3 * desktop.el (desktop-buffer-mh): Don't require mh-e;
4 it causes trouble in compilation.
5
6 * add-log.el (add-log-current-defun-function): Add autoload cookie.
7
8 * newcomment.el (comment-use-syntax): Add autoload cookie.
9
10 * emacs-lisp/bytecomp.el (byte-compile-log-file)
11 (byte-recompile-directory): Don't use byte-goto-log-buffer.
12 Instead, set default-directory and then call compilation-mode.
13 (byte-compile-from-buffer): Force byte-compile-last-position
14 to end of buffer before issuing final warnings.
15
12003-04-18 Stefan Monnier <monnier@cs.yale.edu> 162003-04-18 Stefan Monnier <monnier@cs.yale.edu>
2 17
3 * emulation/cua-base.el (cua-mode): Use define-minor-mode. 18 * emulation/cua-base.el (cua-mode): Use define-minor-mode.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 819c36536ed..1ff050fdf34 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12003-04-19 Richard M. Stallman <rms@gnu.org>
2
3 * internals.texi (Writing Emacs Primitives): Strings are
4 no longer special for GCPROs. Mention GCPRO5, GCPRO6.
5 Explain GCPRO convention for varargs function args.
6
12003-04-16 Richard M. Stallman <rms@gnu.org> 72003-04-16 Richard M. Stallman <rms@gnu.org>
2 8
3 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message. 9 * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.