emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/line-numbers updated (7277c0f -> ead4ab6)


From: Eli Zaretskii
Subject: [Emacs-diffs] scratch/line-numbers updated (7277c0f -> ead4ab6)
Date: Sat, 24 Jun 2017 13:12:50 -0400 (EDT)

eliz pushed a change to branch scratch/line-numbers.

      from  7277c0f   Finish up native display of line numbers
       new  d4eddb0   Fix display of indicate-empty-lines when line numbers are 
displayed
       new  bbaf2f3   Fix background color beyond EOB and cursor display
       new  77f8b86   Fix display of line numbers with fonts larger than the 
default
       new  5b648ac   Fix problems with line-number updates in Follow mode
       new  9776d7b   Don't display line numbers in the minibuffer and in 
tooltip frames.
       new  7d7602c   Fix crashes on TTY frames due to negative lnum_width.
       new  55a9298   Fix tab stops when line numbers are displayed
       new  efedb66   Rename display-line-width
       new  fa5e84c   Change display of current line in relative mode
       new  71a7294   Support a separate face for displaying the current line's 
number
       new  6e18841   Allow Lisp program to disable line-number display for 
specific lines
       new  13cc19a   Partial fix of hscroll of truncated lines with line 
numbers
       new  0d5c713   Move additional hscrolling code into a suitable 'if'
       new  ead4ab6   Improve documentation in NEWS.


Summary of changes:
 etc/NEWS          |  26 +++-
 lisp/cus-start.el |   2 +-
 lisp/faces.el     |   7 +
 lisp/frame.el     |   1 +
 src/term.c        |   4 +
 src/xdisp.c       | 432 ++++++++++++++++++++++++++++++++++--------------------
 6 files changed, 306 insertions(+), 166 deletions(-)



reply via email to

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