comparison etc/ONEWS @ 46989:eeab5bdaffa2

Fix typos.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Aug 2002 00:18:46 +0000
parents 19880a4faa73
children 23a1cea22d13
comparison
equal deleted inserted replaced
46988:e6a15b4101f4 46989:eeab5bdaffa2
85 85
86 To use this package, put in your ~/.emacs: 86 To use this package, put in your ~/.emacs:
87 87
88 (setq font-lock-support-mode 'lazy-lock-mode) 88 (setq font-lock-support-mode 'lazy-lock-mode)
89 89
90 To control the package behaviour, see the documentation for `lazy-lock-mode'. 90 To control the package behavior, see the documentation for `lazy-lock-mode'.
91 91
92 ** Changes in BibTeX mode. 92 ** Changes in BibTeX mode.
93 93
94 *** For all entries allow spaces and tabs between opening brace or 94 *** For all entries allow spaces and tabs between opening brace or
95 paren and key. 95 paren and key.
986 freely change them at any time. The mode line keeps track of the 986 freely change them at any time. The mode line keeps track of the
987 file status. 987 file status.
988 988
989 If you do want unmodified files to be write-protected, set your 989 If you do want unmodified files to be write-protected, set your
990 CVSREAD environment variable. VC sees this and behaves accordingly; 990 CVSREAD environment variable. VC sees this and behaves accordingly;
991 that will give you the behaviour of Emacs 19.29, similar to that under 991 that will give you the behavior of Emacs 19.29, similar to that under
992 RCS and SCCS. In this mode, if the variable vc-mistrust-permissions 992 RCS and SCCS. In this mode, if the variable vc-mistrust-permissions
993 is nil, VC learns the modification state from the file permissions. 993 is nil, VC learns the modification state from the file permissions.
994 When setting CVSREAD for the first time, you should check out the 994 When setting CVSREAD for the first time, you should check out the
995 whole module anew, so that the file permissions are set correctly. 995 whole module anew, so that the file permissions are set correctly.
996 996
1027 your working file with the latest version from the master. 1027 your working file with the latest version from the master.
1028 1028
1029 *** RCS customization. 1029 *** RCS customization.
1030 1030
1031 There is a new variable vc-consult-headers. If it is t (the default), 1031 There is a new variable vc-consult-headers. If it is t (the default),
1032 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.5 2001/01/31 15:19:32 gerd Exp $') and 1032 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.6 2002/01/12 15:36:53 pj Exp $') and
1033 determines the state of the file from them, not from the master file. 1033 determines the state of the file from them, not from the master file.
1034 This is fast and more reliable when you use branches. (The variable 1034 This is fast and more reliable when you use branches. (The variable
1035 was already present in Emacs 19.29, but didn't get mentioned in the 1035 was already present in Emacs 19.29, but didn't get mentioned in the
1036 NEWS.) 1036 NEWS.)
1037 1037
4176 where the subshell prompted for input. 4176 where the subshell prompted for input.
4177 C-c C-h lists the input history in a `*Help*' buffer. 4177 C-c C-h lists the input history in a `*Help*' buffer.
4178 4178
4179 There are new menu bar items for completion/input/output/signal commands. 4179 There are new menu bar items for completion/input/output/signal commands.
4180 4180
4181 Input behaviour is configurable. Variables control whether some windows 4181 Input behavior is configurable. Variables control whether some windows
4182 showing the buffer scroll to the bottom before insertion. These are 4182 showing the buffer scroll to the bottom before insertion. These are
4183 `comint-scroll-to-bottom-on-input' and `before-change-function'. By default, 4183 `comint-scroll-to-bottom-on-input' and `before-change-function'. By default,
4184 insertion causes the selected window to scroll to the bottom before insertion 4184 insertion causes the selected window to scroll to the bottom before insertion
4185 occurs. 4185 occurs.
4186 4186
4257 4257
4258 Directory tracking is more robust. It can cope with command sequences 4258 Directory tracking is more robust. It can cope with command sequences
4259 and forked commands, and can detect the failure of directory changing 4259 and forked commands, and can detect the failure of directory changing
4260 commands in most circumstances. It's still not infallible, of course. 4260 commands in most circumstances. It's still not infallible, of course.
4261 4261
4262 You can now configure the behaviour of `pushd'. Variables control 4262 You can now configure the behavior of `pushd'. Variables control
4263 whether `pushd' behaves like `cd' if no argument is given 4263 whether `pushd' behaves like `cd' if no argument is given
4264 (`shell-pushd-tohome'), pop rather than rotate with a numeric argument 4264 (`shell-pushd-tohome'), pop rather than rotate with a numeric argument
4265 (`shell-pushd-dextract'), and only add directories to the directory 4265 (`shell-pushd-dextract'), and only add directories to the directory
4266 stack if they are not already on it (`shell-pushd-dunique'). The 4266 stack if they are not already on it (`shell-pushd-dunique'). The
4267 configuration you choose should match the underlying shell, of course. 4267 configuration you choose should match the underlying shell, of course.