diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-24 20:22:33 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-24 20:23:27 +0200 |
commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
tree | 11cdd1aa9078700dab40855d90e690ca292fa16f /lisp/ChangeLog.16 | |
parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.bz2 emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip |
; Prefer https to http in more URLs
These were all tested and confirmed working.
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r-- | lisp/ChangeLog.16 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index 6c093790d31..bb7389c5b71 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 @@ -379,7 +379,7 @@ 2013-02-28 Sam Steingold <sds@gnu.org> * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces. - See <http://stackoverflow.com/questions/14720205>. + See <https://stackoverflow.com/questions/14720205>. 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> @@ -1326,7 +1326,7 @@ * net/soap-client.el (soap-invoke): Encode the string for `url-request-data' as UTF-8. - Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>. + Fixes <https://code.google.com/p/emacs-soap-client/issues/detail?id=16>. 2013-02-01 Glenn Morris <rgm@gnu.org> @@ -2462,7 +2462,7 @@ 2012-12-27 Sam Steingold <sds@gnu.org> * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger - continuations, see <http://stackoverflow.com/questions/3582436>. + continuations, see <https://stackoverflow.com/questions/3582436>. 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> @@ -11473,7 +11473,7 @@ (sh-set-shell): Use smie-setup if requested. * term.el (term-set-escape-char): Properly set term-escape-char. - See http://stackoverflow.com/questions/10524656. + See https://stackoverflow.com/questions/10524656. 2012-05-10 Chong Yidong <cyd@gnu.org> @@ -16476,7 +16476,7 @@ (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as regular python pdb prompts. Adjustments shamelessly taken exactly as suggested in EmacsWiki page (tiny change): - http://www.emacswiki.org/PythonProgrammingInEmacs#toc14 + https://www.emacswiki.org/PythonProgrammingInEmacs#toc14 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |