Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
975f82c9
Commit
975f82c9
authored
Nov 02, 2000
by
Gerd Moellmann
Browse files
(view-emacs-news): Use ONEWS.* instead of NEWS.* files.
parent
1ac3fc42
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
7 deletions
+9
-7
etc/ONEWS
etc/ONEWS
+2
-2
etc/ONEWS.1
etc/ONEWS.1
+0
-0
etc/ONEWS.2
etc/ONEWS.2
+1
-1
etc/ONEWS.3
etc/ONEWS.3
+1
-1
etc/ONEWS.4
etc/ONEWS.4
+1
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-1
lisp/help.el
lisp/help.el
+1
-1
No files found.
etc/ONEWS
View file @
975f82c9
...
...
@@ -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
O
NEWS.4. For Lisp changes in (the first
* release of) Emacs 19, see the file LNEWS.
----------------------------------------------------------------------
...
...
etc/NEWS.1
→
etc/
O
NEWS.1
View file @
975f82c9
File moved
etc/NEWS.2
→
etc/
O
NEWS.2
View file @
975f82c9
...
...
@@ -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
O
NEWS.1.
----------------------------------------------------------------------
Copyright information:
...
...
etc/NEWS.3
→
etc/
O
NEWS.3
View file @
975f82c9
...
...
@@ -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
O
NEWS.2.
----------------------------------------------------------------------
Copyright information:
...
...
etc/NEWS.4
→
etc/
O
NEWS.4
View file @
975f82c9
...
...
@@ -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
O
NEWS.3.
----------------------------------------------------------------------
Copyright information:
...
...
lisp/ChangeLog
View file @
975f82c9
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
F
ix.
* ps-print.el: Extension for even/odd printing. Doc
f
ix.
(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)
...
...
lisp/help.el
View file @
975f82c9
...
...
@@ -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
"^
O
NEWS\\.[0-9]+$"
nil
)))))))
(
if
file
(
find-file-read-only
(
expand-file-name
file
data-directory
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment