aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-11-03 12:14:22 -0700
committerGlenn Morris2012-11-03 12:14:22 -0700
commitf58542e1510319921d1745e0ad647ed42b1157f2 (patch)
tree7dce084101c1b16c1249eda33e03cbea15d08abc /src/ChangeLog
parent7ccfb720b477df05042729e0e300bae5922f5120 (diff)
parent92246540b0616afd90600aabbac964f5a0b544ca (diff)
downloademacs-f58542e1510319921d1745e0ad647ed42b1157f2.tar.gz
emacs-f58542e1510319921d1745e0ad647ed42b1157f2.zip
Merge from emacs-24; up to 2012-11-03T05:11:34Z!dmantipov@yandex.ru
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index be10016fc33..16b694e6e24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12012-11-03 Eli Zaretskii <eliz@gnu.org>
2
3 * lisp.mk: Adjust comments to the fact that term/internal is now
4 loaded from loadup.el.
5
6 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
7 (msdos_fatal_signal): New function.
8 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
9 its argument list.
10
11 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
12 for GCC versions before 4.
13 (emacs_raise): Define to call msdos_fatal_signal.
14
15 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
16 iterator when starting in the middle of a display or overlay
17 string. (Bug#12745)
18
12012-11-03 Paul Eggert <eggert@cs.ucla.edu> 192012-11-03 Paul Eggert <eggert@cs.ucla.edu>
2 20
3 Fix data-loss with --batch (Bug#9574). 21 Fix data-loss with --batch (Bug#9574).