From: Kim F. Storm Date: Mon, 26 Aug 2002 10:17:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4216fe6b3795428ed725000a7287054e019b507d;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 67646c9368a..b0f83fe3653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-26 Kim F. Storm + + * Makefile.in (install-arch-indep): Do not remove DOC file + when it is the only DOC file installed; this is the case when + CANNOT_DUMP is defined. From Joe Buehler (tiny change). + 2002-07-08 Dave Love * configure.in: Check safe/working versions of libjpeg and diff --git a/src/ChangeLog b/src/ChangeLog index 91723f1ee05..bd092152d9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-08-26 Kim F. Storm + + * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize + foreground and background colors. From Joe Buehler (tiny change). + 2002-08-20 Kenichi Handa * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.