From: Adrian Robert Date: Mon, 18 May 2009 08:01:20 +0000 (+0000) Subject: * nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame... X-Git-Tag: emacs-pretest-23.0.94~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1564e6499ec27783f38f16bc75e67df484f274e6;p=emacs.git * nsterm.m (ns_read_socket): Remove unused variable. * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check whether selected frame is viable before raising it (based on patch by David Reitter), and improve commentary. * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8620a3ef396..2518a8da077 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,10 @@ 2009-05-18 Adrian Robert * nsterm.m (ns_read_socket): Remove unused variable. + * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check + whether selected frame is viable before raising it (based on patch + by David Reitter), and improve commentary. + * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning. 2009-05-15 Kenichi Handa