aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.