diff options
| author | Andrew Innes | 2001-06-11 11:00:24 +0000 |
|---|---|---|
| committer | Andrew Innes | 2001-06-11 11:00:24 +0000 |
| commit | a55a5f3c869451baf82d3b0065f90622f2b29820 (patch) | |
| tree | d424a4189a6faaca1f99db59e005279f0c5b3e5e /src/ChangeLog | |
| parent | 6eb51c108cfd0eec8bf67c73b3e902f0eda666db (diff) | |
| download | emacs-a55a5f3c869451baf82d3b0065f90622f2b29820.tar.gz emacs-a55a5f3c869451baf82d3b0065f90622f2b29820.zip | |
(create_child): Add new parameter is_gui_app.
(w32_executable_type): Add new parameter is_gui_app.
(sys_spawnve): Use it.
(sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
SIGQUIT. This matches better how the signals are interpreted by
MSVC compiled programs.
(syms_of_ntproc): Update docstring.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6bd26813216..f775a250c5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2001-06-11 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (create_child): Add new parameter is_gui_app. | ||
| 4 | (w32_executable_type): Add new parameter is_gui_app. | ||
| 5 | (sys_spawnve): Use it. | ||
| 6 | (sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for | ||
| 7 | SIGQUIT. This matches better how the signals are interpreted by | ||
| 8 | MSVC compiled programs. | ||
| 9 | (syms_of_ntproc): Update docstring. | ||
| 10 | |||
| 1 | 2001-06-02 Stefan Monnier <monnier@cs.yale.edu> | 11 | 2001-06-02 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 12 | ||
| 3 | * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as | 13 | * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as |