Mercurial > emacs
changeset 47037:d6ea7c29ce97
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 26 Aug 2002 10:10:42 +0000 |
parents | 9d848dcc4b5d |
children | c317a55fcc93 |
files | ChangeLog src/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 26 09:56:07 2002 +0000 +++ b/ChangeLog Mon Aug 26 10:10:42 2002 +0000 @@ -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.
--- a/src/ChangeLog Mon Aug 26 09:56:07 2002 +0000 +++ b/src/ChangeLog Mon Aug 26 10:10:42 2002 +0000 @@ -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