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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Fri, 13 Jun 2008 16:35:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/13 16:35:18

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6563
retrieving revision 1.6564
diff -u -b -r1.6563 -r1.6564
--- ChangeLog   13 Jun 2008 14:52:13 -0000      1.6563
+++ ChangeLog   13 Jun 2008 16:35:16 -0000      1.6564
@@ -1,6 +1,11 @@
+2008-06-13  Stefan Monnier  <address@hidden>
+
+       * process.c (Fserial_process_configure, Fprocess_send_eof):
+       Use EQ to compare Lisp_Objects.
+
 2008-06-13  Jason Rumney  <address@hidden>
 
-        * w32fns.c (Fw32_select_font): Removed old font API function.
+       * w32fns.c (Fw32_select_font): Remove old font API function.
 
         * w32font.c (logfont_to_fcname): New function.
         (Fx_select_font): New font dialog function compatible with
@@ -1058,15 +1063,13 @@
        calculate underline position and thickness.  Use xlfd name as name
        property.  Don't set codepage.
        (w32font_open): Pass font_object to w32font_open_internal.  Don't
-       update dpyinfo->smallest_font_height and
-       dpyinfo->smallest_char_width.
+       update dpyinfo->smallest_font_height and dpyinfo->smallest_char_width.
        (w32font_draw): Use s->font.
        (clear_cached_metrics): Don't clear non-existent blocks.
 
        * w32term.c (w32_compute_glyph_string_overhangs): Don't compute if
        font was not found.
-       (x_draw_glyph_string): Use underline position and thickness from
-       font.
+       (x_draw_glyph_string): Use underline position and thickness from font.
 
        * w32uniscribe.c (uniscribe_open): Pass font_object to
        w32font_open_internal.




reply via email to

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