diff options
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
| @@ -519,6 +519,13 @@ mode toggling function instead. | |||
| 519 | *** A numeric prefix argument of `info' selects an Info buffer | 519 | *** A numeric prefix argument of `info' selects an Info buffer |
| 520 | with the number appended to the *info* buffer name. | 520 | with the number appended to the *info* buffer name. |
| 521 | 521 | ||
| 522 | *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes. | ||
| 523 | Failed isearch wraps to the top/final node. | ||
| 524 | |||
| 525 | *** New search commands: `Info-search-case-sensitively' (bound to S), | ||
| 526 | `Info-search-backward', and `Info-search-next' which repeats the last | ||
| 527 | search without prompting for a new search string. | ||
| 528 | |||
| 522 | *** New command `Info-history' (bound to L) displays a menu of visited nodes. | 529 | *** New command `Info-history' (bound to L) displays a menu of visited nodes. |
| 523 | 530 | ||
| 524 | *** New command `Info-toc' (bound to T) creates a node with table of contents | 531 | *** New command `Info-toc' (bound to T) creates a node with table of contents |
| @@ -532,11 +539,6 @@ possible matches. | |||
| 532 | the current Info node name into the kill ring. With a zero prefix | 539 | the current Info node name into the kill ring. With a zero prefix |
| 533 | arg, puts the node name inside the `info' function call. | 540 | arg, puts the node name inside the `info' function call. |
| 534 | 541 | ||
| 535 | *** New command `Info-search-case-sensitively' (bound to S). | ||
| 536 | |||
| 537 | *** New command `Info-search-next' (unbound) repeats the last search | ||
| 538 | without prompting for a new search string. | ||
| 539 | |||
| 540 | *** New face `info-xref-visited' distinguishes visited nodes from unvisited | 542 | *** New face `info-xref-visited' distinguishes visited nodes from unvisited |
| 541 | and a new option `Info-fontify-visited-nodes' to control this. | 543 | and a new option `Info-fontify-visited-nodes' to control this. |
| 542 | 544 | ||