summaryrefslogtreecommitdiff
path: root/nt/ChangeLog.1
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-10-01 19:53:56 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /nt/ChangeLog.1
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz
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.118
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 @@
to avoid gnulib replacement of 'struct timeval' and the resulting
compilation of lib/gettimeofday.c with incompatible version of
gettimeofday. Related discussions on emacs-devel:
- http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
- http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
+ https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
+ https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
2013-08-31 Glenn Morris <rgm@gnu.org>
@@ -373,7 +373,7 @@
* inc/sys/time.h (gettimeofday): Use '__restrict' instead of
'restrict', which is a C99 extension. See
- http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
+ https://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
and the following discussion for the problem this caused in the
old nt/configure.bat build.
@@ -524,10 +524,10 @@
Fix more incompatibilities between MinGW.org and MinGW64 headers
reported by Óscar Fuentes in
- http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
- http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
+ https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
+ https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
and in
- http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
+ https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
* inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
For MinGW64, include sys/types.h and time.h.
(_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
@@ -548,7 +548,7 @@
Fix incompatibilities between MinGW.org and MinGW64 headers
reported by Óscar Fuentes in
- http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
+ https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
* inc/ms-w32.h (struct timespec): Don't define if
_TIMESPEC_DEFINED is already defined.
(sigset_t) [!_POSIX]: Typedef for MinGW64.
@@ -724,7 +724,7 @@
2012-11-21 Eli Zaretskii <eliz@gnu.org>
* nmake.defs: Use !if, not !ifdef. For the details, see
- http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
+ https://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
* inc/stdint.h (INTPTR_MIN)
(PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
@@ -1184,7 +1184,7 @@
(dist): Depend on it.
(install-shortcuts): Depend on install-addpm instead of copying
addpm.exe as part of the recipe. See
- http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
+ https://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
for the related problem and discussions.
2012-06-11 Glenn Morris <rgm@gnu.org>