From c7baf7e99facdb2510a5031e0d40dd684c85de36 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 13 Aug 2009 13:21:46 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 6 ++++++ src/ChangeLog | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 395c4593ac3..0c53edc8a9d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-08-13 Nick Roberts + + * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to + create buffer with a pty but no process so that GDB can make the + inferior the controlling process. + 2009-08-13 Kenichi Handa * international/ucs-normalize.el: New file. diff --git a/src/ChangeLog b/src/ChangeLog index 266ebbb0878..4e32fe46bec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2009-08-13 Nick Roberts + + * process.c (create_pty): New function. + (Fstart_process): Use it to allow Emacs to just associate a pty + with the buffer. See associated change in gdb-mi.el. + (list_processes_1): Deal with no program name. + (start_process_unwind): Use pid == -2 to mean no process. + 2009-08-12 Stefan Monnier * cmds.c (nonundocount): New global variable. -- 2.39.5