aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-08-26 10:10:42 +0000
committerKim F. Storm2002-08-26 10:10:42 +0000
commit6bc85c3bed9442ed8ed016cb3d84752618312fd3 (patch)
tree2c2596ce104298a7dfda19f6646c59bf07ab3bd2
parent58bd831805db62810ecced66e430e5d92b4cff11 (diff)
downloademacs-6bc85c3bed9442ed8ed016cb3d84752618312fd3.tar.gz
emacs-6bc85c3bed9442ed8ed016cb3d84752618312fd3.zip
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--src/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c2d156929a..40717eb43f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12002-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
12002-07-24 Markus Rost <rost@math.ohio-state.edu> 72002-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 @@
12002-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
12002-08-25 Andrew Choi <akochoi@shaw.ca> 62002-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