Fix order of entries in ChangeLog files.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2012 20:48:03 +0000 (22:48 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2012 20:48:03 +0000 (22:48 +0200)
ChangeLog
src/ChangeLog

index bc37c11..a344ec7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,6 @@
        ($(BLD)/close-stream.$(O)):
        ($(BLD)/fpending.$(O)): New dependencies.
 
-       * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
-
 2012-11-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix data-loss with --batch (Bug#9574).
        New files, from gnulib.
        * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
 
+2012-11-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
+
 2012-11-02  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in (EMACS_ICON): New variable.
index 16b694e..e2d86b7 100644 (file)
@@ -1,21 +1,3 @@
-2012-11-03  Eli Zaretskii  <eliz@gnu.org>
-
-       * lisp.mk: Adjust comments to the fact that term/internal is now
-       loaded from loadup.el.
-
-       * 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)
-
 2012-11-03  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix data-loss with --batch (Bug#9574).
        these symbols as enums or as constants, since we now assume
        gcc -g3 when debugging.
 
+2012-11-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * lisp.mk: Adjust comments to the fact that term/internal is now
+       loaded from loadup.el.
+
+       * 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)
+
 2012-11-03  Chong Yidong  <cyd@gnu.org>
 
        * process.c (wait_reading_process_output): Clean up the last