# HG changeset patch # User Andrew Innes # Date 992257224 0 # Node ID 9d6b62b324d798874befe489987a8bdb2d1667ae # Parent 71e8b6ae114f1d9609f16866537c8a6d06d8ec3c *** empty log message *** diff -r 71e8b6ae114f -r 9d6b62b324d7 src/ChangeLog --- 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 + + * 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 * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as