aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-09-01 23:29:01 -0700
committerPaul Eggert2014-09-01 23:29:01 -0700
commit7a930c3c4c617aff075cf00f9e3482f1f04cb24b (patch)
tree43203bf349ce0c854bc41e48cfc18c27b653c155 /src/ChangeLog
parent0e4c8f1856c46900f9530977e5ac9f83ca13bbfd (diff)
downloademacs-7a930c3c4c617aff075cf00f9e3482f1f04cb24b.tar.gz
emacs-7a930c3c4c617aff075cf00f9e3482f1f04cb24b.zip
* eval.c (internal_lisp_condition_case): Don't overrun the stack
when configured --with-wide-int on typical 32-bit platforms.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 661731a9c5d..5e3ec8aa597 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-09-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 * eval.c (internal_lisp_condition_case): Don't overrun the stack
4 when configured --with-wide-int on typical 32-bit platforms.
5
12014-08-31 Eli Zaretskii <eliz@gnu.org> 62014-08-31 Eli Zaretskii <eliz@gnu.org>
2 7
3 * xdisp.c (display_and_set_cursor): Call erase_phys_cursor also 8 * xdisp.c (display_and_set_cursor): Call erase_phys_cursor also