aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-03 22:48:03 +0200
committerEli Zaretskii2012-11-03 22:48:03 +0200
commit3478f4b5c48c636aa1fbbfad52e42ffdf61de606 (patch)
tree68c3b2ee41bff8e408ea9ae0fb7787000b6aa9be
parent3a7089c180e0fdaf7b72514079dc3bdf3627ecfd (diff)
downloademacs-3478f4b5c48c636aa1fbbfad52e42ffdf61de606.tar.gz
emacs-3478f4b5c48c636aa1fbbfad52e42ffdf61de606.zip
Fix order of entries in ChangeLog files.
-rw-r--r--ChangeLog6
-rw-r--r--src/ChangeLog36
2 files changed, 22 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index bc37c11eb5d..a344ec765d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,6 @@
5 ($(BLD)/close-stream.$(O)): 5 ($(BLD)/close-stream.$(O)):
6 ($(BLD)/fpending.$(O)): New dependencies. 6 ($(BLD)/fpending.$(O)): New dependencies.
7 7
8 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
9
102012-11-03 Paul Eggert <eggert@cs.ucla.edu> 82012-11-03 Paul Eggert <eggert@cs.ucla.edu>
11 9
12 Fix data-loss with --batch (Bug#9574). 10 Fix data-loss with --batch (Bug#9574).
@@ -15,6 +13,10 @@
15 New files, from gnulib. 13 New files, from gnulib.
16 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 14 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
17 15
162012-11-03 Eli Zaretskii <eliz@gnu.org>
17
18 * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
19
182012-11-02 Glenn Morris <rgm@gnu.org> 202012-11-02 Glenn Morris <rgm@gnu.org>
19 21
20 * Makefile.in (EMACS_ICON): New variable. 22 * Makefile.in (EMACS_ICON): New variable.
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