]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs.c (inhibit_x_resources): Update doc string for NS.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 15:14:14 +0000 (15:14 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 15:14:14 +0000 (15:14 +0000)
(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.

src/ChangeLog

index a431e5b94f073d057cf0b1076ad564d884337864..24da9995201f7bb3b7c8d53102f89a1944be85cc 100644 (file)
@@ -1,3 +1,21 @@
+2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * 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.
+
 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs.c (inhibit_x_resources): New variable.