]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 26 Aug 2002 10:17:15 +0000 (10:17 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 26 Aug 2002 10:17:15 +0000 (10:17 +0000)
ChangeLog
src/ChangeLog

index 67646c9368a5eebbfda6ca553d0ab3e38bb7f47d..b0f83fe365338778b85c958a970d9f2d0a90be6c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-26  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <fx@gnu.org>
 
        * configure.in: Check safe/working versions of libjpeg and
index 91723f1ee05254e8b1d052c3bf6ae788c542a7e2..bd092152d9e5baddcfeacb220b8f3b00cd072a05 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-26  Kim F. Storm  <storm@cua.dk>
+
+       * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
+       foreground and background colors. From Joe Buehler (tiny change).
+
 2002-08-20  Kenichi Handa  <handa@etl.go.jp>
 
        * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.