From: Gerd Moellmann Date: Sat, 23 Oct 1999 13:24:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ac52782cdde825387fc133693eba60739c16016;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b63c2f4239a..2e51f16796e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-10-23 Gerd Moellmann + + * Makefile.in (bootstrap): New target. + 1999-10-19 Paul Eggert Add support for large files. Merge glibc 2.1.2. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e95293d86fe..8402bea63d2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-10-23 Gerd Moellmann + + * Makefile (compile-files, backup-compiled-files): New targets. + (bootstrap, bootstrap-clean): Ditto. + 1999-10-22 Paul Eggert * international/mule-cmds.c (locale-language-names): diff --git a/src/ChangeLog b/src/ChangeLog index 751f267e690..ae314a7209e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-10-23 Gerd Moellmann + + * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs): + New targets. + 1999-10-22 Dave Love * emacs.c (main): Enable profiling conditional on __linux also.