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

index 0c2d156929ad70b83f16647abe9c856102e6b08a..40717eb43f7064c92c464bb3ba9789bc1d4bde65 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-24  Markus Rost  <rost@math.ohio-state.edu>
 
        * configure.in: Fix typo.
index 1f6f1134f63c7c1853c520343122868943a4b16e..897fec60011ee7999e0b6f91586ec8f3629388e5 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-25  Andrew Choi  <akochoi@shaw.ca>
 
        * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is