aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 696a70fc08d..0ba5b2ccab2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12013-01-11 Paul Eggert <eggert@cs.ucla.edu> 12013-01-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Backport typo fix from trunk, for AIX (Bug#13408).
4 * eval.c (mark_backtrace) [BYTE_MARK_STACK]: Remove stray '*'.
5 This follows up on the 2012-09-29 patch that removed indirection
6 for the 'function' field. Reported by Sergey Vinokurov in
7 <http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00263.html>.
8
3 Fix SIGDANGER handlers, for AIX (Bug#13408). 9 Fix SIGDANGER handlers, for AIX (Bug#13408).
4 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]: 10 * sysdep.c.c (handle_danger_signal, deliver_danger_signal) [SIGDANGER]:
5 Move handlers here from emacs.c; they were out of place. 11 Move handlers here from emacs.c; they were out of place.