comparison src/ChangeLog @ 104259:a52366907b7a

* image.c (xbm_read_bitmap_data): New arg inhibit_image_error. (xbm_load_image): Caller changed. (xbm_file_p): Avoid signalling an image_error.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 13 Aug 2009 17:01:21 +0000
parents 985e25a22139
children d1eff5d63114
comparison
equal deleted inserted replaced
104258:81cbeb1f6df1 104259:a52366907b7a
1 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
4 (xbm_load_image): Caller changed.
5 (xbm_file_p): Avoid signalling an image_error.
6
1 2009-08-13 Nick Roberts <nickrob@snap.net.nz> 7 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
2 8
3 * process.c (create_pty): New function. 9 * process.c (create_pty): New function.
4 (Fstart_process): Use it to allow Emacs to just associate a pty 10 (Fstart_process): Use it to allow Emacs to just associate a pty
5 with the buffer. See associated change in gdb-mi.el. 11 with the buffer. See associated change in gdb-mi.el.