emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (6f10a3f -> f1baa15)


From: Eli Zaretskii
Subject: [Emacs-diffs] master updated (6f10a3f -> f1baa15)
Date: Sat, 06 Jun 2015 13:12:16 +0000

eliz pushed a change to branch master.

      from  6f10a3f   Add assertion in adjust_point_for_property
      adds  1d87cb3   Avoid very high screen lines with some fonts
      adds  c76605f   Fix display of glyphless characters with problematic fonts
      adds  c522848   Fix display of stretch glyphs with large fonts
      adds  5f734fa   Fix line dimensions from line-height property
      adds  42a7b12   Fix 2 more calculations of line height
      adds  ba5f83d   Fix display of cursor at end of empty lines
      adds  643470f   Fix display of composite characters with large fonts
      adds  cab645a   Attempt to fix crashes due to accesses beyond glyph 
matrix end
      adds  957cbfd   NS equivalents of xterm.c and w32term.c changes
       new  f1baa15   Fix display when a font claims large values of ascent and 
descent


Summary of changes:
 src/composite.c  |    6 +-
 src/dispextern.h |    8 ++
 src/font.c       |    7 ++-
 src/nsterm.m     |    9 ++-
 src/w32font.c    |   25 ++++++-
 src/w32term.c    |   12 +++-
 src/xdisp.c      |  210 ++++++++++++++++++++++++++++++++++++++++++++++++------
 src/xftfont.c    |   22 +++++-
 src/xterm.c      |   10 ++-
 9 files changed, 274 insertions(+), 35 deletions(-)



reply via email to

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