diff options
| author | Eric S. Raymond | 2014-10-25 15:01:09 -0400 |
|---|---|---|
| committer | Eric S. Raymond | 2014-10-25 15:01:09 -0400 |
| commit | 64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab (patch) | |
| tree | 146f4d3a2c59b13633f018d65d3393cae3d92647 | |
| parent | 88a297f3a221bcd4828cabfd9e345ef8b5f77310 (diff) | |
| download | emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.tar.gz emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.zip | |
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 @@ | |||
| 1 | 2014-10-25 Eric S. Raymond <esr@thyrsus.com> | ||
| 2 | |||
| 3 | * Makefile.in: Change some production names so they're neutral | ||
| 4 | about the repository type. | ||
| 5 | |||
| 1 | 2014-10-25 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-10-25 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker) | 8 | * 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 | |||
| 837 | foo(sec)[, bar(sec) [, ...]] [other stuff] - description | 837 | foo(sec)[, bar(sec) [, ...]] [other stuff] - description |
| 838 | 838 | ||
| 839 | For more details and some regression tests, please see | 839 | For more details and some regression tests, please see |
| 840 | test/automated/man-tests.el in the emacs bzr repository." | 840 | test/automated/man-tests.el in the emacs repository." |
| 841 | (goto-char (point-min)) | 841 | (goto-char (point-min)) |
| 842 | ;; See man-tests for data about which systems use which format (hopefully we | 842 | ;; See man-tests for data about which systems use which format (hopefully we |
| 843 | ;; will be able to simplify the code if/when some of those formats aren't | 843 | ;; 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 @@ | |||
| 1 | 2014-10-25 Eric S. Raymond <esr@thyrsus.com> | ||
| 2 | |||
| 3 | * Neutralize language specific to a repository type. | ||
| 4 | |||
| 1 | 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net> | 5 | 2014-10-22 Noam Postavsky <npostavs@users.sourceforget.net> |
| 2 | 6 | ||
| 3 | * nt/cmdproxy.c (batch_file_p): New function. | 7 | * 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). | |||
| 169 | you are building from the repository: | 169 | you are building from the repository: |
| 170 | 170 | ||
| 171 | . Texinfo (needed to produce the Info manuals when building from | 171 | . Texinfo (needed to produce the Info manuals when building from |
| 172 | bzr/git, and for "make install") | 172 | the repository, and for "make install") |
| 173 | 173 | ||
| 174 | Available from http://sourceforge.net/projects/ezwinports/files/. | 174 | Available from http://sourceforge.net/projects/ezwinports/files/. |
| 175 | 175 | ||
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 @@ | |||
| 126 | http://sourceforge.net/projects/ezwinports/files/ | 126 | http://sourceforge.net/projects/ezwinports/files/ |
| 127 | 127 | ||
| 128 | In addition to this file, if you build a development snapshot, you | 128 | In addition to this file, if you build a development snapshot, you |
| 129 | should also read INSTALL.BZR in the parent directory. | 129 | should also read INSTALL.REPO in the parent directory. |
| 130 | 130 | ||
| 131 | * Supported development environments | 131 | * Supported development environments |
| 132 | 132 | ||
| @@ -575,7 +575,7 @@ | |||
| 575 | * Creating binary distributions | 575 | * Creating binary distributions |
| 576 | 576 | ||
| 577 | Binary distributions (full and barebin distributions) can be | 577 | Binary distributions (full and barebin distributions) can be |
| 578 | automatically built and packaged from source tarballs or a bzr | 578 | automatically built and packaged from source tarballs or a repository |
| 579 | checkout. | 579 | checkout. |
| 580 | 580 | ||
| 581 | When building Emacs binary distributions, the --distfiles argument | 581 | When building Emacs binary distributions, the --distfiles argument |