comparison src/ChangeLog @ 102428:3592fbfdbc63

* nsterm.m (x_set_window_size): Change back to calculated method of setting toolbar height under Cocoa. (Bug#2546) (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 06 Mar 2009 14:53:02 +0000
parents 99e14dddbf65
children e5feb6e6124a
comparison
equal deleted inserted replaced
102427:03f8a267cd56 102428:3592fbfdbc63
1 2009-03-06 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * nsterm.m (x_set_window_size): Change back to calculated method
4 of setting toolbar height under Cocoa. (Bug#2546)
5 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
6 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
7
1 2009-03-06 Kenichi Handa <handa@m17n.org> 8 2009-03-06 Kenichi Handa <handa@m17n.org>
2 9
3 These changes are to detect incorrect composition sequence without 10 These changes are to detect incorrect composition sequence without
4 looking ahead the source. (Bug#2370) 11 looking ahead the source. (Bug#2370)
5 12
49 (handle_composition_annotation): Likewise. 56 (handle_composition_annotation): Likewise.
50 (consume_chars): Adjusted for the change of get_translation. 57 (consume_chars): Adjusted for the change of get_translation.
51 58
52 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com> 59 2009-03-05 Adrian Robert <Adrian.B.Robert@gmail.com>
53 60
54 * nsterm.m (ns_select): Shortcircuit if reentrant call. 61 * nsterm.m (ns_select): Shortcircuit if reentrant call. (Bug#2564)
55 62
56 2009-03-05 Kenichi Handa <handa@m17n.org> 63 2009-03-05 Kenichi Handa <handa@m17n.org>
57 64
58 * font.c (font_select_entity): New function. 65 * font.c (font_select_entity): New function.
59 (font_find_for_lface): Use font_select_entity to select a font. 66 (font_find_for_lface): Use font_select_entity to select a font.