diff options
| author | Chong Yidong | 2010-01-09 15:31:26 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-09 15:31:26 -0500 |
| commit | e5a29a107058c1778796cdb13adeb1e52457455b (patch) | |
| tree | 601dafd9d2dcde5d23a1a0ca589bfb51d132340e /src/ChangeLog | |
| parent | 2f1c63846e4424829203007baf9a40f6e3e16e08 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2010-01-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-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 | ||