aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.13
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /lisp/ChangeLog.13
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-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 'lisp/ChangeLog.13')
-rw-r--r--lisp/ChangeLog.1310
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 9c451a359ea..8869cc46eb8 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -4667,7 +4667,7 @@
46672008-01-02 Karl Fogel <kfogel@red-bean.com> 46672008-01-02 Karl Fogel <kfogel@red-bean.com>
4668 4668
4669 Change a return type, for greater extensibility. 4669 Change a return type, for greater extensibility.
4670 See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html 4670 See https://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
4671 and its thread for discussion leading to this change. 4671 and its thread for discussion leading to this change.
4672 4672
4673 * bookmark.el (bookmark-jump-noselect): 4673 * bookmark.el (bookmark-jump-noselect):
@@ -11475,7 +11475,7 @@
11475 (fancy-about-text): Add links "Authors" and "Contributing". 11475 (fancy-about-text): Add links "Authors" and "Contributing".
11476 (fancy-splash-head): Add text "Welcome to " on the startup screen, 11476 (fancy-splash-head): Add text "Welcome to " on the startup screen,
11477 and "This is " on the about screen. Add link to 11477 and "This is " on the about screen. Add link to
11478 "http://www.gnu.org/software/emacs/" for "GNU Emacs". 11478 "https://www.gnu.org/software/emacs/" for "GNU Emacs".
11479 For the about screen move emacs version to the header from 11479 For the about screen move emacs version to the header from
11480 `fancy-splash-tail' (as it's done already for normal about screen). 11480 `fancy-splash-tail' (as it's done already for normal about screen).
11481 (fancy-splash-tail): Insert emacs version only for startup screen. 11481 (fancy-splash-tail): Insert emacs version only for startup screen.
@@ -14464,7 +14464,7 @@
14464 14464
14465 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com, 14465 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
14466 thus restoring bookmark bindings to three slots under C-x r. See 14466 thus restoring bookmark bindings to three slots under C-x r. See
14467 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html. 14467 https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
14468 14468
144692007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change) 144692007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
14470 14470
@@ -14511,7 +14511,7 @@
14511 * bookmark.el (bookmark-jump-other-window): New function. 14511 * bookmark.el (bookmark-jump-other-window): New function.
14512 (bookmark-map): Bind it to "o". 14512 (bookmark-map): Bind it to "o".
14513 14513
14514 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html 14514 https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
14515 and its thread contains discussion about this change. 14515 and its thread contains discussion about this change.
14516 The original patch was slightly tweaked by Karl Fogel 14516 The original patch was slightly tweaked by Karl Fogel
14517 <kfogel@red-bean.com> before committing. 14517 <kfogel@red-bean.com> before committing.
@@ -14525,7 +14525,7 @@
14525 * bookmark.el: Don't define bookmark keys under the "C-xr" map; 14525 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
14526 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew 14526 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
14527 Adams <drew.adams@oracle.com>, mildly tweaked by me. See 14527 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
14528 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html. 14528 https://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
14529 14529
145302007-07-13 Carsten Dominik <dominik@science.uva.nl> 145302007-07-13 Carsten Dominik <dominik@science.uva.nl>
14531 14531