From 3478f4b5c48c636aa1fbbfad52e42ffdf61de606 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Nov 2012 22:48:03 +0200 Subject: [PATCH] Fix order of entries in ChangeLog files. --- ChangeLog | 6 ++++-- src/ChangeLog | 36 ++++++++++++++++++------------------ 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 @@ ($(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 Fix data-loss with --batch (Bug#9574). @@ -15,6 +13,10 @@ New files, from gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. +2012-11-03 Eli Zaretskii + + * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed. + 2012-11-02 Glenn Morris * 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 @@ -2012-11-03 Eli Zaretskii - - * 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 Fix data-loss with --batch (Bug#9574). @@ -62,6 +44,24 @@ these symbols as enums or as constants, since we now assume gcc -g3 when debugging. +2012-11-03 Eli Zaretskii + + * 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 * process.c (wait_reading_process_output): Clean up the last -- 2.39.5