]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Aug 2002 17:07:46 +0000 (17:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Aug 2002 17:07:46 +0000 (17:07 +0000)
lisp/ChangeLog
src/ChangeLog

index 651d40ebebab53abe1e45e99fbc8d6e3912c9321..6529854245ea3b1c59ee25b758ad20622cc2a82e 100644 (file)
 
 2002-07-31  Richard M. Stallman  <rms@gnu.org>
 
+       * makefile.w32-in (compile-after-backup): Renamed from `compile'.
+       Use `compile-always'.
+       (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
+       (compile): Renamed from `compile-files'.
+       (compile-CMD, compile-SH): Renamed from `compile-files-*'.
+
        * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
        Check that (car elt) is a string.
 
index e4b840064fe9605370476f01a4df68f1c6f29ddd..a8cde8c335cc8940d6f3d95b38e9ddc816328214 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-01  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
+
 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
 
        * macfns.c: #undef init_process before #define-ing it.