diff options
| author | Paul Eggert | 2016-10-23 02:48:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-23 02:48:50 -0700 |
| commit | 6df147c61a2f3fbabe6e47349d4e826cc7414ea2 (patch) | |
| tree | 5164b234cd1018c7997f49f24a95ddcaf5a67dfd /nt | |
| parent | e892e1158619f546182e990f927abea02cdf5db3 (diff) | |
| parent | 8ad0d7da0a84750e1884a89a212963f81ae26816 (diff) | |
| download | emacs-6df147c61a2f3fbabe6e47349d4e826cc7414ea2.tar.gz emacs-6df147c61a2f3fbabe6e47349d4e826cc7414ea2.zip | |
Merge from origin/emacs-25
8ad0d7d ; Fix quoting in etc/NEWS
6b9dee1 Change Tramp version to "2.2.13.25.2"
62f2684 * lisp/emacs-lisp/autoload.el (update-directory-autoloads): F...
b2f32e4 Don't scan compiled module files for autoloads
9a758b4 Fix Bug#24698
baa8ba4 * lisp/subr.el (start-process): Doc fix. (Bug#24693)
e535ca4 Fix display of vc-dir CVS file statuses in subdirectories
12da149 Update URL of MS-Windows optional DLLs
2331056 Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emac...
a4285bc * lisp/simple.el (process-menu-mode, list-processes--refresh)...
b0c447e * lisp/ibuf-ext.el (ibuffer-do-shell-command-file): Fix non-f...
cf3c19b * lisp/ibuffer.el (ibuffer): Improve 'other-window' case. (B...
# Conflicts:
# doc/misc/trampver.texi
# etc/NEWS
# lisp/net/tramp-sh.el
# lisp/net/trampver.el
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/INSTALL | 16 | ||||
| -rw-r--r-- | nt/README.W32 | 13 |
2 files changed, 15 insertions, 14 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index cd726cbecbb..7bf544cf6ea 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -634,12 +634,12 @@ build will run on Windows 9X and newer systems). | |||
| 634 | To support XPM images (required for color tool-bar icons), you will | 634 | To support XPM images (required for color tool-bar icons), you will |
| 635 | need the libXpm library. It is available from the ezwinports site, | 635 | need the libXpm library. It is available from the ezwinports site, |
| 636 | http://sourceforge.net/projects/ezwinports/files/ and from | 636 | http://sourceforge.net/projects/ezwinports/files/ and from |
| 637 | http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 637 | http://ftp.gnu.org/gnu/emacs/windows/. |
| 638 | 638 | ||
| 639 | For PNG images, we recommend to use versions 1.4.x and later of | 639 | For PNG images, we recommend to use versions 1.4.x and later of |
| 640 | libpng, because previous versions had security issues. You can find | 640 | libpng, because previous versions had security issues. You can find |
| 641 | precompiled libraries and headers on the ezwinports site and on | 641 | precompiled libraries and headers on the ezwinports site and on |
| 642 | alpha.gnu. | 642 | ftp.gnu.org. |
| 643 | 643 | ||
| 644 | Versions 1.4.0 and later of libpng are binary incompatible with | 644 | Versions 1.4.0 and later of libpng are binary incompatible with |
| 645 | earlier versions, so Emacs will only look for libpng libraries which | 645 | earlier versions, so Emacs will only look for libpng libraries which |
| @@ -657,7 +657,7 @@ build will run on Windows 9X and newer systems). | |||
| 657 | giflib, as it is much enhanced wrt previous versions. You can find | 657 | giflib, as it is much enhanced wrt previous versions. You can find |
| 658 | precompiled binaries and headers for giflib on the ezwinports site, | 658 | precompiled binaries and headers for giflib on the ezwinports site, |
| 659 | http://sourceforge.net/projects/ezwinports/files/ and on | 659 | http://sourceforge.net/projects/ezwinports/files/ and on |
| 660 | http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 660 | http://ftp.gnu.org/gnu/emacs/windows/. |
| 661 | 661 | ||
| 662 | Version 5.0.0 and later of giflib are binary incompatible with | 662 | Version 5.0.0 and later of giflib are binary incompatible with |
| 663 | previous versions (the signatures of several functions have | 663 | previous versions (the signatures of several functions have |
| @@ -671,7 +671,7 @@ build will run on Windows 9X and newer systems). | |||
| 671 | 671 | ||
| 672 | For JPEG images, you will need libjpeg 6b or later, which will be | 672 | For JPEG images, you will need libjpeg 6b or later, which will be |
| 673 | called libjpeg-N.dll, jpeg62.dll, libjpeg.dll, or jpeg.dll. You can | 673 | called libjpeg-N.dll, jpeg62.dll, libjpeg.dll, or jpeg.dll. You can |
| 674 | find these on the ezwinports site and on alpha.gnu. | 674 | find these on the ezwinports site and on ftp.gnu.org. |
| 675 | 675 | ||
| 676 | TIFF images require libTIFF 3.0 or later, which will be called | 676 | TIFF images require libTIFF 3.0 or later, which will be called |
| 677 | libtiffN.dll or libtiff-N.dll or libtiff.dll. These can be found on | 677 | libtiffN.dll or libtiff-N.dll or libtiff.dll. These can be found on |
| @@ -698,7 +698,7 @@ build will run on Windows 9X and newer systems). | |||
| 698 | because the compiler needs to see their header files when building | 698 | because the compiler needs to see their header files when building |
| 699 | Emacs. | 699 | Emacs. |
| 700 | 700 | ||
| 701 | http://alpha.gnu.org/gnu/emacs/pretest/windows/ | 701 | http://ftp.gnu.org/gnu/emacs/windows/ |
| 702 | 702 | ||
| 703 | More fat ports, from the MSYS2 project. | 703 | More fat ports, from the MSYS2 project. |
| 704 | 704 | ||
| @@ -759,7 +759,7 @@ build will run on Windows 9X and newer systems). | |||
| 759 | 759 | ||
| 760 | You can get pre-built binaries (including any required DLL and the | 760 | You can get pre-built binaries (including any required DLL and the |
| 761 | header files) at http://sourceforge.net/projects/ezwinports/files/ | 761 | header files) at http://sourceforge.net/projects/ezwinports/files/ |
| 762 | and on http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 762 | and on http://ftp.gnu.org/gnu/emacs/windows/. |
| 763 | 763 | ||
| 764 | * Optional libxml2 support | 764 | * Optional libxml2 support |
| 765 | 765 | ||
| @@ -781,7 +781,7 @@ build will run on Windows 9X and newer systems). | |||
| 781 | (including any required DLL and the header files) is here: | 781 | (including any required DLL and the header files) is here: |
| 782 | 782 | ||
| 783 | http://sourceforge.net/projects/ezwinports/files/ | 783 | http://sourceforge.net/projects/ezwinports/files/ |
| 784 | http://alpha.gnu.org/gnu/emacs/pretest/windows/ | 784 | http://ftp.gnu.org/gnu/emacs/windows/ |
| 785 | 785 | ||
| 786 | For runtime support of libxml2, you will also need to install the | 786 | For runtime support of libxml2, you will also need to install the |
| 787 | libiconv "development" tarball, because the libiconv headers need to | 787 | libiconv "development" tarball, because the libiconv headers need to |
| @@ -797,7 +797,7 @@ build will run on Windows 9X and newer systems). | |||
| 797 | 797 | ||
| 798 | Emacs can decompress text if compiled with the zlib library. | 798 | Emacs can decompress text if compiled with the zlib library. |
| 799 | Prebuilt binaries of zlib DLL (for 32-bit builds of Emacs) are | 799 | Prebuilt binaries of zlib DLL (for 32-bit builds of Emacs) are |
| 800 | available from the ezwinports site and on alpha.gnu; see above for | 800 | available from the ezwinports site and on ftp.gnu.org; see above for |
| 801 | the URLs. | 801 | the URLs. |
| 802 | 802 | ||
| 803 | (This library is also a prerequisite for several image libraries, so | 803 | (This library is also a prerequisite for several image libraries, so |
diff --git a/nt/README.W32 b/nt/README.W32 index e3f6094f9be..5bd87962650 100644 --- a/nt/README.W32 +++ b/nt/README.W32 | |||
| @@ -140,8 +140,10 @@ See the end of the file for license conditions. | |||
| 140 | 140 | ||
| 141 | 1. http://sourceforge.net/projects/ezwinports/files/ | 141 | 1. http://sourceforge.net/projects/ezwinports/files/ |
| 142 | -- up-to-date builds, self-contained archives, only for 32-bit Emacs | 142 | -- up-to-date builds, self-contained archives, only for 32-bit Emacs |
| 143 | 2. Libraries from the MSYS2 project on alpha.gnu.org: | 143 | 2. Libraries from the MSYS2 project on ftp.gnu.org: |
| 144 | http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 144 | http://ftp.gnu.org/gnu/emacs/windows/emacs-NN-i686-deps.zip (32-bit) |
| 145 | http://ftp.gnu.org/gnu/emacs/windows/emacs-NN-x86_64-deps.zip (64-bit) | ||
| 146 | where NN is the Emacs version to which the libraries correspond. | ||
| 145 | 3. The MSYS2 project -- for 64-bit Emacs: | 147 | 3. The MSYS2 project -- for 64-bit Emacs: |
| 146 | http://msys2.github.io/ | 148 | http://msys2.github.io/ |
| 147 | https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ | 149 | https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ |
| @@ -200,7 +202,7 @@ See the end of the file for license conditions. | |||
| 200 | 202 | ||
| 201 | You can get pre-built binaries (including any dependency DLLs) at | 203 | You can get pre-built binaries (including any dependency DLLs) at |
| 202 | http://sourceforge.net/projects/ezwinports/files/ and on | 204 | http://sourceforge.net/projects/ezwinports/files/ and on |
| 203 | http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 205 | http://ftp.gnu.org/gnu/emacs/windows/ |
| 204 | 206 | ||
| 205 | * libxml2 support | 207 | * libxml2 support |
| 206 | 208 | ||
| @@ -214,8 +216,7 @@ See the end of the file for license conditions. | |||
| 214 | 216 | ||
| 215 | You can get pre-built binaries (including any required DLL and the | 217 | You can get pre-built binaries (including any required DLL and the |
| 216 | header files) at http://sourceforge.net/projects/ezwinports/files/ and | 218 | header files) at http://sourceforge.net/projects/ezwinports/files/ and |
| 217 | http://alpha.gnu.org/gnu/emacs/pretest/windows/. | 219 | http://ftp.gnu.org/gnu/emacs/windows/ |
| 218 | |||
| 219 | 220 | ||
| 220 | * zlib support | 221 | * zlib support |
| 221 | 222 | ||
| @@ -223,7 +224,7 @@ See the end of the file for license conditions. | |||
| 223 | the zlib-decompress-region primitive. | 224 | the zlib-decompress-region primitive. |
| 224 | 225 | ||
| 225 | Prebuilt binaries of zlib DLL (for 32-bit builds of Emacs) are | 226 | Prebuilt binaries of zlib DLL (for 32-bit builds of Emacs) are |
| 226 | available from the ezwinports site and on alpha.gnu; see above for | 227 | available from the ezwinports site and on ftp.gnu.org; see above for |
| 227 | the URLs. For the 64-bit DLL, see the instructions below for | 228 | the URLs. For the 64-bit DLL, see the instructions below for |
| 228 | installing from MSYS2 site. | 229 | installing from MSYS2 site. |
| 229 | 230 | ||