emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sun, 20 Jul 2008 00:47:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/20 00:47:29

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6735
retrieving revision 1.6736
diff -u -b -r1.6735 -r1.6736
--- ChangeLog   19 Jul 2008 20:45:33 -0000      1.6735
+++ ChangeLog   20 Jul 2008 00:47:28 -0000      1.6736
@@ -1,5 +1,22 @@
 2008-07-19  Adrian Robert  <address@hidden>
 
+       * font.c (font_open_by_name): Under NS, default lface height to zero.
+       (font_open_for_lface): Under NS, set size based on frame fontsize.
+       * nsterm.m (EmacsView-changeFont:): Remove some commented code.
+       * frame.c (x_set_frame_parameters): Remove HAVE_NS ifdef.
+
+2008-07-19  Adrian Robert  <address@hidden>
+
+       * nsterm.m (ns_antialias_text, ns_use_qd_smoothing)
+       (ns_use_system_highlight_color): Switch these from DEFVAR_BOOL to
+       DEFVAR_LISP and change all code accordingly to use Qt/Qnil instead of
+       YES/NO.
+       * nsterm.h (prevUseHighlightColor): Make a Lisp_Object.
+       * nsfont.m (nsfont_draw): Treat ns_use_qd_smoothing as Lisp_Object.
+       * Makefile.in (clean): Clear out build destination dir.
+
+2008-07-19  Adrian Robert  <address@hidden>
+
        * Makefile.in (nsgui.h-related dependencies): Remove abbrev, xfns,
        xterm, xselect.
        * lisp.h: Remove declaration of hash_remove.




reply via email to

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