X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/67b50ba47bcf46bd8a699fa0c1f2af1cce3f2338..b3cf17f69548c28d21942cc92a7b65e258857f85:/src/ChangeLog diff --git a/src/ChangeLog b/src/ChangeLog index 8b7c1d9113..72e3d8ea74 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2012-11-03 Eli Zaretskii + * msdos.c (msdos_abort): Rename from emacs_abort, and make static. + (msdos_fatal_signal): New function. + (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to + its argument list. + + * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline" + for GCC versions before 4. + (emacs_raise): Define to call msdos_fatal_signal. + * xdisp.c (init_from_display_pos): Fix initialization of the bidi iterator when starting in the middle of a display or overlay string. (Bug#12745)