comparison src/ChangeLog @ 103243:c5cff5d1a017

* 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.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 18 May 2009 08:01:20 +0000
parents 059a04a8ce32
children ed4e37cf73c3
comparison
equal deleted inserted replaced
103242:e0d2d5addcbf 103243:c5cff5d1a017
1 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com> 1 2009-05-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2 2
3 * nsterm.m (ns_read_socket): Remove unused variable. 3 * nsterm.m (ns_read_socket): Remove unused variable.
4 * frame.c (do_switch_frame): Under NS_IMPL_COCOA section, check
5 whether selected frame is viable before raising it (based on patch
6 by David Reitter), and improve commentary.
7 * nsfont.m (nsfont_make_fontset_for_font): Avoid a compiler warning.
4 8
5 2009-05-15 Kenichi Handa <handa@m17n.org> 9 2009-05-15 Kenichi Handa <handa@m17n.org>
6 10
7 * font.c (Ffont_spec): Check arguments. 11 * font.c (Ffont_spec): Check arguments.
8 12