Mercurial > emacs
comparison etc/NEWS @ 28626:79911b5afa95
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 17 Apr 2000 15:27:23 +0000 |
parents | 5b1d0cd10db8 |
children | a2cce25e6c7f |
comparison
equal
deleted
inserted
replaced
28625:5d68443d3df1 | 28626:79911b5afa95 |
---|---|
13 | 13 |
14 ** There are new configure options associated with the support for | 14 ** There are new configure options associated with the support for |
15 images and toolkit scrollbars. Use the --help option to list them. | 15 images and toolkit scrollbars. Use the --help option to list them. |
16 | 16 |
17 * Changes in Emacs 21.1 | 17 * Changes in Emacs 21.1 |
18 | |
19 ** The new command `clone-buffer-indirectly' can be used to create | |
20 an indirect buffer that is a twin copy of the current buffer. | |
18 | 21 |
19 ** New user options `backup-directory-alist' and | 22 ** New user options `backup-directory-alist' and |
20 `make-backup-file-name-function' are provided to control the placement | 23 `make-backup-file-name-function' are provided to control the placement |
21 of backups, typically in a single directory or in an invisible | 24 of backups, typically in a single directory or in an invisible |
22 sub-directory. | 25 sub-directory. |
98 the property `:help HELP' is now displayed under X either in the echo | 101 the property `:help HELP' is now displayed under X either in the echo |
99 area or with tooltips. | 102 area or with tooltips. |
100 | 103 |
101 ** New user option `read-mail-command' specifies a command to use to | 104 ** New user option `read-mail-command' specifies a command to use to |
102 read mail from the menu etc. | 105 read mail from the menu etc. |
106 | |
107 ** Changes in Texinfo mode. | |
108 | |
109 ** A couple of new key bindings have been added for inserting Texinfo | |
110 macros | |
111 | |
112 Key binding Macro | |
113 ------------------------- | |
114 C-c C-c C-s @strong | |
115 C-c C-c C-e @emph | |
116 C-c C-c u @url | |
117 C-c C-c q @quotation | |
118 C-c C-c m @email | |
103 | 119 |
104 ** Changes in Outline mode. | 120 ** Changes in Outline mode. |
105 | 121 |
106 There is now support for Imenu to index headings. A new command | 122 There is now support for Imenu to index headings. A new command |
107 `outline-headers-as-kill' copies the visible headings in the region to | 123 `outline-headers-as-kill' copies the visible headings in the region to |