aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-08-01 17:07:46 +0000
committerRichard M. Stallman2002-08-01 17:07:46 +0000
commitad44f2a1b24a98a808a6cda1bf7732b94432d892 (patch)
tree886e2908f9fdbd14e139d19f1ec4399d265ad4e7
parentd198b6f502fea413ecb21f8af319e3afe92c2586 (diff)
downloademacs-ad44f2a1b24a98a808a6cda1bf7732b94432d892.tar.gz
emacs-ad44f2a1b24a98a808a6cda1bf7732b94432d892.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog4
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 651d40ebeba..6529854245e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,6 +25,12 @@
25 25
262002-07-31 Richard M. Stallman <rms@gnu.org> 262002-07-31 Richard M. Stallman <rms@gnu.org>
27 27
28 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
29 Use `compile-always'.
30 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
31 (compile): Renamed from `compile-files'.
32 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
33
28 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions): 34 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
29 Check that (car elt) is a string. 35 Check that (car elt) is a string.
30 36
diff --git a/src/ChangeLog b/src/ChangeLog
index e4b840064fe..a8cde8c335c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-08-01 Richard M. Stallman <rms@gnu.org>
2
3 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
4
12002-07-31 Andrew Choi <akochoi@shaw.ca> 52002-07-31 Andrew Choi <akochoi@shaw.ca>
2 6
3 * macfns.c: #undef init_process before #define-ing it. 7 * macfns.c: #undef init_process before #define-ing it.