comparison src/ChangeLog @ 102432:928c9091126b

* nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 06 Mar 2009 15:36:16 +0000
parents e5feb6e6124a
children 8b1a3964c4e5
comparison
equal deleted inserted replaced
102431:ccae12dc75d9 102432:928c9091126b
7 7
8 * nsterm.m (x_set_window_size): Change back to calculated method 8 * nsterm.m (x_set_window_size): Change back to calculated method
9 of setting toolbar height under Cocoa. (Bug#2546) 9 of setting toolbar height under Cocoa. (Bug#2546)
10 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method. 10 (EmacsView-windowWillUseStandardFrame:defaultFrame:): New method.
11 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize. 11 (EmacsView-drawRect:): Completely shortcircuit if ns_in_resize.
12
13 * nsfns.m (ns_appkit_version_int): Fix typo in the version macro.
12 14
13 2009-03-06 Kenichi Handa <handa@m17n.org> 15 2009-03-06 Kenichi Handa <handa@m17n.org>
14 16
15 These changes are to detect incorrect composition sequence without 17 These changes are to detect incorrect composition sequence without
16 looking ahead the source. (Bug#2370) 18 looking ahead the source. (Bug#2370)