comparison etc/NEWS @ 64872:0f065023e506

Fix `+++' and `---' for Info mode. Add `vertical-border' face.
author Juri Linkov <juri@jurta.org>
date Tue, 09 Aug 2005 22:24:18 +0000
parents a2d841662b3d
children fcd0da22a4a1
comparison
equal deleted inserted replaced
64871:c5c5369f004d 64872:0f065023e506
811 This can be achieved by using shades of grey in contrast with either 811 This can be achieved by using shades of grey in contrast with either
812 black or white default foreground color. This generic shadow face 812 black or white default foreground color. This generic shadow face
813 allows customization of the appearance of shadowed text in one place, 813 allows customization of the appearance of shadowed text in one place,
814 so package-specific faces can inherit from it. 814 so package-specific faces can inherit from it.
815 815
816 +++
817 *** `vertical-border' face is used for the vertical divider between windows.
818
816 ** Font-Lock changes: 819 ** Font-Lock changes:
817 820
818 +++ 821 +++
819 *** M-o now is the prefix key for setting text properties; 822 *** M-o now is the prefix key for setting text properties;
820 M-o M-o requests refontification. 823 M-o M-o requests refontification.
880 *** A menu item "Show/Hide" was added to the top-level menu "Options". 883 *** A menu item "Show/Hide" was added to the top-level menu "Options".
881 This menu allows you to turn various display features on and off (such 884 This menu allows you to turn various display features on and off (such
882 as the fringes, the tool bar, the speedbar, and the menu bar itself). 885 as the fringes, the tool bar, the speedbar, and the menu bar itself).
883 You can also move the vertical scroll bar to either side here or turn 886 You can also move the vertical scroll bar to either side here or turn
884 it off completely. There is also a menu-item to toggle displaying of 887 it off completely. There is also a menu-item to toggle displaying of
885 current date and time, current line and column number in the 888 current date and time, current line and column number in the mode-line.
886 mode-line.
887 889
888 --- 890 ---
889 *** Speedbar has moved from the "Tools" top level menu to "Show/Hide". 891 *** Speedbar has moved from the "Tools" top level menu to "Show/Hide".
890 892
891 --- 893 ---
1826 1828
1827 +++ 1829 +++
1828 *** A numeric prefix argument of `info' selects an Info buffer 1830 *** A numeric prefix argument of `info' selects an Info buffer
1829 with the number appended to the `*info*' buffer name (e.g. "*info*<2>"). 1831 with the number appended to the `*info*' buffer name (e.g. "*info*<2>").
1830 1832
1831 --- 1833 +++
1832 *** isearch in Info uses Info-search and searches through multiple nodes. 1834 *** isearch in Info uses Info-search and searches through multiple nodes.
1833 1835
1834 Before leaving the initial Info node isearch fails once with the error 1836 Before leaving the initial Info node isearch fails once with the error
1835 message [initial node], and with subsequent C-s/C-r continues through 1837 message [initial node], and with subsequent C-s/C-r continues through
1836 other nodes. When isearch fails for the rest of the manual, it wraps 1838 other nodes. When isearch fails for the rest of the manual, it wraps
1837 aroung the whole manual to the top/final node. The user option 1839 aroung the whole manual to the top/final node. The user option
1838 `Info-isearch-search' controls whether to use Info-search for isearch, 1840 `Info-isearch-search' controls whether to use Info-search for isearch,
1839 or the default isearch search function that wraps around the current 1841 or the default isearch search function that wraps around the current
1840 Info node. 1842 Info node.
1841 1843
1844 ---
1842 *** New search commands: `Info-search-case-sensitively' (bound to S), 1845 *** New search commands: `Info-search-case-sensitively' (bound to S),
1843 `Info-search-backward', and `Info-search-next' which repeats the last 1846 `Info-search-backward', and `Info-search-next' which repeats the last
1844 search without prompting for a new search string. 1847 search without prompting for a new search string.
1845 1848
1849 +++
1846 *** New command `Info-history-forward' (bound to r and new toolbar icon) 1850 *** New command `Info-history-forward' (bound to r and new toolbar icon)
1847 moves forward in history to the node you returned from after using 1851 moves forward in history to the node you returned from after using
1848 `Info-history-back' (renamed from `Info-last'). 1852 `Info-history-back' (renamed from `Info-last').
1849 1853
1854 ---
1850 *** New command `Info-history' (bound to L) displays a menu of visited nodes. 1855 *** New command `Info-history' (bound to L) displays a menu of visited nodes.
1851 1856
1857 ---
1852 *** New command `Info-toc' (bound to T) creates a node with table of contents 1858 *** New command `Info-toc' (bound to T) creates a node with table of contents
1853 from the tree structure of menus of the current Info file. 1859 from the tree structure of menus of the current Info file.
1854 1860
1861 +++
1855 *** New command `info-apropos' searches the indices of the known 1862 *** New command `info-apropos' searches the indices of the known
1856 Info files on your system for a string, and builds a menu of the 1863 Info files on your system for a string, and builds a menu of the
1857 possible matches. 1864 possible matches.
1858 1865
1866 ---
1859 *** New command `Info-copy-current-node-name' (bound to w) copies 1867 *** New command `Info-copy-current-node-name' (bound to w) copies
1860 the current Info node name into the kill ring. With a zero prefix 1868 the current Info node name into the kill ring. With a zero prefix
1861 arg, puts the node name inside the `info' function call. 1869 arg, puts the node name inside the `info' function call.
1862 1870
1863 --- 1871 +++
1864 *** New face `info-xref-visited' distinguishes visited nodes from unvisited 1872 *** New face `info-xref-visited' distinguishes visited nodes from unvisited
1865 and a new option `Info-fontify-visited-nodes' to control this. 1873 and a new option `Info-fontify-visited-nodes' to control this.
1866 1874
1875 ---
1867 *** http and ftp links in Info are now operational: they look like cross 1876 *** http and ftp links in Info are now operational: they look like cross
1868 references and following them calls `browse-url'. 1877 references and following them calls `browse-url'.
1869 1878
1870 +++ 1879 +++
1871 *** Info now hides node names in menus and cross references by default. 1880 *** Info now hides node names in menus and cross references by default.