aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert2009-09-18 15:14:14 +0000
committerAdrian Robert2009-09-18 15:14:14 +0000
commit3164272821a1ed08fb75a2a8d706541adcab2cd4 (patch)
tree333a17cb55cb26b888e10baee265ba16e0424e5c /src
parent386a49d30bc63ed6500fcf5ab3d22552ca1c5fdf (diff)
downloademacs-3164272821a1ed08fb75a2a8d706541adcab2cd4.tar.gz
emacs-3164272821a1ed08fb75a2a8d706541adcab2cd4.zip
* emacs.c (inhibit_x_resources): Update doc string for NS.
(main) [HAVE_NS]: Don't process --no-init-file option. Remove legacy code for -NXHost. * nsterm.h (ns_no_defaults): Remove. * nsterm.m (ns_no_defaults): Remove. (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources. (ns_use_qd_smoothing): Remove legacy variable. * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use ns_use_qd_smoothing. * nsfns.m (x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a431e5b94f0..24da9995201 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
2
3 * emacs.c (inhibit_x_resources): Update doc string for NS.
4 (main) [HAVE_NS]: Don't process --no-init-file option. Remove
5 legacy code for -NXHost.
6
7 * nsterm.h (ns_no_defaults): Remove.
8
9 * nsterm.m (ns_no_defaults): Remove.
10 (ns_term_init): Switch ns_no_defaults -> inhibit_x_resources.
11 (ns_use_qd_smoothing): Remove legacy variable.
12
13 * nsfont.m (nsfont_draw) [NS_IMPL_COCOA]: Don't use
14 ns_use_qd_smoothing.
15
16 * nsfns.m (x_get_string_resource): Ape just-previous changes to other
17 platform versions. Drop support for emacs-20-style face specs.
18
12009-09-17 Juanma Barranquero <lekktu@gmail.com> 192009-09-17 Juanma Barranquero <lekktu@gmail.com>
2 20
3 * emacs.c (inhibit_x_resources): New variable. 21 * emacs.c (inhibit_x_resources): New variable.