(view-emacs-news): Use ONEWS.* instead of NEWS.* files.

This commit is contained in:
Gerd Moellmann 2000-11-02 13:36:58 +00:00
parent 1ac3fc4299
commit 975f82c969
7 changed files with 9 additions and 7 deletions

View file

@ -254,7 +254,7 @@ your working file with the latest version from the master.
*** RCS customization.
There is a new variable vc-consult-headers. If it is t (the default),
VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.1 1999/10/03 11:59:45 fx Exp $') and
VC searches for RCS headers in working files (like `$Id: ONEWS,v 1.2 2000/08/17 15:19:41 gerd Exp $') and
determines the state of the file from them, not from the master file.
This is fast and more reliable when you use branches. (The variable
was already present in Emacs 19.29, but didn't get mentioned in the
@ -5685,7 +5685,7 @@ old file versions, executables, DOC files, and other
architecture-specific or easy-to-recreate files are not included in
the tar file.
* For older news, see the file NEWS.4. For Lisp changes in (the first
* For older news, see the file ONEWS.4. For Lisp changes in (the first
* release of) Emacs 19, see the file LNEWS.
----------------------------------------------------------------------

View file

@ -1326,7 +1326,7 @@ except when `-batch' has been specified.
This is because -batch (see above) is now used in building Emacs.
For older news, see the file NEWS.1.
For older news, see the file ONEWS.1.
----------------------------------------------------------------------
Copyright information:

View file

@ -1587,7 +1587,7 @@ C_DEBUG_SWITCH defines the switches to give `cc' when debugging. Default `-g'.
C_OPTIMIZE_SWITCH defines the switches to give `cc' to optimize. Default `-O'.
C_SWITCH_MACHINE can be defined by the m- file to specify extra `cc' switches.
For older news, see the file NEWS.2.
For older news, see the file ONEWS.2.
----------------------------------------------------------------------
Copyright information:

View file

@ -1669,7 +1669,7 @@ C_DEBUG_SWITCH defines the switches to give `cc' when debugging. Default `-g'.
C_OPTIMIZE_SWITCH defines the switches to give `cc' to optimize. Default `-O'.
C_SWITCH_MACHINE can be defined by the m- file to specify extra `cc' switches.
For older news, see the file NEWS.3.
For older news, see the file ONEWS.3.
----------------------------------------------------------------------
Copyright information:

View file

@ -1,10 +1,12 @@
2000-11-02 Gerd Moellmann <gerd@gnu.org>
* help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
* mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print.el: Extension for even/odd printing. Doc Fix.
* ps-print.el: Extension for even/odd printing. Doc fix.
(ps-print-version): New version number (6.3.1).
(ps-even-or-odd-pages): Customization fix.
(ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)

View file

@ -444,7 +444,7 @@ With numeric argument, display information on correspondingly older changes."
(t
(nth (- arg 2)
(nreverse (directory-files data-directory
nil "^NEWS\\.[0-9]+$"
nil "^ONEWS\\.[0-9]+$"
nil)))))))
(if file
(find-file-read-only (expand-file-name file data-directory))