diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-08-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * Makefile.in (install-arch-indep): Do not remove DOC file | ||
| 4 | when it is the only DOC file installed; this is the case when | ||
| 5 | CANNOT_DUMP is defined. From Joe Buehler (tiny change). | ||
| 6 | |||
| 1 | 2002-07-24 Markus Rost <rost@math.ohio-state.edu> | 7 | 2002-07-24 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 8 | ||
| 3 | * configure.in: Fix typo. | 9 | * configure.in: Fix typo. |
diff --git a/src/ChangeLog b/src/ChangeLog index 1f6f1134f63..897fec60011 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-08-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize | ||
| 4 | foreground and background colors. From Joe Buehler (tiny change). | ||
| 5 | |||
| 1 | 2002-08-25 Andrew Choi <akochoi@shaw.ca> | 6 | 2002-08-25 Andrew Choi <akochoi@shaw.ca> |
| 2 | 7 | ||
| 3 | * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is | 8 | * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is |