comparison etc/ONEWS @ 33644:b75587b124c4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Nov 2000 16:51:24 +0000
parents a473fce1ed3a
children 061a65fa5a43
comparison
equal deleted inserted replaced
33643:5c2be00ed2ba 33644:b75587b124c4
1 GNU Emacs NEWS -- history of user-visible changes. 1992. 1 GNU Emacs NEWS -- history of user-visible changes. 1992.
2 Copyright (C) 1995 Free Software Foundation, Inc. 2 Copyright (C) 1995 Free Software Foundation, Inc.
3 See the end for copying conditions. 3 See the end for copying conditions.
4 4
5 For older news, see the file NEWS.4. 5 For older news, see the file ONEWS.4.
6 6
7 * Editing Changes in Emacs 19.30. 7 * Editing Changes in Emacs 19.30.
8 8
9 ** Be sure to recompile your byte-compiled Emacs Lisp files 9 ** Be sure to recompile your byte-compiled Emacs Lisp files
10 if you last compiled them with Emacs 19.28 or earlier. 10 if you last compiled them with Emacs 19.28 or earlier.
252 your working file with the latest version from the master. 252 your working file with the latest version from the master.
253 253
254 *** RCS customization. 254 *** RCS customization.
255 255
256 There is a new variable vc-consult-headers. If it is t (the default), 256 There is a new variable vc-consult-headers. If it is t (the default),
257 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.2 2000/08/17 15:19:41 gerd Exp $') and 257 VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.3 2000/11/02 13:34:50 gerd Exp $') and
258 determines the state of the file from them, not from the master file. 258 determines the state of the file from them, not from the master file.
259 This is fast and more reliable when you use branches. (The variable 259 This is fast and more reliable when you use branches. (The variable
260 was already present in Emacs 19.29, but didn't get mentioned in the 260 was already present in Emacs 19.29, but didn't get mentioned in the
261 NEWS.) 261 NEWS.)
262 262