emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110790: Fix order of entries in Chan


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110790: Fix order of entries in ChangeLog files.
Date: Sat, 03 Nov 2012 22:48:03 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110790
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-03 22:48:03 +0200
message:
  Fix order of entries in ChangeLog files.
modified:
  ChangeLog
  src/ChangeLog
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-11-03 20:43:29 +0000
+++ b/ChangeLog 2012-11-03 20:48:03 +0000
@@ -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  <address@hidden>
 
        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  <address@hidden>
+
+       * config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.
+
 2012-11-02  Glenn Morris  <address@hidden>
 
        * Makefile.in (EMACS_ICON): New variable.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-11-03 19:14:22 +0000
+++ b/src/ChangeLog     2012-11-03 20:48:03 +0000
@@ -1,21 +1,3 @@
-2012-11-03  Eli Zaretskii  <address@hidden>
-
-       * 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  <address@hidden>
 
        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  <address@hidden>
+
+       * 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  <address@hidden>
 
        * process.c (wait_reading_process_output): Clean up the last


reply via email to

[Prev in Thread] Current Thread [Next in Thread]