# HG changeset patch # User Adrian Robert # Date 1235129970 0 # Node ID 8b8ff4bab8c00ebd6be520ac7af90b460a632256 # Parent df135773c0eb996f192159e291ddd35ab4eb1a64 * nsterm.m (x_make_frame_invisible): Unset async_visible, async_iconified. Based on a patch by Christian Lynbech . (EmacsView-windowDidMiniaturize:): Unset async_visible. diff -r df135773c0eb -r 8b8ff4bab8c0 src/ChangeLog --- a/src/ChangeLog Fri Feb 20 11:39:19 2009 +0000 +++ b/src/ChangeLog Fri Feb 20 11:39:30 2009 +0000 @@ -1,3 +1,10 @@ +2009-02-20 Adrian Robert + + * nsterm.m (x_make_frame_invisible): Unset async_visible, + async_iconified. Based on a patch by Christian Lynbech + . + (EmacsView-windowDidMiniaturize:): Unset async_visible. + 2009-02-20 Glenn Morris * syntax.c (Fskip_chars_forward): Fix doc typo.