emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog


From: Adrian Robert
Subject: [Emacs-diffs] emacs/src ChangeLog
Date: Fri, 18 Sep 2009 15:14:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 09/09/18 15:14:15

Modified files:
        src            : ChangeLog 

Log message:
                * 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.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7752&r2=1.7753

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7752
retrieving revision 1.7753
diff -u -b -r1.7752 -r1.7753
--- ChangeLog   17 Sep 2009 23:04:45 -0000      1.7752
+++ ChangeLog   18 Sep 2009 15:14:14 -0000      1.7753
@@ -1,3 +1,21 @@
+2009-09-18  Adrian Robert  <address@hidden>
+
+       * 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  <address@hidden>
 
        * emacs.c (inhibit_x_resources): New variable.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]