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 /lisp/ChangeLog.15 | |
| 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 'lisp/ChangeLog.15')
| -rw-r--r-- | lisp/ChangeLog.15 | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 7bd44059ad7..3e6d664aa6b 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -9833,7 +9833,7 @@ | |||
| 9833 | * window.el (pop-to-buffer): Remove the conditional that | 9833 | * window.el (pop-to-buffer): Remove the conditional that |
| 9834 | compares new-window and old-window, so it will reselect | 9834 | compares new-window and old-window, so it will reselect |
| 9835 | the selected window unconditionally. | 9835 | the selected window unconditionally. |
| 9836 | http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html | 9836 | https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html |
| 9837 | 9837 | ||
| 9838 | 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca> | 9838 | 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 9839 | 9839 | ||
| @@ -9882,7 +9882,7 @@ | |||
| 9882 | of kill-ring: don't call menu-bar-update-yank-menu, don't push | 9882 | of kill-ring: don't call menu-bar-update-yank-menu, don't push |
| 9883 | interprogram-paste strings to kill-ring, and don't push the input | 9883 | interprogram-paste strings to kill-ring, and don't push the input |
| 9884 | argument `string' to kill-ring. | 9884 | argument `string' to kill-ring. |
| 9885 | http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html | 9885 | https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html |
| 9886 | 9886 | ||
| 9887 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> | 9887 | 2010-06-04 Juanma Barranquero <lekktu@gmail.com> |
| 9888 | 9888 | ||
| @@ -10445,7 +10445,7 @@ | |||
| 10445 | * dired-x.el (dired-jump, dired-jump-other-window): Add arg | 10445 | * dired-x.el (dired-jump, dired-jump-other-window): Add arg |
| 10446 | FILE-NAME to read from the minibuffer when called interactively | 10446 | FILE-NAME to read from the minibuffer when called interactively |
| 10447 | with prefix argument instead of using buffer-file-name. | 10447 | with prefix argument instead of using buffer-file-name. |
| 10448 | http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html | 10448 | https://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html |
| 10449 | 10449 | ||
| 10450 | * dired.el: Update autoloads. | 10450 | * dired.el: Update autoloads. |
| 10451 | 10451 | ||
| @@ -11998,7 +11998,7 @@ | |||
| 11998 | 2010-04-05 Juri Linkov <juri@jurta.org> | 11998 | 2010-04-05 Juri Linkov <juri@jurta.org> |
| 11999 | 11999 | ||
| 12000 | Scrolling commands which scroll a line instead of full screen. | 12000 | Scrolling commands which scroll a line instead of full screen. |
| 12001 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html | 12001 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html |
| 12002 | 12002 | ||
| 12003 | * simple.el (scroll-up-line, scroll-down-line): New commands. | 12003 | * simple.el (scroll-up-line, scroll-down-line): New commands. |
| 12004 | Put property isearch-scroll=t on them. | 12004 | Put property isearch-scroll=t on them. |
| @@ -12009,7 +12009,7 @@ | |||
| 12009 | 2010-04-05 Juri Linkov <juri@jurta.org> | 12009 | 2010-04-05 Juri Linkov <juri@jurta.org> |
| 12010 | 12010 | ||
| 12011 | Scrolling commands which do not signal errors at top/bottom. | 12011 | Scrolling commands which do not signal errors at top/bottom. |
| 12012 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html | 12012 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html |
| 12013 | 12013 | ||
| 12014 | * simple.el (scroll-up-command, scroll-down-command): New commands. | 12014 | * simple.el (scroll-up-command, scroll-down-command): New commands. |
| 12015 | Put property isearch-scroll=t on them. | 12015 | Put property isearch-scroll=t on them. |
| @@ -12063,7 +12063,7 @@ | |||
| 12063 | (electric-help-mode): Set it to original major-mode. Doc fix. | 12063 | (electric-help-mode): Set it to original major-mode. Doc fix. |
| 12064 | (with-electric-help): Use `electric-help-orig-major-mode' instead | 12064 | (with-electric-help): Use `electric-help-orig-major-mode' instead |
| 12065 | of (default-value 'major-mode). Doc fix. | 12065 | of (default-value 'major-mode). Doc fix. |
| 12066 | http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html | 12066 | https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html |
| 12067 | 12067 | ||
| 12068 | 2010-04-02 Sam Steingold <sds@gnu.org> | 12068 | 2010-04-02 Sam Steingold <sds@gnu.org> |
| 12069 | 12069 | ||
| @@ -12089,13 +12089,13 @@ | |||
| 12089 | 12089 | ||
| 12090 | * simple.el (next-line, previous-line): Re-throw a signal | 12090 | * simple.el (next-line, previous-line): Re-throw a signal |
| 12091 | with `signal' instead of using `ding'. | 12091 | with `signal' instead of using `ding'. |
| 12092 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html | 12092 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html |
| 12093 | 12093 | ||
| 12094 | 2010-03-31 Juri Linkov <juri@jurta.org> | 12094 | 2010-03-31 Juri Linkov <juri@jurta.org> |
| 12095 | 12095 | ||
| 12096 | * simple.el (keyboard-escape-quit): Raise deselecting the active | 12096 | * simple.el (keyboard-escape-quit): Raise deselecting the active |
| 12097 | region higher than exiting the minibuffer. | 12097 | region higher than exiting the minibuffer. |
| 12098 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html | 12098 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html |
| 12099 | 12099 | ||
| 12100 | 2010-03-31 Juri Linkov <juri@jurta.org> | 12100 | 2010-03-31 Juri Linkov <juri@jurta.org> |
| 12101 | 12101 | ||
| @@ -12184,7 +12184,7 @@ | |||
| 12184 | 2010-03-30 Juri Linkov <juri@jurta.org> | 12184 | 2010-03-30 Juri Linkov <juri@jurta.org> |
| 12185 | 12185 | ||
| 12186 | Make occur handle multi-line matches cleanly with context. | 12186 | Make occur handle multi-line matches cleanly with context. |
| 12187 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html | 12187 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html |
| 12188 | 12188 | ||
| 12189 | * replace.el (occur-accumulate-lines): Add optional arg `pt'. | 12189 | * replace.el (occur-accumulate-lines): Add optional arg `pt'. |
| 12190 | (occur-engine): Add local variables `ret', `prev-after-lines', | 12190 | (occur-engine): Add local variables `ret', `prev-after-lines', |
| @@ -12379,7 +12379,7 @@ | |||
| 12379 | 2010-03-23 Juri Linkov <juri@jurta.org> | 12379 | 2010-03-23 Juri Linkov <juri@jurta.org> |
| 12380 | 12380 | ||
| 12381 | Implement Occur multi-line matches. | 12381 | Implement Occur multi-line matches. |
| 12382 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html | 12382 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html |
| 12383 | 12383 | ||
| 12384 | * replace.el (occur): Doc fix. | 12384 | * replace.el (occur): Doc fix. |
| 12385 | (occur-engine): Set `begpt' to the beginning of the first line. | 12385 | (occur-engine): Set `begpt' to the beginning of the first line. |
| @@ -12456,7 +12456,7 @@ | |||
| 12456 | 2010-03-21 Juri Linkov <juri@jurta.org> | 12456 | 2010-03-21 Juri Linkov <juri@jurta.org> |
| 12457 | 12457 | ||
| 12458 | Fix message of multi-line occur regexps and multi-buffer header lines. | 12458 | Fix message of multi-line occur regexps and multi-buffer header lines. |
| 12459 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html | 12459 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html |
| 12460 | 12460 | ||
| 12461 | * replace.el (occur-1): Don't display regexp if it is longer | 12461 | * replace.el (occur-1): Don't display regexp if it is longer |
| 12462 | than window-width. Use `query-replace-descr' to display regexp. | 12462 | than window-width. Use `query-replace-descr' to display regexp. |
| @@ -12750,7 +12750,7 @@ | |||
| 12750 | 2010-03-10 Kim F. Storm <storm@cua.dk> | 12750 | 2010-03-10 Kim F. Storm <storm@cua.dk> |
| 12751 | 12751 | ||
| 12752 | Animated image API. | 12752 | Animated image API. |
| 12753 | http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html | 12753 | https://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html |
| 12754 | 12754 | ||
| 12755 | * image.el (image-animate-max-time): New defcustom. | 12755 | * image.el (image-animate-max-time): New defcustom. |
| 12756 | (image-animated-types): New defconst. | 12756 | (image-animated-types): New defconst. |
| @@ -13908,7 +13908,7 @@ | |||
| 13908 | positions by using `bookmark-bmenu-marks-width', instead of hardcoding. | 13908 | positions by using `bookmark-bmenu-marks-width', instead of hardcoding. |
| 13909 | This fixes the `bookmark-bmenu-execute-deletions' bug reported here: | 13909 | This fixes the `bookmark-bmenu-execute-deletions' bug reported here: |
| 13910 | 13910 | ||
| 13911 | http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html | 13911 | https://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html |
| 13912 | From: Sun Yijiang <sunyijiang {_AT_} gmail.com> | 13912 | From: Sun Yijiang <sunyijiang {_AT_} gmail.com> |
| 13913 | To: emacs-devel {_AT_} gnu.org | 13913 | To: emacs-devel {_AT_} gnu.org |
| 13914 | Subject: bookmark.el bug report | 13914 | Subject: bookmark.el bug report |
| @@ -19816,7 +19816,7 @@ | |||
| 19816 | * files.el (find-alternate-file): If the old buffer is modified | 19816 | * files.el (find-alternate-file): If the old buffer is modified |
| 19817 | and visiting a file, behave similarly to `kill-buffer' when | 19817 | and visiting a file, behave similarly to `kill-buffer' when |
| 19818 | killing it, thus reverting to the pre-1.878 behavior; see | 19818 | killing it, thus reverting to the pre-1.878 behavior; see |
| 19819 | http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html | 19819 | https://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html |
| 19820 | for discussion. Also, consult `buffer-file-name' as a variable | 19820 | for discussion. Also, consult `buffer-file-name' as a variable |
| 19821 | not as a function, for consistency with the rest of the code. | 19821 | not as a function, for consistency with the rest of the code. |
| 19822 | 19822 | ||