($(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.
-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