diff src/ChangeLog @ 49903:6dc5bfe9589b

Removed subtty, workaround for when TIOCSIGSEND fails.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 21 Feb 2003 18:13:53 +0000
parents 71b3917cf40b
children 71b48ca95d18
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 21 16:38:34 2003 +0000
+++ b/src/ChangeLog	Fri Feb 21 18:13:53 2003 +0000
@@ -1,3 +1,13 @@
+2003-02-21  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* process.h: Removed subtty field from struct Lisp_Process.
+
+	* process.c (create_process): Remove setting of subtty.
+	(emacs_get_tty_pgrp): New function.
+	(Fprocess_running_child_p, process_send_signal): Call
+	emacs_get_tty_pgrp instead of ioctl.
+	(process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
+
 2003-02-21  Kai Gro,A_(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
 	* keymap.c (Fdefine_key): Doc fix.