changeset 104255:985e25a22139

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Aug 2009 13:21:46 +0000
parents 51cebe9c4743
children fdb28981838b
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 13 13:20:09 2009 +0000
+++ b/src/ChangeLog	Thu Aug 13 13:21:46 2009 +0000
@@ -1,3 +1,11 @@
+2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* cmds.c (nonundocount): New global variable.