diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 15:01:09 -0400 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 2014-10-25 15:01:09 -0400 |
| commit | 64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab (patch) | |
| tree | 146f4d3a2c59b13633f018d65d3393cae3d92647 | |
| parent | 88a297f3a221bcd4828cabfd9e345ef8b5f77310 (diff) | |
| download | emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.tar.gz | |
Neutralize language specific to a repository type.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/man.el | 2 | ||||
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/INSTALL.OLD | 4 |
5 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d198ddd5d1..19b2e5514f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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) diff --git a/lisp/man.el b/lisp/man.el index 4b235302f8b..a61524b890c 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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 diff --git a/nt/ChangeLog b/nt/ChangeLog index c4e01a38c21..e08babd8209 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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. diff --git a/nt/INSTALL b/nt/INSTALL index 8b764f7ba2a..1366d5979db 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -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/. diff --git a/nt/INSTALL.OLD b/nt/INSTALL.OLD index 6e6de220487..a7ce57cc369 100644 --- a/nt/INSTALL.OLD +++ b/nt/INSTALL.OLD @@ -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 |
