diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /nt | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/ChangeLog.1 | 18 | ||||
| -rw-r--r-- | nt/INSTALL | 10 | ||||
| -rw-r--r-- | nt/INSTALL.W64 | 2 | ||||
| -rw-r--r-- | nt/README | 4 | ||||
| -rw-r--r-- | nt/README.W32 | 4 |
5 files changed, 19 insertions, 19 deletions
diff --git a/nt/ChangeLog.1 b/nt/ChangeLog.1 index adfdea286f0..7502156b1ff 100644 --- a/nt/ChangeLog.1 +++ b/nt/ChangeLog.1 | |||
| @@ -297,8 +297,8 @@ | |||
| 297 | to avoid gnulib replacement of 'struct timeval' and the resulting | 297 | to avoid gnulib replacement of 'struct timeval' and the resulting |
| 298 | compilation of lib/gettimeofday.c with incompatible version of | 298 | compilation of lib/gettimeofday.c with incompatible version of |
| 299 | gettimeofday. Related discussions on emacs-devel: | 299 | gettimeofday. Related discussions on emacs-devel: |
| 300 | http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html | 300 | https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html |
| 301 | http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html | 301 | https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html |
| 302 | 302 | ||
| 303 | 2013-08-31 Glenn Morris <rgm@gnu.org> | 303 | 2013-08-31 Glenn Morris <rgm@gnu.org> |
| 304 | 304 | ||
| @@ -373,7 +373,7 @@ | |||
| 373 | 373 | ||
| 374 | * inc/sys/time.h (gettimeofday): Use '__restrict' instead of | 374 | * inc/sys/time.h (gettimeofday): Use '__restrict' instead of |
| 375 | 'restrict', which is a C99 extension. See | 375 | 'restrict', which is a C99 extension. See |
| 376 | http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html | 376 | https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html |
| 377 | and the following discussion for the problem this caused in the | 377 | and the following discussion for the problem this caused in the |
| 378 | old nt/configure.bat build. | 378 | old nt/configure.bat build. |
| 379 | 379 | ||
| @@ -524,10 +524,10 @@ | |||
| 524 | 524 | ||
| 525 | Fix more incompatibilities between MinGW.org and MinGW64 headers | 525 | Fix more incompatibilities between MinGW.org and MinGW64 headers |
| 526 | reported by Óscar Fuentes in | 526 | reported by Óscar Fuentes in |
| 527 | http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html | 527 | https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html |
| 528 | http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html | 528 | https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html |
| 529 | and in | 529 | and in |
| 530 | http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html. | 530 | https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html. |
| 531 | * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1. | 531 | * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1. |
| 532 | For MinGW64, include sys/types.h and time.h. | 532 | For MinGW64, include sys/types.h and time.h. |
| 533 | (_WIN32_WINNT) [!_W64]: Don't define for MinGW64. | 533 | (_WIN32_WINNT) [!_W64]: Don't define for MinGW64. |
| @@ -548,7 +548,7 @@ | |||
| 548 | 548 | ||
| 549 | Fix incompatibilities between MinGW.org and MinGW64 headers | 549 | Fix incompatibilities between MinGW.org and MinGW64 headers |
| 550 | reported by Óscar Fuentes in | 550 | reported by Óscar Fuentes in |
| 551 | http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html. | 551 | https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html. |
| 552 | * inc/ms-w32.h (struct timespec): Don't define if | 552 | * inc/ms-w32.h (struct timespec): Don't define if |
| 553 | _TIMESPEC_DEFINED is already defined. | 553 | _TIMESPEC_DEFINED is already defined. |
| 554 | (sigset_t) [!_POSIX]: Typedef for MinGW64. | 554 | (sigset_t) [!_POSIX]: Typedef for MinGW64. |
| @@ -724,7 +724,7 @@ | |||
| 724 | 2012-11-21 Eli Zaretskii <eliz@gnu.org> | 724 | 2012-11-21 Eli Zaretskii <eliz@gnu.org> |
| 725 | 725 | ||
| 726 | * nmake.defs: Use !if, not !ifdef. For the details, see | 726 | * nmake.defs: Use !if, not !ifdef. For the details, see |
| 727 | http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html | 727 | https://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html |
| 728 | 728 | ||
| 729 | * inc/stdint.h (INTPTR_MIN) | 729 | * inc/stdint.h (INTPTR_MIN) |
| 730 | (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. | 730 | (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC. |
| @@ -1184,7 +1184,7 @@ | |||
| 1184 | (dist): Depend on it. | 1184 | (dist): Depend on it. |
| 1185 | (install-shortcuts): Depend on install-addpm instead of copying | 1185 | (install-shortcuts): Depend on install-addpm instead of copying |
| 1186 | addpm.exe as part of the recipe. See | 1186 | addpm.exe as part of the recipe. See |
| 1187 | http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html | 1187 | https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html |
| 1188 | for the related problem and discussions. | 1188 | for the related problem and discussions. |
| 1189 | 1189 | ||
| 1190 | 2012-06-11 Glenn Morris <rgm@gnu.org> | 1190 | 2012-06-11 Glenn Morris <rgm@gnu.org> |
diff --git a/nt/INSTALL b/nt/INSTALL index 662a30406f5..30e14293f5c 100644 --- a/nt/INSTALL +++ b/nt/INSTALL | |||
| @@ -630,7 +630,7 @@ build will run on Windows 9X and newer systems). | |||
| 630 | To support XPM images (required for color tool-bar icons), you will | 630 | To support XPM images (required for color tool-bar icons), you will |
| 631 | need the libXpm library. It is available from the ezwinports site, | 631 | need the libXpm library. It is available from the ezwinports site, |
| 632 | http://sourceforge.net/projects/ezwinports/files/ and from | 632 | http://sourceforge.net/projects/ezwinports/files/ and from |
| 633 | http://ftp.gnu.org/gnu/emacs/windows/. | 633 | https://ftp.gnu.org/gnu/emacs/windows/. |
| 634 | 634 | ||
| 635 | For PNG images, we recommend to use versions 1.4.x and later of | 635 | For PNG images, we recommend to use versions 1.4.x and later of |
| 636 | libpng, because previous versions had security issues. You can find | 636 | libpng, because previous versions had security issues. You can find |
| @@ -653,7 +653,7 @@ build will run on Windows 9X and newer systems). | |||
| 653 | giflib, as it is much enhanced wrt previous versions. You can find | 653 | giflib, as it is much enhanced wrt previous versions. You can find |
| 654 | precompiled binaries and headers for giflib on the ezwinports site, | 654 | precompiled binaries and headers for giflib on the ezwinports site, |
| 655 | http://sourceforge.net/projects/ezwinports/files/ and on | 655 | http://sourceforge.net/projects/ezwinports/files/ and on |
| 656 | http://ftp.gnu.org/gnu/emacs/windows/. | 656 | https://ftp.gnu.org/gnu/emacs/windows/. |
| 657 | 657 | ||
| 658 | Version 5.0.0 and later of giflib are binary incompatible with | 658 | Version 5.0.0 and later of giflib are binary incompatible with |
| 659 | previous versions (the signatures of several functions have | 659 | previous versions (the signatures of several functions have |
| @@ -694,7 +694,7 @@ build will run on Windows 9X and newer systems). | |||
| 694 | because the compiler needs to see their header files when building | 694 | because the compiler needs to see their header files when building |
| 695 | Emacs. | 695 | Emacs. |
| 696 | 696 | ||
| 697 | http://ftp.gnu.org/gnu/emacs/windows/ | 697 | https://ftp.gnu.org/gnu/emacs/windows/ |
| 698 | 698 | ||
| 699 | More fat ports, from the MSYS2 project. | 699 | More fat ports, from the MSYS2 project. |
| 700 | 700 | ||
| @@ -755,7 +755,7 @@ build will run on Windows 9X and newer systems). | |||
| 755 | 755 | ||
| 756 | You can get pre-built binaries (including any required DLL and the | 756 | You can get pre-built binaries (including any required DLL and the |
| 757 | header files) at http://sourceforge.net/projects/ezwinports/files/ | 757 | header files) at http://sourceforge.net/projects/ezwinports/files/ |
| 758 | and on http://ftp.gnu.org/gnu/emacs/windows/. | 758 | and on https://ftp.gnu.org/gnu/emacs/windows/. |
| 759 | 759 | ||
| 760 | * Optional libxml2 support | 760 | * Optional libxml2 support |
| 761 | 761 | ||
| @@ -777,7 +777,7 @@ build will run on Windows 9X and newer systems). | |||
| 777 | (including any required DLL and the header files) is here: | 777 | (including any required DLL and the header files) is here: |
| 778 | 778 | ||
| 779 | http://sourceforge.net/projects/ezwinports/files/ | 779 | http://sourceforge.net/projects/ezwinports/files/ |
| 780 | http://ftp.gnu.org/gnu/emacs/windows/ | 780 | https://ftp.gnu.org/gnu/emacs/windows/ |
| 781 | 781 | ||
| 782 | For runtime support of libxml2, you will also need to install the | 782 | For runtime support of libxml2, you will also need to install the |
| 783 | libiconv "development" tarball, because the libiconv headers need to | 783 | libiconv "development" tarball, because the libiconv headers need to |
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index 6ebc1641de4..841660bf0f9 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 | |||
| @@ -101,7 +101,7 @@ Savannah Emacs site, https://savannah.gnu.org/projects/emacs. | |||
| 101 | 101 | ||
| 102 | ** From the FTP site | 102 | ** From the FTP site |
| 103 | 103 | ||
| 104 | The Emacs ftp site is located at http://ftp.gnu.org/gnu/emacs/ - download the | 104 | The Emacs ftp site is located at https://ftp.gnu.org/gnu/emacs/ - download the |
| 105 | version you want to build and put the file into a location like C:\emacs\, | 105 | version you want to build and put the file into a location like C:\emacs\, |
| 106 | then uncompress it with tar. This will put the Emacs source into a folder like | 106 | then uncompress it with tar. This will put the Emacs source into a folder like |
| 107 | C:\emacs\emacs-24.5: | 107 | C:\emacs\emacs-24.5: |
| @@ -92,12 +92,12 @@ | |||
| 92 | issues related to the Windows port of Emacs. For information about | 92 | issues related to the Windows port of Emacs. For information about |
| 93 | the list, see this Web page: | 93 | the list, see this Web page: |
| 94 | 94 | ||
| 95 | http://mail.gnu.org/mailman/listinfo/help-emacs-windows | 95 | https://mail.gnu.org/mailman/listinfo/help-emacs-windows |
| 96 | 96 | ||
| 97 | To ask questions on the mailing list, send email to | 97 | To ask questions on the mailing list, send email to |
| 98 | help-emacs-windows@gnu.org. (You don't need to subscribe for that.) | 98 | help-emacs-windows@gnu.org. (You don't need to subscribe for that.) |
| 99 | To subscribe to the list or unsubscribe from it, fill the form you | 99 | To subscribe to the list or unsubscribe from it, fill the form you |
| 100 | find at http://mail.gnu.org/mailman/listinfo/help-emacs-windows as | 100 | find at https://mail.gnu.org/mailman/listinfo/help-emacs-windows as |
| 101 | explained there. | 101 | explained there. |
| 102 | 102 | ||
| 103 | Another valuable source of information and help which should not be | 103 | Another valuable source of information and help which should not be |
diff --git a/nt/README.W32 b/nt/README.W32 index 89647588f44..0a15965f468 100644 --- a/nt/README.W32 +++ b/nt/README.W32 | |||
| @@ -280,7 +280,7 @@ See the end of the file for license conditions. | |||
| 280 | In addition to the manual, there is a mailing list for help with | 280 | In addition to the manual, there is a mailing list for help with |
| 281 | Emacs here: | 281 | Emacs here: |
| 282 | 282 | ||
| 283 | http://lists.gnu.org/mailman/listinfo/help-gnu-emacs | 283 | https://lists.gnu.org/mailman/listinfo/help-gnu-emacs |
| 284 | 284 | ||
| 285 | To ask questions on this mailing list, send email to | 285 | To ask questions on this mailing list, send email to |
| 286 | help-gnu-emacs@gnu.org. | 286 | help-gnu-emacs@gnu.org. |
| @@ -288,7 +288,7 @@ See the end of the file for license conditions. | |||
| 288 | A mailing list for issues specifically related to the MS-Windows port | 288 | A mailing list for issues specifically related to the MS-Windows port |
| 289 | of Emacs is here: | 289 | of Emacs is here: |
| 290 | 290 | ||
| 291 | http://lists.gnu.org/mailman/listinfo/help-emacs-windows | 291 | https://lists.gnu.org/mailman/listinfo/help-emacs-windows |
| 292 | 292 | ||
| 293 | To ask questions on this mailing list, send email to | 293 | To ask questions on this mailing list, send email to |
| 294 | help-emacs-windows@gnu.org. | 294 | help-emacs-windows@gnu.org. |