aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2002-08-27 01:02:01 +0000
committerMiles Bader2002-08-27 01:02:01 +0000
commitf49656ecf30c7260dc4a6ba19d24668150d7b876 (patch)
tree56b4aa6f070ed1cd63e41ec170e3b46e806a44e6 /src
parent3fb799840fb9169509e80fdc893f116c92ae3c99 (diff)
downloademacs-f49656ecf30c7260dc4a6ba19d24668150d7b876.tar.gz
emacs-f49656ecf30c7260dc4a6ba19d24668150d7b876.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2fb5363adaa..3f55cd02ea1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,10 @@
9 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize 9 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
10 foreground and background colors. From Joe Buehler (tiny change). 10 foreground and background colors. From Joe Buehler (tiny change).
11 11
122002-08-26 Miles Bader <miles@gnu.org>
13
14 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
15
122002-08-25 Andrew Choi <akochoi@shaw.ca> 162002-08-25 Andrew Choi <akochoi@shaw.ca>
13 17
14 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is 18 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is