comparison src/ChangeLog @ 58518:1a5509ec45da

(sys_signal): Don't use SA_RESTART if SYNC_INPUT is set. (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 25 Nov 2004 20:01:39 +0000
parents 3bd95b9c636a
children 8e7e32dcc9e2
comparison
equal deleted inserted replaced
58517:7b179055722a 58518:1a5509ec45da
1 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
4 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
5
6 * lread.c (readchar): Check QUIT when `getc' is interrupted.
7
1 2004-11-24 Richard M. Stallman <rms@gnu.org> 8 2004-11-24 Richard M. Stallman <rms@gnu.org>
2 9
3 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only. 10 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
4 11
5 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix. 12 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.