comparison etc/NEWS @ 59474:9a23ea95fbf6

Info-history-forward
author Juri Linkov <juri@jurta.org>
date Tue, 11 Jan 2005 21:59:47 +0000
parents 100bcbece57b
children 899be1c53d98
comparison
equal deleted inserted replaced
59473:3afba92f5c34 59474:9a23ea95fbf6
678 multiple files, and C-x d passes it to `dired'. 678 multiple files, and C-x d passes it to `dired'.
679 679
680 ** Info mode: 680 ** Info mode:
681 681
682 *** A numeric prefix argument of `info' selects an Info buffer 682 *** A numeric prefix argument of `info' selects an Info buffer
683 with the number appended to the *info* buffer name. 683 with the number appended to the *info* buffer name (e.g. "*info*<2>").
684 684
685 *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes. 685 *** Regexp isearch (C-M-s and C-M-r) can search through multiple nodes.
686 Failed isearch wraps to the top/final node. 686 Failed isearch wraps to the top/final node.
687 687
688 *** New search commands: `Info-search-case-sensitively' (bound to S), 688 *** New search commands: `Info-search-case-sensitively' (bound to S),
689 `Info-search-backward', and `Info-search-next' which repeats the last 689 `Info-search-backward', and `Info-search-next' which repeats the last
690 search without prompting for a new search string. 690 search without prompting for a new search string.
691
692 *** New command `Info-history-forward' (bound to r and new toolbar icon)
693 moves forward in history to the node you returned from after using
694 `Info-history-back' (renamed from `Info-last').
691 695
692 *** New command `Info-history' (bound to L) displays a menu of visited nodes. 696 *** New command `Info-history' (bound to L) displays a menu of visited nodes.
693 697
694 *** New command `Info-toc' (bound to T) creates a node with table of contents 698 *** New command `Info-toc' (bound to T) creates a node with table of contents
695 from the tree structure of menus of the current Info file. 699 from the tree structure of menus of the current Info file.