aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f905cc3b5a2..1dd307b16de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12012-09-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify redefinition of 'abort' (Bug#12316).
4 Do not try to redefine the 'abort' function. Instead, redo
5 the code so that it calls 'emacs_abort' rather than 'abort'.
6 This removes the need for the NO_ABORT configure-time macro
7 and makes it easier to change the abort code to do a backtrace.
8 * .gdbinit: Just stop at emacs_abort, not at w32_abort or abort.
9 * emacs.c (abort) [!DOS_NT && !NO_ABORT]:
10 Remove; sysdep.c's emacs_abort now takes its place.
11 * lisp.h (emacs_abort): New decl. All calls from Emacs code to
12 'abort' changed to use 'emacs_abort'.
13 * msdos.c (dos_abort) [defined abort]: Remove; not used.
14 (abort) [!defined abort]: Rename to ...
15 (emacs_abort): ... new name.
16 * sysdep.c (emacs_abort) [!HAVE_NTGUI]: New function, taking
17 the place of the old 'abort' in emacs.c.
18 * w32.c, w32fns.c (abort): Do not #undef.
19 * w32.c (emacs_abort): Rename from w32_abort.
20
12012-09-04 Eli Zaretskii <eliz@gnu.org> 212012-09-04 Eli Zaretskii <eliz@gnu.org>
2 22
3 * w32uniscribe.c (uniscribe_shape): Reverse the sign of 23 * w32uniscribe.c (uniscribe_shape): Reverse the sign of