aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-04 21:15:08 +0000
committerGerd Moellmann2000-04-04 21:15:08 +0000
commitc407c570006300c2a520c89aa118e798a5e3589b (patch)
treedc57b34b2d424412522cd70cc5604485134447db /src/ChangeLog
parent4d3edcb4c751613c7f0986924db91a1cf9290292 (diff)
downloademacs-c407c570006300c2a520c89aa118e798a5e3589b.tar.gz
emacs-c407c570006300c2a520c89aa118e798a5e3589b.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d7c1514eba9..19932e9d76c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-04-04 Gerd Moellmann <gerd@gnu.org> 12000-04-04 Gerd Moellmann <gerd@gnu.org>
2 2
3 * window.c (compare_window_configurations): Signal an error
4 if parameters C1 or C2 aren't window configurations.
5
3 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/ 6 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
4 AFTER_POTENTIAL_GC calls around calls to functions that can 7 AFTER_POTENTIAL_GC calls around calls to functions that can
5 signal an error and thus invoke the debugger. 8 signal an error and thus invoke the debugger.