aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1b1fec3e914..2ca91d5d793 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -379,6 +379,16 @@ displayed to be horizontally scrolled when lines are truncated on
379display and point moves outside the left or right window margin. 379display and point moves outside the left or right window margin.
380 380
381+++ 381+++
382** New mode line constructs '%o' and '%q', and user option
383'mode-line-percent-position'. '%o' displays the "degree of travel" of
384the window through the buffer. Unlike the default '%p', this
385percentage approaches 100% as the window approaches the end of the
386buffer. '%q' displays the percentage offsets of both the start and
387the end of the window, e.g. "5-17%". The new option
388'mode-line-percent-position' makes it easier to switch between '%p',
389'%P', and these new constructs.
390
391+++
382** Two new user options 'list-matching-lines-jump-to-current-line' and 392** Two new user options 'list-matching-lines-jump-to-current-line' and
383'list-matching-lines-current-line-face' to show highlighted the current 393'list-matching-lines-current-line-face' to show highlighted the current
384line in *Occur* buffer. 394line in *Occur* buffer.