emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master updated (b8ead34 -> 5df239f)


From: Eli Zaretskii
Subject: [Emacs-diffs] master updated (b8ead34 -> 5df239f)
Date: Sat, 8 Jul 2017 03:52:27 -0400 (EDT)

eliz pushed a change to branch master.

      from  b8ead34   Fix more ungetc bugs with encoding errors
      adds  daf7896   Initial version of native display of line numbers
      adds  7277c0f   Finish up native display of line numbers
      adds  d4eddb0   Fix display of indicate-empty-lines when line numbers are 
displayed
      adds  bbaf2f3   Fix background color beyond EOB and cursor display
      adds  77f8b86   Fix display of line numbers with fonts larger than the 
default
      adds  5b648ac   Fix problems with line-number updates in Follow mode
      adds  9776d7b   Don't display line numbers in the minibuffer and in 
tooltip frames.
      adds  7d7602c   Fix crashes on TTY frames due to negative lnum_width.
      adds  55a9298   Fix tab stops when line numbers are displayed
      adds  efedb66   Rename display-line-width
      adds  fa5e84c   Change display of current line in relative mode
      adds  71a7294   Support a separate face for displaying the current line's 
number
      adds  6e18841   Allow Lisp program to disable line-number display for 
specific lines
      adds  13cc19a   Partial fix of hscroll of truncated lines with line 
numbers
      adds  0d5c713   Move additional hscrolling code into a suitable 'if'
      adds  ead4ab6   Improve documentation in NEWS.
      adds  16d2695   Minor change in NEWS.
      adds  540669c   Fix line number display for overlay/display strings with 
newlines
      adds  5d1025e   Allow to disable display of line numbers beyond EOB
      adds  33073d5   Minor aesthetic fix of last change.
      adds  67c8a21   Update IT's metrics while simulating display
      adds  beb95a8   Initial support for visually-relative line numbers
      adds  71e31ac   Support default-text-properties
      adds  5b9b494   Minor fixes
      adds  dfe1c82   Fix TAB display when the line-number face uses a 
smaller/larger font
      adds  a06dd3b   Fix hscrolling with line numbers on TTY frames
      adds  0e4f2e0   Speed up the visual-mode relative line numbers
      adds  7a762fb   Support displaying zero as the number of the current line
      adds  e83b128   Add documentation for display-line-numbers
      adds  a9be5a7   Fix relative-number display with non-nil 
display-line-number-width
      adds  1174e53   Improve documentation of faces related to 
display-line-numbers
      adds  fb62728   Avoid slow redisplay under 'visual' mode of line numbers
      adds  b5ce310   Improve display of tabs with line numbers
      adds  4c9353a   Avoid off-by-one errors in column C-n/C-p calculations
      adds  52bfb7d   Avoid errors in vertical-motion when buffer is narrowed
      adds  d5f8a3d   Fix display of current line number in visual mode
      adds  25bc391   Implement line numbers that disregard narrowing
      adds  4caf65d   Fix vertical-motion across the place where line-number 
width changes
      adds  13786d5   Exclude blank columns from value of 
line-number-display-width
       new  5df239f   Support display of line numbers natively


Summary of changes:
 doc/emacs/basic.texi     |   3 +-
 doc/emacs/custom.texi    |   1 -
 doc/emacs/display.texi   |  62 +++++-
 doc/emacs/modes.texi     |   5 -
 doc/lispref/display.texi |  17 ++
 etc/NEWS                 |  52 ++++-
 lisp/cus-start.el        |  32 +++
 lisp/faces.el            |  27 +++
 lisp/frame.el            |   4 +
 lisp/menu-bar.el         |  19 +-
 lisp/simple.el           |  21 +-
 src/buffer.c             |  27 +++
 src/dispextern.h         |  22 +-
 src/indent.c             |  70 +++++-
 src/lisp.h               |   1 +
 src/term.c               |   8 +-
 src/xdisp.c              | 547 ++++++++++++++++++++++++++++++++++++++++++++---
 17 files changed, 876 insertions(+), 42 deletions(-)



reply via email to

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