changeset 46782:d9eb57a92797

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Aug 2002 17:07:46 +0000
parents d93e5af9e50e
children a4e9eb2530cb
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Aug 01 17:07:28 2002 +0000
+++ b/lisp/ChangeLog	Thu Aug 01 17:07:46 2002 +0000
@@ -25,6 +25,12 @@
 
 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.
 
--- a/src/ChangeLog	Thu Aug 01 17:07:28 2002 +0000
+++ b/src/ChangeLog	Thu Aug 01 17:07:46 2002 +0000
@@ -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.