summaryrefslogtreecommitdiff
path: root/doc/lispref/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 /doc/lispref/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 'doc/lispref/ChangeLog.1')
-rw-r--r--doc/lispref/ChangeLog.110
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog.1 b/doc/lispref/ChangeLog.1
index 490f216b4cf..3fab757c963 100644
--- a/doc/lispref/ChangeLog.1
+++ b/doc/lispref/ChangeLog.1
@@ -497,7 +497,7 @@
Improve doc for use of 'int', and discuss 'ssize_t'.
* internals.texi (C Integer Types): Mention 'int' for other
randomish values that lie in 'int' range. Mention 'ssize_t'. See:
- http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
+ https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00019.html
Use AUTO_CONS instead of SCOPED_CONS, etc.
* internals.texi (Stack-allocated Objects):
@@ -971,7 +971,7 @@
* markers.texi (Moving Marker Positions): Clarify guidance about
when to move markers and when to create a new one, as discussed at
- http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
+ https://debbugs.gnu.org/cgi/bugreport.cgi?bug=16818#17
2014-03-02 Glenn Morris <rgm@gnu.org>
@@ -2154,7 +2154,7 @@
* internals.texi (C Integer Types): New section.
This follows up and records an email in
- <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
+ <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00496.html>.
2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -2475,7 +2475,7 @@
* os.texi (Time of Day):
Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
These instances were missed the first time around.
- Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25>.
+ Problem reported by Glenn Morris in <https://bugs.gnu.org/12706#25>.
2012-10-24 Chong Yidong <cyd@gnu.org>
@@ -6288,7 +6288,7 @@
2009-04-11 Eli Zaretskii <eliz@gnu.org>
* display.texi (Overlays): Overlays don't scale well. See
- http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
+ https://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00243.html.
2009-04-10 Chong Yidong <cyd@stupidchicken.com>