# HG changeset patch # User Juri Linkov # Date 1123626258 0 # Node ID 0f065023e506170d364b215382f10c933d283831 # Parent c5c5369f004dcd1feb25e05d9c99e82df518df04 Fix `+++' and `---' for Info mode. Add `vertical-border' face. diff -r c5c5369f004d -r 0f065023e506 etc/NEWS --- a/etc/NEWS Tue Aug 09 21:54:36 2005 +0000 +++ b/etc/NEWS Tue Aug 09 22:24:18 2005 +0000 @@ -813,6 +813,9 @@ allows customization of the appearance of shadowed text in one place, so package-specific faces can inherit from it. ++++ +*** `vertical-border' face is used for the vertical divider between windows. + ** Font-Lock changes: +++ @@ -882,8 +885,7 @@ as the fringes, the tool bar, the speedbar, and the menu bar itself). You can also move the vertical scroll bar to either side here or turn it off completely. There is also a menu-item to toggle displaying of -current date and time, current line and column number in the -mode-line. +current date and time, current line and column number in the mode-line. --- *** Speedbar has moved from the "Tools" top level menu to "Show/Hide". @@ -1828,7 +1830,7 @@ *** A numeric prefix argument of `info' selects an Info buffer with the number appended to the `*info*' buffer name (e.g. "*info*<2>"). ---- ++++ *** isearch in Info uses Info-search and searches through multiple nodes. Before leaving the initial Info node isearch fails once with the error @@ -1839,31 +1841,38 @@ or the default isearch search function that wraps around the current Info node. +--- *** New search commands: `Info-search-case-sensitively' (bound to S), `Info-search-backward', and `Info-search-next' which repeats the last search without prompting for a new search string. ++++ *** New command `Info-history-forward' (bound to r and new toolbar icon) moves forward in history to the node you returned from after using `Info-history-back' (renamed from `Info-last'). +--- *** New command `Info-history' (bound to L) displays a menu of visited nodes. +--- *** New command `Info-toc' (bound to T) creates a node with table of contents from the tree structure of menus of the current Info file. ++++ *** New command `info-apropos' searches the indices of the known Info files on your system for a string, and builds a menu of the possible matches. +--- *** New command `Info-copy-current-node-name' (bound to w) copies the current Info node name into the kill ring. With a zero prefix arg, puts the node name inside the `info' function call. ---- ++++ *** New face `info-xref-visited' distinguishes visited nodes from unvisited and a new option `Info-fontify-visited-nodes' to control this. +--- *** http and ftp links in Info are now operational: they look like cross references and following them calls `browse-url'.