]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
Note bug number in last change.
[gnu-emacs] / src / ChangeLog
index 266ebbb0878f66db4cc4233f2df37ae9bbd03e67..fb194ed5e27fb29bd3a28ee6440595785ae1c958 100644 (file)
@@ -1,3 +1,17 @@
+2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
+       (xbm_load_image): Caller changed.
+       (xbm_file_p): Avoid signalling an image_error (Bug#4107).
+
+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.