aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 517b3129a22..ac41dabafcd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * print.c (Fexternal_debugging_output): Add cast to pacify 3 * print.c (Fexternal_debugging_output): Add cast to pacify
4 --enable-gcc-warnings. 4 --enable-gcc-warnings.
5 * eval.c (call_debugger): Grow specpdl if the debugger was
6 entered due to specpdl overflow (Bug#16603) and allow more
7 specpdl space for the debugger itself.
5 8
62014-02-02 Martin Rudalics <rudalics@gmx.at> 92014-02-02 Martin Rudalics <rudalics@gmx.at>
7 10