aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2009-09-18 21:27:11 +0000
committerAdrian Robert2009-09-18 21:27:11 +0000
commit6516d10a4964bbf40fa98fa8530de95e7fba4a72 (patch)
tree7b01a10e72fe9278007dbc29513ed40ec0d91820 /src/ChangeLog
parent7107c29e11f8372115fb9933bafd12e40be69163 (diff)
downloademacs-6516d10a4964bbf40fa98fa8530de95e7fba4a72.tar.gz
emacs-6516d10a4964bbf40fa98fa8530de95e7fba4a72.zip
* 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)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c40dc4cfdf4..ad7ab0b6544 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,10 @@
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.