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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sun, 16 Mar 2003 17:05:01 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3151 emacs/src/ChangeLog:1.3152
*** emacs/src/ChangeLog:1.3151  Sun Mar 16 15:50:57 2003
--- emacs/src/ChangeLog Sun Mar 16 17:05:00 2003
***************
*** 1,9 ****
  2003-03-16  Kim F. Storm  <address@hidden>
  
        The following changes consolidate some of the gui-independent
        parts of the processing and drawing of "glyph strings" from
        xterm.c, w32term.c, and macterm.c into xdisp.c.
!       
        * dispextern.h (struct glyph): Reduce face_id member from 22 to
        21 bits (this reduces number of faces from 4M to 2M).
        Replace W32 specific w32_font_type member (2 bits) by generic
--- 1,13 ----
+ 2003-03-16  Juanma Barranquero  <address@hidden>
+ 
+       * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
+ 
  2003-03-16  Kim F. Storm  <address@hidden>
  
        The following changes consolidate some of the gui-independent
        parts of the processing and drawing of "glyph strings" from
        xterm.c, w32term.c, and macterm.c into xdisp.c.
! 
        * dispextern.h (struct glyph): Reduce face_id member from 22 to
        21 bits (this reduces number of faces from 4M to 2M).
        Replace W32 specific w32_font_type member (2 bits) by generic
***************
*** 42,48 ****
        (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
        (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
        New macros for consolidated code.
!  
        * xterm.c: Remove consolidated defines and code.
        (x_per_char_metric, x_encode_char)
        (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
--- 46,52 ----
        (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
        (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
        New macros for consolidated code.
! 
        * xterm.c: Remove consolidated defines and code.
        (x_per_char_metric, x_encode_char)
        (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
***************
*** 53,59 ****
        (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
  
        * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
!       (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): 
        New macros for consolidation.
  
        * w32term.c: Remove consolidated defines and code.
--- 57,63 ----
        (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
  
        * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
!       (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
        New macros for consolidation.
  
        * w32term.c: Remove consolidated defines and code.




reply via email to

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