comparison src/ChangeLog @ 105097:2eb22b3c2b86

* nsterm.m (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and don't update the NSWindow itself. (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve state detection and store user rect ourselves. (Bug #3581)
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 18 Sep 2009 21:27:11 +0000
parents 7d1a89cec51a
children bb1e824539f2
comparison
equal deleted inserted replaced
105096:ec8c2bbf049e 105097:2eb22b3c2b86
7 * nsterm.h (ns_no_defaults): Remove. 7 * nsterm.h (ns_no_defaults): Remove.
8 8
9 * nsterm.m (ns_no_defaults): Remove. 9 * nsterm.m (ns_no_defaults): Remove.
10 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. 10 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
11 (ns_use_qd_smoothing): Remove legacy variable. 11 (ns_use_qd_smoothing): Remove legacy variable.
12 (EmacsView-windowShouldZoom:): Set frame left_pos, top_pos and
13 don't update the NSWindow itself.
14 (EmacsView-windowWillUseStandardFrame:defaultFrame:): Improve
15 state detection and store user rect ourselves. (Bug #3581)
12 16
13 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use 17 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
14 ns_use_qd_smoothing. 18 ns_use_qd_smoothing.
15 19
16 * nsfns.m (x_get_string_resource): Ape just-previous changes to other 20 * nsfns.m (x_get_string_resource): Ape just-previous changes to other