From ad44f2a1b24a98a808a6cda1bf7732b94432d892 Mon Sep 17 00:00:00 2001
From: "Richard M. Stallman" <rms@gnu.org>
Date: Thu, 1 Aug 2002 17:07:46 +0000
Subject: [PATCH] *** empty log message ***

---
 lisp/ChangeLog | 6 ++++++
 src/ChangeLog  | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 651d40ebeba..6529854245e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
 
diff --git a/src/ChangeLog b/src/ChangeLog
index e4b840064fe..a8cde8c335c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
-- 
2.39.5