aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-01-09 15:31:26 -0500
committerChong Yidong2010-01-09 15:31:26 -0500
commite5a29a107058c1778796cdb13adeb1e52457455b (patch)
tree601dafd9d2dcde5d23a1a0ca589bfb51d132340e /src/ChangeLog
parent2f1c63846e4424829203007baf9a40f6e3e16e08 (diff)
downloademacs-e5a29a107058c1778796cdb13adeb1e52457455b.tar.gz
emacs-e5a29a107058c1778796cdb13adeb1e52457455b.zip
Fix for Bug#4113.
* nsterm.m (ns_set_default_prefs): Delete function. (syms_of_nsterm): Initialize ns_command_modifier, ns_control_modifier, ns_function_modifier, ns_antialias_text, and ns_antialias_threshold here, not in ns_term_init (Bug#4113).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0faafaf2ca..5b69f08c733 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12010-01-09 Chong Yidong <cyd@stupidchicken.com> 12010-01-09 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * nsterm.m (ns_set_default_prefs): Delete function.
4 (syms_of_nsterm): Initialize ns_command_modifier,
5 ns_control_modifier, ns_function_modifier, ns_antialias_text, and
6 ns_antialias_threshold here, not in ns_term_init (Bug#4113).
7
3 * xdisp.c (pos_visible_p): Check for invisible text at the correct 8 * xdisp.c (pos_visible_p): Check for invisible text at the correct
4 position (Bug#4040). 9 position (Bug#4040).
5 10