comparison src/ChangeLog @ 57425:0867872551d9

macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow (x_lower_frame): Add BLOCK_INPUT around SendBehind (make_mac_frame): Add BLOCK_INPUT around the making of a terminal frame (mac_initialize): Add BLOCK_INPUT around carbon initialization macgui.h (mktime): Use emacs_mktime macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code. Make a cancel file-open dialog be like C-g. mac.c (mktime): Use emacs_mktime (Fdo_applescript): Add BLOCK_INPUT around do_applescript (Fmac_paste_function): Add better error handling for carbon cut/paste
author Steven Tamm <steventamm@mac.com>
date Sun, 10 Oct 2004 16:56:21 +0000
parents d367877eabf0
children d95ac5c74632
comparison
equal deleted inserted replaced
57424:b1ed4b950258 57425:0867872551d9
1 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow
4 (x_lower_frame): Add BLOCK_INPUT around SendBehind
5 (make_mac_frame): Add BLOCK_INPUT around the making of a
6 terminal frame
7 (mac_initialize): Add BLOCK_INPUT around carbon initialization
8 * macgui.h (mktime): Use emacs_mktime
9 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
10 Make a cancel file-open dialog be like C-g.
11 * mac.c (mktime): Use emacs_mktime
12 (Fdo_applescript): Add BLOCK_INPUT around do_applescript
13 (Fmac_paste_function): Add better error handling for carbon
14 cut/paste
15
1 2004-10-10 Kim F. Storm <storm@cua.dk> 16 2004-10-10 Kim F. Storm <storm@cua.dk>
2 17
3 * keyboard.c (timer_resume_idle): New function to resume idle 18 * keyboard.c (timer_resume_idle): New function to resume idle
4 timer without resetting timers on the idle list. 19 timer without resetting timers on the idle list.
5 (read_char): Use timer_resume_idle. Remove local var last_idle_start. 20 (read_char): Use timer_resume_idle. Remove local var last_idle_start.