aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-03 22:48:03 +0200
committerEli Zaretskii2012-11-03 22:48:03 +0200
commit3478f4b5c48c636aa1fbbfad52e42ffdf61de606 (patch)
tree68c3b2ee41bff8e408ea9ae0fb7787000b6aa9be /src/ChangeLog
parent3a7089c180e0fdaf7b72514079dc3bdf3627ecfd (diff)
downloademacs-3478f4b5c48c636aa1fbbfad52e42ffdf61de606.tar.gz
emacs-3478f4b5c48c636aa1fbbfad52e42ffdf61de606.zip
Fix order of entries in ChangeLog files.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 16b694e6e24..e2d86b75e57 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,21 +1,3 @@
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
192012-11-03 Paul Eggert <eggert@cs.ucla.edu> 12012-11-03 Paul Eggert <eggert@cs.ucla.edu>
20 2
21 Fix data-loss with --batch (Bug#9574). 3 Fix data-loss with --batch (Bug#9574).
@@ -62,6 +44,24 @@
62 these symbols as enums or as constants, since we now assume 44 these symbols as enums or as constants, since we now assume
63 gcc -g3 when debugging. 45 gcc -g3 when debugging.
64 46
472012-11-03 Eli Zaretskii <eliz@gnu.org>
48
49 * lisp.mk: Adjust comments to the fact that term/internal is now
50 loaded from loadup.el.
51
52 * msdos.c (msdos_abort): Rename from emacs_abort, and make static.
53 (msdos_fatal_signal): New function.
54 (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to
55 its argument list.
56
57 * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
58 for GCC versions before 4.
59 (emacs_raise): Define to call msdos_fatal_signal.
60
61 * xdisp.c (init_from_display_pos): Fix initialization of the bidi
62 iterator when starting in the middle of a display or overlay
63 string. (Bug#12745)
64
652012-11-03 Chong Yidong <cyd@gnu.org> 652012-11-03 Chong Yidong <cyd@gnu.org>
66 66
67 * process.c (wait_reading_process_output): Clean up the last 67 * process.c (wait_reading_process_output): Clean up the last