* etc/NEWS: Note setting make-cursor-line-fully-visible to nil in follow-mode
Also re-insert the "temporary note" explaining --- and +++.
This commit is contained in:
parent
cdca208932
commit
f8df6f2307
1 changed files with 14 additions and 0 deletions
14
etc/NEWS
14
etc/NEWS
|
@ -15,6 +15,12 @@ in older Emacs versions.
|
||||||
You can narrow news to a specific version by calling 'view-emacs-news'
|
You can narrow news to a specific version by calling 'view-emacs-news'
|
||||||
with a prefix argument or by typing C-u C-h C-n.
|
with a prefix argument or by typing C-u C-h C-n.
|
||||||
|
|
||||||
|
Temporary note:
|
||||||
|
+++ indicates that all necessary documentation updates are complete.
|
||||||
|
(This means all relevant manuals in doc/ AND lisp doc-strings.)
|
||||||
|
--- means no change in the manuals is needed.
|
||||||
|
When you add a new item, use the appropriate mark if you are sure it applies,
|
||||||
|
|
||||||
|
|
||||||
* Installation Changes in Emacs 26.2
|
* Installation Changes in Emacs 26.2
|
||||||
|
|
||||||
|
@ -45,6 +51,14 @@ often cause crashes. Set it to nil if you really need those fonts.
|
||||||
|
|
||||||
* Changes in Specialized Modes and Packages in Emacs 26.2
|
* Changes in Specialized Modes and Packages in Emacs 26.2
|
||||||
|
|
||||||
|
---
|
||||||
|
** Follow mode
|
||||||
|
Follow mode now sets a buffer local value of nil for
|
||||||
|
make-cursor-line-fully-visible in any buffer using it. This ensures
|
||||||
|
correct operation if point is moved by C-n to the next window when
|
||||||
|
there is a partially displayed line at the bottom of the original
|
||||||
|
window.
|
||||||
|
|
||||||
** Ibuffer
|
** Ibuffer
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue