diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -379,6 +379,16 @@ displayed to be horizontally scrolled when lines are truncated on | |||
| 379 | display and point moves outside the left or right window margin. | 379 | display 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 | ||
| 384 | the window through the buffer. Unlike the default '%p', this | ||
| 385 | percentage approaches 100% as the window approaches the end of the | ||
| 386 | buffer. '%q' displays the percentage offsets of both the start and | ||
| 387 | the 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 |
| 384 | line in *Occur* buffer. | 394 | line in *Occur* buffer. |