]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt MSDOS port to latest changes.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2012 13:58:33 +0000 (15:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Nov 2012 13:58:33 +0000 (15:58 +0200)
 config.bat: Copy lib/execinfo.in.h to lib/execinfo.in-h if needed.

 msdos/sedlibmk.inp: Sync with changes in lib/Makefile.in.
 (HAVE_DECL_ENVIRON, GNULIB_ENVIRON): Edit to require declaration
 through lib/unistd.h.
 msdos/sed1v2.inp: Sync with changes in src/Makefile.in.
 msdos/sed2v2.inp: Sync with changes in src/config.in.

 src/lisp.mk: Adjust comments to the fact that term/internal is now
 loaded from loadup.el.
 src/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.
 src/conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline"
 for GCC versions before 4.
 (emacs_raise): Define to call msdos_fatal_signal.

 lisp/term/pc-win.el: Don't load term/internal from here.
 lisp/loadup.el: Load term/internal from here.

1  2 
lisp/ChangeLog
src/ChangeLog

diff --cc lisp/ChangeLog
index 4844872c73a25649d6ab2ddb930be32992043509,c5d57541da49c85b84371f53d08f2bffc307f89c..993d4a2c4a076e1c8b9b0991e6883701e0476198
@@@ -1,13 -1,9 +1,19 @@@
+ 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
+       * term/pc-win.el: Don't load term/internal from here.
+       * loadup.el: Load term/internal from here.
 +2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
 +
 +      * progmodes/python.el (inferior-python-mode): Fix hang in
 +      jit-lock (Bug#12645).
 +
 +2012-11-03  Martin Rudalics  <rudalics@gmx.at>
 +
 +      * window.el (switch-to-visible-buffer)
 +      (switch-to-buffer-preserve-window-point): Fix doc-strings.
 +
  2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
  
        * play/gomoku.el (gomoku-display-statistics): Update mode line
diff --cc src/ChangeLog
index 4d42714f91f25f9d1adfa4f784b6ac26bfeb1505,43a2c91e1f4bfbb3a8f2a9dfd0d0b1102199a0b6..3ae755f3d203185879f2889e18f42786af866591
        iterator when starting in the middle of a display or overlay
        string.  (Bug#12745)
  
++2012-11-03  Jan Djärv  <jan.h.d@swipnet.se>
++
++      * widget.c (resize_cb): New function.
++      (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733).
++      (EmacsFrameResize): Check if all is up to date before changing frame
++      size.
++
  2012-11-01  Eli Zaretskii  <eliz@gnu.org>
  
        * w32proc.c (getpgrp, setpgid): New functions.  (Bug#12776)