comparison src/ChangeLog @ 48743:4036fa27e2a6

Adding log for changes to sysdep.c,eval.c,macterm.c,mac.c
author Steven Tamm <steventamm@mac.com>
date Sun, 08 Dec 2002 06:03:28 +0000
parents ea9832f89c8f
children cb0b6333263b
comparison
equal deleted inserted replaced
48742:7b5cd8383f0b 48743:4036fa27e2a6
1 2002-12-07 Steven Tamm <steventamm@mac.com>
2
3 * sysdep.c (emacs_read): Have emacs_read use sys_read.
4
5 * eval.c (Feval): Calls mac_check_for_quit_char at each stack
6 frame. This may change as it could be time consuming.
7
8 * macterm.c (mac_check_for_quit_char, quit_char_comp)
9 (init_quit_char_handler, mac_determine_quit_char_modifiers)
10 (mac_initialize): Added code to check for pressing of quit_char
11 in the OS event queue
12
13 * mac.c (sys_select): Call mac_check_for_quit_char every second
14 while blocking on select.
15
16 * mac.c (sys_read): Use sys_select to test for input first
17 before calling read to allow C-g to break
18
1 2002-12-07 Richard M. Stallman <rms@gnu.org> 19 2002-12-07 Richard M. Stallman <rms@gnu.org>
2 20
3 * minibuf.c (Fcompleting_read): Doc fix. 21 * minibuf.c (Fcompleting_read): Doc fix.
4 22
5 * lread.c (syms_of_lread) <load-history>: Doc fix. 23 * lread.c (syms_of_lread) <load-history>: Doc fix.