comparison src/ChangeLog @ 104255:985e25a22139

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Aug 2009 13:21:46 +0000
parents b729d024f6dc
children a52366907b7a
comparison
equal deleted inserted replaced
104254:51cebe9c4743 104255:985e25a22139
1 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2
3 * process.c (create_pty): New function.
4 (Fstart_process): Use it to allow Emacs to just associate a pty
5 with the buffer. See associated change in gdb-mi.el.
6 (list_processes_1): Deal with no program name.
7 (start_process_unwind): Use pid == -2 to mean no process.
8
1 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca> 9 2009-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 10
3 * cmds.c (nonundocount): New global variable. 11 * cmds.c (nonundocount): New global variable.
4 (keys_of_cmds): Initialize it. 12 (keys_of_cmds): Initialize it.
5 (Fself_insert_command): Use it to combine upto 20 sequential chars 13 (Fself_insert_command): Use it to combine upto 20 sequential chars