[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (604724e -> ce88155)
From: |
Noam Postavsky |
Subject: |
[Emacs-diffs] master updated (604724e -> ce88155) |
Date: |
Fri, 3 Feb 2017 02:38:32 +0000 (UTC) |
npostavs pushed a change to branch master.
from 604724e (xref-collect-matches): Use '-E' together with '-e'
new d17e92d Refactor uses of scroll_margin to a function
new c92fc7a Don't count mode line for scroll-margin limit
new e27a91c Make limit on scroll-margin variable
new b9be4c1 Fix scrolling with partial lines
new da515a0 Add tests for scrolling
new ce88155 ; Merge: fixes and updates to scroll margin (Bug#5718)
Summary of changes:
doc/emacs/display.texi | 12 ++--
doc/lispref/windows.texi | 15 +++++
etc/NEWS | 5 ++
lisp/cus-start.el | 1 +
src/dispextern.h | 1 +
src/window.c | 53 ++++++++++++------
src/window.h | 2 +
src/xdisp.c | 104 +++++++++++++++-------------------
test/manual/scroll-tests.el | 130 +++++++++++++++++++++++++++++++++++++++++++
9 files changed, 243 insertions(+), 80 deletions(-)
create mode 100644 test/manual/scroll-tests.el
- [Emacs-diffs] master updated (604724e -> ce88155),
Noam Postavsky <=
- [Emacs-diffs] master c92fc7a 2/6: Don't count mode line for scroll-margin limit, Noam Postavsky, 2017/02/02
- [Emacs-diffs] master da515a0 5/6: Add tests for scrolling, Noam Postavsky, 2017/02/02
- [Emacs-diffs] master d17e92d 1/6: Refactor uses of scroll_margin to a function, Noam Postavsky, 2017/02/02
- [Emacs-diffs] master b9be4c1 4/6: Fix scrolling with partial lines, Noam Postavsky, 2017/02/02
- [Emacs-diffs] master e27a91c 3/6: Make limit on scroll-margin variable, Noam Postavsky, 2017/02/02
- [Emacs-diffs] master ce88155 6/6: ; Merge: fixes and updates to scroll margin (Bug#5718), Noam Postavsky, 2017/02/02