Fix order of entries in ChangeLog files.
This commit is contained in:
parent
3a7089c180
commit
3478f4b5c4
2 changed files with 22 additions and 20 deletions
|
@ -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).
|
||||
|
@ -15,6 +13,10 @@
|
|||
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.
|
||||
|
|
|
@ -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).
|
||||
|
@ -62,6 +44,24 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue