diff options
-rw-r--r-- | etc/ONEWS | 4 | ||||
-rw-r--r-- | etc/ONEWS.1 (renamed from etc/NEWS.1) | 0 | ||||
-rw-r--r-- | etc/ONEWS.2 (renamed from etc/NEWS.2) | 2 | ||||
-rw-r--r-- | etc/ONEWS.3 (renamed from etc/NEWS.3) | 2 | ||||
-rw-r--r-- | etc/ONEWS.4 (renamed from etc/NEWS.4) | 2 | ||||
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/help.el | 2 |
7 files changed, 9 insertions, 7 deletions
diff --git a/etc/ONEWS b/etc/ONEWS index 534e603e3c7..17909d0022c 100644 --- a/etc/ONEWS +++ b/etc/ONEWS @@ -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. ---------------------------------------------------------------------- diff --git a/etc/NEWS.1 b/etc/ONEWS.1 index 06b5405be1e..06b5405be1e 100644 --- a/etc/NEWS.1 +++ b/etc/ONEWS.1 diff --git a/etc/NEWS.2 b/etc/ONEWS.2 index 96dabd85968..df85cfd3f93 100644 --- a/etc/NEWS.2 +++ b/etc/ONEWS.2 @@ -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: diff --git a/etc/NEWS.3 b/etc/ONEWS.3 index 224d958ab05..b8c13f167fc 100644 --- a/etc/NEWS.3 +++ b/etc/ONEWS.3 @@ -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: diff --git a/etc/NEWS.4 b/etc/ONEWS.4 index 9779d5a0fbe..9c779c7a6ca 100644 --- a/etc/NEWS.4 +++ b/etc/ONEWS.4 @@ -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: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 56686268b0b..fe1209af62d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/help.el b/lisp/help.el index aa3e7c42e32..92a682d4fe4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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)) |