diff options
| author | Eli Zaretskii | 2012-11-03 15:58:33 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-03 15:58:33 +0200 |
| commit | 858f0f24b1433dcda709a33e932775e3aa96a786 (patch) | |
| tree | 0b715c63bb71454cad1ac86c751d5845c4ea0508 /src/ChangeLog | |
| parent | 12fd5ee1ae617b212e4d00e2ed4c196d3656f615 (diff) | |
| parent | 1d4341f98813e8f2f4179e1d0a414b2f16c880eb (diff) | |
| download | emacs-858f0f24b1433dcda709a33e932775e3aa96a786.tar.gz emacs-858f0f24b1433dcda709a33e932775e3aa96a786.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4d42714f91f..3ae755f3d20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,16 +1,28 @@ | |||
| 1 | 2012-11-03 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * widget.c (resize_cb): New function. | 3 | * lisp.mk: Adjust comments to the fact that term/internal is now |
| 4 | (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733). | 4 | loaded from loadup.el. |
| 5 | (EmacsFrameResize): Check if all is up to date before changing frame | ||
| 6 | size. | ||
| 7 | 5 | ||
| 8 | 2012-11-03 Eli Zaretskii <eliz@gnu.org> | 6 | * msdos.c (msdos_abort): Rename from emacs_abort, and make static. |
| 7 | (msdos_fatal_signal): New function. | ||
| 8 | (XMenuActivate): Adjust the call to kbd_buffer_events_waiting to | ||
| 9 | its argument list. | ||
| 10 | |||
| 11 | * conf_post.h (_GL_EXECINFO_INLINE) [MSDOS]: Define to "inline" | ||
| 12 | for GCC versions before 4. | ||
| 13 | (emacs_raise): Define to call msdos_fatal_signal. | ||
| 9 | 14 | ||
| 10 | * xdisp.c (init_from_display_pos): Fix initialization of the bidi | 15 | * xdisp.c (init_from_display_pos): Fix initialization of the bidi |
| 11 | iterator when starting in the middle of a display or overlay | 16 | iterator when starting in the middle of a display or overlay |
| 12 | string. (Bug#12745) | 17 | string. (Bug#12745) |
| 13 | 18 | ||
| 19 | 2012-11-03 Jan Djärv <jan.h.d@swipnet.se> | ||
| 20 | |||
| 21 | * widget.c (resize_cb): New function. | ||
| 22 | (EmacsFrameRealize): Add resize_cb as event handler (Bug#12733). | ||
| 23 | (EmacsFrameResize): Check if all is up to date before changing frame | ||
| 24 | size. | ||
| 25 | |||
| 14 | 2012-11-01 Eli Zaretskii <eliz@gnu.org> | 26 | 2012-11-01 Eli Zaretskii <eliz@gnu.org> |
| 15 | 27 | ||
| 16 | * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776) | 28 | * w32proc.c (getpgrp, setpgid): New functions. (Bug#12776) |