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 /nt | |
| parent | 88a297f3a221bcd4828cabfd9e345ef8b5f77310 (diff) | |
| download | emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.tar.gz emacs-64d9c3f6c3bac6e65d2016fe45132708cfcdc6ab.zip | |
Neutralize language specific to a repository type.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/INSTALL | 2 | ||||
| -rw-r--r-- | nt/INSTALL.OLD | 4 |
3 files changed, 7 insertions, 3 deletions
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 |