1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-03 20:24:29 +00:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2002-08-26 10:10:42 +00:00
parent 58bd831805
commit 6bc85c3bed
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View 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