mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
Neutralize language specific to a repository type.
This commit is contained in:
parent
88a297f3a2
commit
64d9c3f6c3
@ -1,3 +1,8 @@
|
||||
2014-10-25 Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
* Makefile.in: Change some production names so they're neutral
|
||||
about the repository type.
|
||||
|
||||
2014-10-25 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
|
||||
|
@ -837,7 +837,7 @@ foo[, bar [, ...]] [other stuff] (sec) - description
|
||||
foo(sec)[, bar(sec) [, ...]] [other stuff] - description
|
||||
|
||||
For more details and some regression tests, please see
|
||||
test/automated/man-tests.el in the emacs bzr repository."
|
||||
test/automated/man-tests.el in the emacs repository."
|
||||
(goto-char (point-min))
|
||||
;; See man-tests for data about which systems use which format (hopefully we
|
||||
;; will be able to simplify the code if/when some of those formats aren't
|
||||
|
@ -1,3 +1,7 @@
|
||||
2014-10-25 Eric S. Raymond <esr@thyrsus.com>
|
||||
|
||||
* Neutralize language specific to a repository type.
|
||||
|
||||
2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net>
|
||||
|
||||
* nt/cmdproxy.c (batch_file_p): New function.
|
||||
|
@ -169,7 +169,7 @@ build will run on Windows 9X and newer systems).
|
||||
you are building from the repository:
|
||||
|
||||
. Texinfo (needed to produce the Info manuals when building from
|
||||
bzr/git, and for "make install")
|
||||
the repository, and for "make install")
|
||||
|
||||
Available from http://sourceforge.net/projects/ezwinports/files/.
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
||||
http://sourceforge.net/projects/ezwinports/files/
|
||||
|
||||
In addition to this file, if you build a development snapshot, you
|
||||
should also read INSTALL.BZR in the parent directory.
|
||||
should also read INSTALL.REPO in the parent directory.
|
||||
|
||||
* Supported development environments
|
||||
|
||||
@ -575,7 +575,7 @@
|
||||
* Creating binary distributions
|
||||
|
||||
Binary distributions (full and barebin distributions) can be
|
||||
automatically built and packaged from source tarballs or a bzr
|
||||
automatically built and packaged from source tarballs or a repository
|
||||
checkout.
|
||||
|
||||
When building Emacs binary distributions, the --distfiles argument
|
||||
|
Loading…
Reference in New Issue
Block a user