aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorSteven Tamm2004-10-10 16:56:21 +0000
committerSteven Tamm2004-10-10 16:56:21 +0000
commitc3f4c690b66558c159f98b9ab5d9164c2fa0bfb7 (patch)
tree6fabdcde0d06bb3a2638ea46102c1b4925464a4d /src/ChangeLog
parentaf8c54774fa9b48755d28bee1d095e4a7eb83c2f (diff)
downloademacs-c3f4c690b66558c159f98b9ab5d9164c2fa0bfb7.tar.gz
emacs-c3f4c690b66558c159f98b9ab5d9164c2fa0bfb7.zip
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
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f77876b007a..16cf5a216e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12004-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
12004-10-10 Kim F. Storm <storm@cua.dk> 162004-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