changeset 38023:9d6b62b324d7

*** empty log message ***
author Andrew Innes <andrewi@gnu.org>
date Mon, 11 Jun 2001 11:00:24 +0000
parents 71e8b6ae114f
children 939c227505cd
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 11 11:00:03 2001 +0000
+++ b/src/ChangeLog	Mon Jun 11 11:00:24 2001 +0000
@@ -1,3 +1,13 @@
+2001-06-11  Andrew Innes  <andrewi@gnu.org>
+
+	* w32proc.c (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.
+
 2001-06-02  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as