]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Apr 2003 04:23:45 +0000 (04:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Apr 2003 04:23:45 +0000 (04:23 +0000)
lisp/ChangeLog
lispref/ChangeLog

index 75449735babfa0bc92f3ddbf46693c5cc809fbdc..c6db178fe8fa1fed4c398f2624e068e00167c55f 100644 (file)
@@ -1,3 +1,18 @@
+2003-04-19  Richard M. Stallman  <rms@gnu.org>
+
+       * desktop.el (desktop-buffer-mh): Don't require mh-e;
+       it causes trouble in compilation.
+
+       * add-log.el (add-log-current-defun-function): Add autoload cookie.
+
+       * newcomment.el (comment-use-syntax): Add autoload cookie.
+
+       * emacs-lisp/bytecomp.el (byte-compile-log-file)
+       (byte-recompile-directory): Don't use byte-goto-log-buffer.
+       Instead, set default-directory and then call compilation-mode.
+       (byte-compile-from-buffer): Force byte-compile-last-position
+       to end of buffer before issuing final warnings.
+
 2003-04-18  Stefan Monnier  <monnier@cs.yale.edu>
 
        * emulation/cua-base.el (cua-mode): Use define-minor-mode.
index 819c36536ed5baa9cd435afa2a7b75b908cc446c..1ff050fdf34eb19de2873ac914a083482dcd7c49 100644 (file)
@@ -1,3 +1,9 @@
+2003-04-19  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Writing Emacs Primitives): Strings are
+       no longer special for GCPROs.  Mention GCPRO5, GCPRO6.
+       Explain GCPRO convention for varargs function args.
+
 2003-04-16  Richard M. Stallman  <rms@gnu.org>
 
        * minibuf.texi (Minibuffer Misc): Document fn minibuffer-message.