changeset 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 ec8c2bbf049e
children a28672f040f7
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 18 21:25:13 2009 +0000
+++ b/src/ChangeLog	Fri Sep 18 21:27:11 2009 +0000
@@ -9,6 +9,10 @@
 	* nsterm.m (ns_no_defaults): Remove.
 	(ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
 	(ns_use_qd_smoothing): Remove legacy variable.
+	(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)
 
 	* nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
 	ns_use_qd_smoothing.