# HG changeset patch # User Richard M. Stallman # Date 1028221666 0 # Node ID d9eb57a92797a60f8f0578bfa941d72d2e545b67 # Parent d93e5af9e50e091955aa27810adc6aae44ed874d *** empty log message *** diff -r d93e5af9e50e -r d9eb57a92797 lisp/ChangeLog --- 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 + * 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 -r d93e5af9e50e -r d9eb57a92797 src/ChangeLog --- 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 + + * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o. + 2002-07-31 Andrew Choi * macfns.c: #undef init_process before #define-ing it.