aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-03 15:48:33 +0200
committerEli Zaretskii2012-11-03 15:48:33 +0200
commitb3cf17f69548c28d21942cc92a7b65e258857f85 (patch)
tree2b4a5cc13241933632da0b26395c6785eeb797cb /src/ChangeLog
parent67b50ba47bcf46bd8a699fa0c1f2af1cce3f2338 (diff)
downloademacs-b3cf17f69548c28d21942cc92a7b65e258857f85.tar.gz
emacs-b3cf17f69548c28d21942cc92a7b65e258857f85.zip
Adapt the MSDOS build to the latest changes on mainline.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b7c1d9113d..72e3d8ea741 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12012-11-03 Eli Zaretskii <eliz@gnu.org> 12012-11-03 Eli Zaretskii <eliz@gnu.org>
2 2
3 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
4 (msdos_fatal_signal): New function.
5 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
6 its argument list.
7
8 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
9 for GCC versions before 4.
10 (emacs_raise): Define to call msdos_fatal_signal.
11
3 * xdisp.c (init_from_display_pos): Fix initialization of the bidi 12 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
4 iterator when starting in the middle of a display or overlay 13 iterator when starting in the middle of a display or overlay
5 string. (Bug#12745) 14 string. (Bug#12745)