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/ChangeLog.1 | |
| 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/ChangeLog.1')
| -rw-r--r-- | nt/ChangeLog.1 | 18 |
1 files changed, 9 insertions, 9 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> |