# HG changeset patch # User Nick Roberts # Date 1250169706 0 # Node ID 985e25a22139075f9f70df04b69eb0e81accbe36 # Parent 51cebe9c474375e322f3f965d59bb4d2133abe2b *** empty log message *** diff -r 51cebe9c4743 -r 985e25a22139 src/ChangeLog --- 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 + + * 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.