From: Eli Zaretskii <eliz@gnu.org> Date: Sat, 3 Nov 2012 13:58:33 +0000 (+0200) Subject: Adapt MSDOS port to latest changes. X-Git-Tag: emacs-24.2.90~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=858f0f24b1433dcda709a33e932775e3aa96a786;p=emacs.git Adapt MSDOS port to latest changes. 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. --- 858f0f24b1433dcda709a33e932775e3aa96a786 diff --cc lisp/ChangeLog index 4844872c73a,c5d57541da4..993d4a2c4a0 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -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 4d42714f91f,43a2c91e1f4..3ae755f3d20 --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -11,6 -16,6 +16,13 @@@ 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)