diff options
| author | Stefan Kangas | 2020-10-24 20:22:33 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-24 20:23:27 +0200 |
| commit | dd16e46bb9d0099baea06d780ad8f62728addc2e (patch) | |
| tree | 11cdd1aa9078700dab40855d90e690ca292fa16f | |
| parent | 10e7c76ee3e263a7691745d9384bae475c2f5c86 (diff) | |
| download | emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.tar.gz emacs-dd16e46bb9d0099baea06d780ad8f62728addc2e.zip | |
; Prefer https to http in more URLs
These were all tested and confirmed working.
60 files changed, 134 insertions, 134 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index ebaf3846dca..5e9b8b901e0 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -9269,7 +9269,7 @@ | |||
| 9269 | 9269 | ||
| 9270 | This is related to the autogen.sh changes made by Paul Eggert in | 9270 | This is related to the autogen.sh changes made by Paul Eggert in |
| 9271 | commit d766ca8f (2016-02-01) and commit cedd7cad (2016-02-01), and to | 9271 | commit d766ca8f (2016-02-01) and commit cedd7cad (2016-02-01), and to |
| 9272 | my edits today to http://www.emacswiki.org/emacs/GitForEmacsDevs and | 9272 | my edits today to https://www.emacswiki.org/emacs/GitForEmacsDevs and |
| 9273 | to emacswiki.org/emacs/GitQuickStartForEmacsDevs. See also the thread | 9273 | to emacswiki.org/emacs/GitQuickStartForEmacsDevs. See also the thread |
| 9274 | "Recommend these .gitconfig settings for git integrity." at | 9274 | "Recommend these .gitconfig settings for git integrity." at |
| 9275 | https://lists.gnu.org/r/emacs-devel/2016-01/threads.html#01802. | 9275 | https://lists.gnu.org/r/emacs-devel/2016-01/threads.html#01802. |
| @@ -13444,7 +13444,7 @@ | |||
| 13444 | (gdb-send): Recognize various ways of exiting from Python and | 13444 | (gdb-send): Recognize various ways of exiting from Python and |
| 13445 | Guile interpreters and returning to GDB. For details, see | 13445 | Guile interpreters and returning to GDB. For details, see |
| 13446 | https://lists.gnu.org/r/emacs-devel/2015-12/msg00693.html | 13446 | https://lists.gnu.org/r/emacs-devel/2015-12/msg00693.html |
| 13447 | and http://stackoverflow.com/questions/31514741. | 13447 | and https://stackoverflow.com/questions/31514741. |
| 13448 | 13448 | ||
| 13449 | 2015-12-16 Paul Eggert <eggert@cs.ucla.edu> | 13449 | 2015-12-16 Paul Eggert <eggert@cs.ucla.edu> |
| 13450 | 13450 | ||
| @@ -23731,7 +23731,7 @@ | |||
| 23731 | 23731 | ||
| 23732 | * lisp/progmodes/etags.el (etags-tags-completion-table): | 23732 | * lisp/progmodes/etags.el (etags-tags-completion-table): |
| 23733 | Allow even one non-regular character before the implicit tag name. | 23733 | Allow even one non-regular character before the implicit tag name. |
| 23734 | Reported at http://emacs.stackexchange.com/questions/15269/. | 23734 | Reported at https://emacs.stackexchange.com/questions/15269/. |
| 23735 | 23735 | ||
| 23736 | 2015-09-06 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 23736 | 2015-09-06 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 23737 | 23737 | ||
diff --git a/ChangeLog.3 b/ChangeLog.3 index ec2d3f8d462..0f363100794 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -44031,8 +44031,8 @@ | |||
| 44031 | * src/marker.c (buf_bytepos_to_charpos): Remove the assertion | 44031 | * src/marker.c (buf_bytepos_to_charpos): Remove the assertion |
| 44032 | regarding bytepos always at the head byte of a multibyte | 44032 | regarding bytepos always at the head byte of a multibyte |
| 44033 | sequence. For the reasons, see | 44033 | sequence. For the reasons, see |
| 44034 | http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg00100.html | 44034 | https://lists.gnu.org/archive/html/emacs-devel/2019-03/msg00100.html |
| 44035 | http://lists.gnu.org/archive/html/emacs-devel/2019-03/msg00102.html | 44035 | https://lists.gnu.org/archive/html/emacs-devel/2019-03/msg00102.html |
| 44036 | 44036 | ||
| 44037 | 2019-03-05 Wilson Snyder <wsnyder@wsnyder.org> | 44037 | 2019-03-05 Wilson Snyder <wsnyder@wsnyder.org> |
| 44038 | 44038 | ||
| @@ -45541,7 +45541,7 @@ | |||
| 45541 | * lisp/startup.el (command-line): Pass 'early-init.el', with | 45541 | * lisp/startup.el (command-line): Pass 'early-init.el', with |
| 45542 | an explicit .el extension, to load-user-init-file. | 45542 | an explicit .el extension, to load-user-init-file. |
| 45543 | Reported by Radon Rosborough <radon.neon@gmail.com> in | 45543 | Reported by Radon Rosborough <radon.neon@gmail.com> in |
| 45544 | http://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00314.html. | 45544 | https://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00314.html. |
| 45545 | 45545 | ||
| 45546 | 2019-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | 45546 | 2019-02-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 45547 | 45547 | ||
| @@ -50624,7 +50624,7 @@ | |||
| 50624 | the correct directory in emacs_wd, which is now initialized | 50624 | the correct directory in emacs_wd, which is now initialized |
| 50625 | way earlier in the startup process, when init_environment was | 50625 | way earlier in the startup process, when init_environment was |
| 50626 | not yet called. For details, see the problems reported in | 50626 | not yet called. For details, see the problems reported in |
| 50627 | http://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00068.html. | 50627 | https://lists.gnu.org/archive/html/emacs-devel/2018-12/msg00068.html. |
| 50628 | Reported by Angelo Graziosi <angelo.g0@libero.it>. | 50628 | Reported by Angelo Graziosi <angelo.g0@libero.it>. |
| 50629 | 50629 | ||
| 50630 | 2018-12-06 Juri Linkov <juri@linkov.net> | 50630 | 2018-12-06 Juri Linkov <juri@linkov.net> |
| @@ -52313,7 +52313,7 @@ | |||
| 52313 | 52313 | ||
| 52314 | * lib-src/emacsclient.c (set_local_socket): Don't ignore socket | 52314 | * lib-src/emacsclient.c (set_local_socket): Don't ignore socket |
| 52315 | ownership when run by root. | 52315 | ownership when run by root. |
| 52316 | Ref: http://lists.gnu.org/r/emacs-devel/2018-11/msg00019.html | 52316 | Ref: https://lists.gnu.org/r/emacs-devel/2018-11/msg00019.html |
| 52317 | 52317 | ||
| 52318 | 2018-11-13 Eli Zaretskii <eliz@gnu.org> | 52318 | 2018-11-13 Eli Zaretskii <eliz@gnu.org> |
| 52319 | 52319 | ||
| @@ -57139,7 +57139,7 @@ | |||
| 57139 | alias for thai-iso8859-11. Instead, reinstate the original | 57139 | alias for thai-iso8859-11. Instead, reinstate the original |
| 57140 | definition of tis620-2533, but without eight-bit-control in | 57140 | definition of tis620-2533, but without eight-bit-control in |
| 57141 | the :superset attribute. For the details, see | 57141 | the :superset attribute. For the details, see |
| 57142 | http://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00117.html | 57142 | https://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00117.html |
| 57143 | and the surrounding discussions. | 57143 | and the surrounding discussions. |
| 57144 | * lisp/international/fontset.el (font-encoding-alist) | 57144 | * lisp/international/fontset.el (font-encoding-alist) |
| 57145 | (font-encoding-charset-alist): Reinstate tis620-2533 charset. | 57145 | (font-encoding-charset-alist): Reinstate tis620-2533 charset. |
| @@ -60017,7 +60017,7 @@ | |||
| 60017 | 60017 | ||
| 60018 | * src/w32proc.c (syms_of_ntproc) <w32-pipe-read-delay>: Set to | 60018 | * src/w32proc.c (syms_of_ntproc) <w32-pipe-read-delay>: Set to |
| 60019 | zero. For the details, see this discussion: | 60019 | zero. For the details, see this discussion: |
| 60020 | http://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00711.html. | 60020 | https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00711.html. |
| 60021 | * src/w32.c (_sys_read_ahead): Update the commentary for | 60021 | * src/w32.c (_sys_read_ahead): Update the commentary for |
| 60022 | w32-pipe-read-delay usage. | 60022 | w32-pipe-read-delay usage. |
| 60023 | 60023 | ||
| @@ -62471,7 +62471,7 @@ | |||
| 62471 | 62471 | ||
| 62472 | * lisp/subr.el (string-to-unibyte): No longer obsolete. See the | 62472 | * lisp/subr.el (string-to-unibyte): No longer obsolete. See the |
| 62473 | emacs-devel discussion around this message: | 62473 | emacs-devel discussion around this message: |
| 62474 | http://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00656.html. | 62474 | https://lists.gnu.org/archive/html/emacs-devel/2018-05/msg00656.html. |
| 62475 | 62475 | ||
| 62476 | * etc/NEWS: Announce the change. | 62476 | * etc/NEWS: Announce the change. |
| 62477 | 62477 | ||
| @@ -63512,7 +63512,7 @@ | |||
| 63512 | * lisp/international/fontset.el (font-encoding-alist): Fix the | 63512 | * lisp/international/fontset.el (font-encoding-alist): Fix the |
| 63513 | GB18030 entry to encode characters correctly when passing them to | 63513 | GB18030 entry to encode characters correctly when passing them to |
| 63514 | the xfont back-end. (Bug#31315) See also | 63514 | the xfont back-end. (Bug#31315) See also |
| 63515 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00754.html. | 63515 | https://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00754.html. |
| 63516 | 63516 | ||
| 63517 | 2018-05-04 Noam Postavsky <npostavs@gmail.com> | 63517 | 2018-05-04 Noam Postavsky <npostavs@gmail.com> |
| 63518 | 63518 | ||
| @@ -65267,7 +65267,7 @@ | |||
| 65267 | (eww-display-html): ... and don't get it here, because it's gone | 65267 | (eww-display-html): ... and don't get it here, because it's gone |
| 65268 | by now. | 65268 | by now. |
| 65269 | 65269 | ||
| 65270 | Test URL: http://www.gnu.org/s/hyperbole/#summary | 65270 | Test URL: https://www.gnu.org/s/hyperbole/#summary |
| 65271 | 65271 | ||
| 65272 | 2018-04-13 Robert Pluim <rpluim@gmail.com> | 65272 | 2018-04-13 Robert Pluim <rpluim@gmail.com> |
| 65273 | 65273 | ||
| @@ -70827,7 +70827,7 @@ | |||
| 70827 | TO_CHARPOS, but didn't yet produce glyphs for that buffer | 70827 | TO_CHARPOS, but didn't yet produce glyphs for that buffer |
| 70828 | position, because the last call to PRODUCE_GLYPHS at this position | 70828 | position, because the last call to PRODUCE_GLYPHS at this position |
| 70829 | was for an object other than the buffer. For further details, see | 70829 | was for an object other than the buffer. For further details, see |
| 70830 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00537.html. | 70830 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00537.html. |
| 70831 | 70831 | ||
| 70832 | 2018-01-19 Reuben Thomas <rrt@sc3d.org> | 70832 | 2018-01-19 Reuben Thomas <rrt@sc3d.org> |
| 70833 | 70833 | ||
| @@ -80561,7 +80561,7 @@ | |||
| 80561 | 80561 | ||
| 80562 | * configure.ac: Add -Wabi to the list of disabled warning | 80562 | * configure.ac: Add -Wabi to the list of disabled warning |
| 80563 | options. For the details, see | 80563 | options. For the details, see |
| 80564 | http://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00123.html. | 80564 | https://lists.gnu.org/archive/html/emacs-devel/2018-08/msg00123.html. |
| 80565 | 80565 | ||
| 80566 | 2018-08-10 Filipp Gunbin <fgunbin@fastmail.fm> | 80566 | 2018-08-10 Filipp Gunbin <fgunbin@fastmail.fm> |
| 80567 | 80567 | ||
| @@ -80935,7 +80935,7 @@ | |||
| 80935 | 80935 | ||
| 80936 | * lisp/emacs-lisp/rx.el (rx): Clarify and improve the doc string. | 80936 | * lisp/emacs-lisp/rx.el (rx): Clarify and improve the doc string. |
| 80937 | For the details, see the discussion starting at | 80937 | For the details, see the discussion starting at |
| 80938 | http://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00399.html. | 80938 | https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00399.html. |
| 80939 | 80939 | ||
| 80940 | 2018-07-19 Eli Zaretskii <eliz@gnu.org> | 80940 | 2018-07-19 Eli Zaretskii <eliz@gnu.org> |
| 80941 | 80941 | ||
| @@ -81072,7 +81072,7 @@ | |||
| 81072 | Improve documentation of Flyspell | 81072 | Improve documentation of Flyspell |
| 81073 | 81073 | ||
| 81074 | For the background, see | 81074 | For the background, see |
| 81075 | http://lists.gnu.org/archive/html/help-gnu-emacs/2018-07/msg00099.html. | 81075 | https://lists.gnu.org/archive/html/help-gnu-emacs/2018-07/msg00099.html. |
| 81076 | 81076 | ||
| 81077 | * doc/emacs/fixit.texi (Spelling): Add a couple of caveats. | 81077 | * doc/emacs/fixit.texi (Spelling): Add a couple of caveats. |
| 81078 | * lisp/textmodes/flyspell.el: Update commentary. | 81078 | * lisp/textmodes/flyspell.el: Update commentary. |
| @@ -81781,7 +81781,7 @@ | |||
| 81781 | 81781 | ||
| 81782 | * lisp/info.el: Explain in commentary why some commands start with | 81782 | * lisp/info.el: Explain in commentary why some commands start with |
| 81783 | "info-" and others with "Info-". See also | 81783 | "info-" and others with "Info-". See also |
| 81784 | http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00482.html. | 81784 | https://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00482.html. |
| 81785 | 81785 | ||
| 81786 | 2018-06-13 Michael Albinus <michael.albinus@gmx.de> | 81786 | 2018-06-13 Michael Albinus <michael.albinus@gmx.de> |
| 81787 | 81787 | ||
| @@ -82336,7 +82336,7 @@ | |||
| 82336 | * lisp/international/fontset.el (font-encoding-alist): Fix the | 82336 | * lisp/international/fontset.el (font-encoding-alist): Fix the |
| 82337 | GB18030 entry to encode characters correctly when passing them to | 82337 | GB18030 entry to encode characters correctly when passing them to |
| 82338 | the xfont back-end. (Bug#31315) See also | 82338 | the xfont back-end. (Bug#31315) See also |
| 82339 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00754.html. | 82339 | https://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00754.html. |
| 82340 | 82340 | ||
| 82341 | (cherry picked from commit bbe2cadc544e63e9378350621887f8fb9bbcc236) | 82341 | (cherry picked from commit bbe2cadc544e63e9378350621887f8fb9bbcc236) |
| 82342 | 82342 | ||
| @@ -82460,7 +82460,7 @@ | |||
| 82460 | TO_CHARPOS, but didn't yet produce glyphs for that buffer | 82460 | TO_CHARPOS, but didn't yet produce glyphs for that buffer |
| 82461 | position, because the last call to PRODUCE_GLYPHS at this position | 82461 | position, because the last call to PRODUCE_GLYPHS at this position |
| 82462 | was for an object other than the buffer. For further details, see | 82462 | was for an object other than the buffer. For further details, see |
| 82463 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00537.html. | 82463 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00537.html. |
| 82464 | 82464 | ||
| 82465 | (cherry picked from commit c0154ac7c3423f68d8f3a2e85a756c9759219039) | 82465 | (cherry picked from commit c0154ac7c3423f68d8f3a2e85a756c9759219039) |
| 82466 | 82466 | ||
| @@ -83153,7 +83153,7 @@ | |||
| 83153 | (Note for Novices): | 83153 | (Note for Novices): |
| 83154 | * doc/lispref/tips.texi (Key Binding Conventions): Fix use of | 83154 | * doc/lispref/tips.texi (Key Binding Conventions): Fix use of |
| 83155 | @key. For the details, see | 83155 | @key. For the details, see |
| 83156 | http://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00390.html. | 83156 | https://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00390.html. |
| 83157 | 83157 | ||
| 83158 | 2018-04-19 Eli Zaretskii <eliz@gnu.org> | 83158 | 2018-04-19 Eli Zaretskii <eliz@gnu.org> |
| 83159 | 83159 | ||
| @@ -83239,7 +83239,7 @@ | |||
| 83239 | 83239 | ||
| 83240 | * src/process.c (Fmake_pipe_process): Set up the decoding and | 83240 | * src/process.c (Fmake_pipe_process): Set up the decoding and |
| 83241 | encoding buffers. For the details, see | 83241 | encoding buffers. For the details, see |
| 83242 | http://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00295.html. | 83242 | https://lists.gnu.org/archive/html/emacs-devel/2018-04/msg00295.html. |
| 83243 | 83243 | ||
| 83244 | 2018-04-13 Robert Pluim <rpluim@gmail.com> | 83244 | 2018-04-13 Robert Pluim <rpluim@gmail.com> |
| 83245 | 83245 | ||
| @@ -84015,7 +84015,7 @@ | |||
| 84015 | * doc/lispref/variables.texi (Local Variables): Make more clear | 84015 | * doc/lispref/variables.texi (Local Variables): Make more clear |
| 84016 | that local bindings of 'let' are in effect only within the body. | 84016 | that local bindings of 'let' are in effect only within the body. |
| 84017 | Suggested by Marcin Borkowski <mbork@mbork.pl>, see | 84017 | Suggested by Marcin Borkowski <mbork@mbork.pl>, see |
| 84018 | http://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00217.html | 84018 | https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00217.html |
| 84019 | for the details. | 84019 | for the details. |
| 84020 | 84020 | ||
| 84021 | * doc/emacs/programs.texi (Matching): Fix a typo. Reported by | 84021 | * doc/emacs/programs.texi (Matching): Fix a typo. Reported by |
| @@ -85790,7 +85790,7 @@ | |||
| 85790 | 85790 | ||
| 85791 | * doc/emacs/text.texi (Words): Improve wording. Reported by | 85791 | * doc/emacs/text.texi (Words): Improve wording. Reported by |
| 85792 | Marcin Borkowski <mbork@mbork.pl> in | 85792 | Marcin Borkowski <mbork@mbork.pl> in |
| 85793 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00784.html. | 85793 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00784.html. |
| 85794 | 85794 | ||
| 85795 | 2018-01-28 Martin Rudalics <rudalics@gmx.at> | 85795 | 2018-01-28 Martin Rudalics <rudalics@gmx.at> |
| 85796 | 85796 | ||
| @@ -86006,7 +86006,7 @@ | |||
| 86006 | 86006 | ||
| 86007 | This is part two of a two part fix for the GTK scaling | 86007 | This is part two of a two part fix for the GTK scaling |
| 86008 | problems. See the thread starting at | 86008 | problems. See the thread starting at |
| 86009 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00372.html | 86009 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00372.html |
| 86010 | for an explanation of why it has been added to Emacs 26. | 86010 | for an explanation of why it has been added to Emacs 26. |
| 86011 | 86011 | ||
| 86012 | * src/gtkutil.c (xg_set_geometry): Scale down the coordinates that we | 86012 | * src/gtkutil.c (xg_set_geometry): Scale down the coordinates that we |
| @@ -86019,7 +86019,7 @@ | |||
| 86019 | 86019 | ||
| 86020 | This is part one of a two part fix for the GTK scaling | 86020 | This is part one of a two part fix for the GTK scaling |
| 86021 | problems. See the thread starting at | 86021 | problems. See the thread starting at |
| 86022 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00372.html | 86022 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00372.html |
| 86023 | for an explanation of why it has been added to Emacs 26. | 86023 | for an explanation of why it has been added to Emacs 26. |
| 86024 | 86024 | ||
| 86025 | * src/xfns.c (Fx_display_monitor_attributes_list): Take scaling factor | 86025 | * src/xfns.c (Fx_display_monitor_attributes_list): Take scaling factor |
| @@ -86163,7 +86163,7 @@ | |||
| 86163 | being compiled is specified by an absolute file name. This avoids | 86163 | being compiled is specified by an absolute file name. This avoids |
| 86164 | problems with ACL copying from temporary-file-directory on | 86164 | problems with ACL copying from temporary-file-directory on |
| 86165 | FreeBSD. For the details, see | 86165 | FreeBSD. For the details, see |
| 86166 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00513.html. | 86166 | https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00513.html. |
| 86167 | 86167 | ||
| 86168 | 2018-01-19 Eli Zaretskii <eliz@gnu.org> | 86168 | 2018-01-19 Eli Zaretskii <eliz@gnu.org> |
| 86169 | 86169 | ||
| @@ -86356,7 +86356,7 @@ | |||
| 86356 | 86356 | ||
| 86357 | * doc/lispref/variables.texi (File Local Variables): Mention the | 86357 | * doc/lispref/variables.texi (File Local Variables): Mention the |
| 86358 | autoload cookie as a means of defining safe values for variables. | 86358 | autoload cookie as a means of defining safe values for variables. |
| 86359 | See http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00261.html | 86359 | See https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00261.html |
| 86360 | for the details. | 86360 | for the details. |
| 86361 | * doc/lispref/compile.texi (Compiler Errors): Document | 86361 | * doc/lispref/compile.texi (Compiler Errors): Document |
| 86362 | 'byte-compile-error-on-warn'. | 86362 | 'byte-compile-error-on-warn'. |
| @@ -86750,7 +86750,7 @@ | |||
| 86750 | scroll-margin when scrolling down, i.e. moving window-start | 86750 | scroll-margin when scrolling down, i.e. moving window-start |
| 86751 | towards the beginning of the buffer. Reported by zhang cc | 86751 | towards the beginning of the buffer. Reported by zhang cc |
| 86752 | <ccsmile2008@outlook.com> in | 86752 | <ccsmile2008@outlook.com> in |
| 86753 | http://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00894.html. | 86753 | https://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00894.html. |
| 86754 | 86754 | ||
| 86755 | 2017-12-29 Eli Zaretskii <eliz@gnu.org> | 86755 | 2017-12-29 Eli Zaretskii <eliz@gnu.org> |
| 86756 | 86756 | ||
| @@ -86991,7 +86991,7 @@ | |||
| 86991 | Clarify what selecting a window means for keyboard input, and that | 86991 | Clarify what selecting a window means for keyboard input, and that |
| 86992 | input focus may need to be considered when selecting windows on | 86992 | input focus may need to be considered when selecting windows on |
| 86993 | other frames. See | 86993 | other frames. See |
| 86994 | http://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00372.html | 86994 | https://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00372.html |
| 86995 | for more details. | 86995 | for more details. |
| 86996 | 86996 | ||
| 86997 | 2017-12-22 Eli Zaretskii <eliz@gnu.org> | 86997 | 2017-12-22 Eli Zaretskii <eliz@gnu.org> |
| @@ -87530,7 +87530,7 @@ | |||
| 87530 | * lisp/progmodes/prog-mode.el (prog-indentation-context): | 87530 | * lisp/progmodes/prog-mode.el (prog-indentation-context): |
| 87531 | Un-document all elements but the first. | 87531 | Un-document all elements but the first. |
| 87532 | (prog-widen): Remove. | 87532 | (prog-widen): Remove. |
| 87533 | (http://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00321.html) | 87533 | (https://lists.gnu.org/archive/html/emacs-devel/2017-12/msg00321.html) |
| 87534 | 87534 | ||
| 87535 | * doc/lispref/text.texi (Mode-Specific Indent): Update. | 87535 | * doc/lispref/text.texi (Mode-Specific Indent): Update. |
| 87536 | 87536 | ||
| @@ -87675,7 +87675,7 @@ | |||
| 87675 | Import the latest IVD_Sequences.txt | 87675 | Import the latest IVD_Sequences.txt |
| 87676 | 87676 | ||
| 87677 | * admin/unidata/IVD_Sequences.txt: New version from | 87677 | * admin/unidata/IVD_Sequences.txt: New version from |
| 87678 | http://www.unicode.org/ivd/, the 2017-12-12 version of the Unicode | 87678 | https://www.unicode.org/ivd/, the 2017-12-12 version of the Unicode |
| 87679 | Ideographic Variation Database. | 87679 | Ideographic Variation Database. |
| 87680 | 87680 | ||
| 87681 | * src/macuvs.h: Regenerated. | 87681 | * src/macuvs.h: Regenerated. |
| @@ -87989,7 +87989,7 @@ | |||
| 87989 | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Pass basename | 87989 | * lisp/emacs-lisp/bytecomp.el (byte-compile-file): Pass basename |
| 87990 | of target-file to make-temp-file, in case target-file includes a | 87990 | of target-file to make-temp-file, in case target-file includes a |
| 87991 | leading directory that might not exist under TMPDIR. See | 87991 | leading directory that might not exist under TMPDIR. See |
| 87992 | http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00680.html | 87992 | https://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00680.html |
| 87993 | for the details. | 87993 | for the details. |
| 87994 | 87994 | ||
| 87995 | 2017-12-02 Michael Albinus <michael.albinus@gmx.de> | 87995 | 2017-12-02 Michael Albinus <michael.albinus@gmx.de> |
| @@ -88670,7 +88670,7 @@ | |||
| 88670 | 88670 | ||
| 88671 | * lisp/calc/calc-aent.el (math-read-token): Make sure the match | 88671 | * lisp/calc/calc-aent.el (math-read-token): Make sure the match |
| 88672 | against "0[xX][0-9a-fA-F]+" is found at math-exp-pos. See | 88672 | against "0[xX][0-9a-fA-F]+" is found at math-exp-pos. See |
| 88673 | http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00174.html | 88673 | https://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00174.html |
| 88674 | for the details. | 88674 | for the details. |
| 88675 | 88675 | ||
| 88676 | 2017-11-18 Eli Zaretskii <eliz@gnu.org> | 88676 | 2017-11-18 Eli Zaretskii <eliz@gnu.org> |
| @@ -88984,7 +88984,7 @@ | |||
| 88984 | * lisp/files.el (find-file, find-file-other-window) | 88984 | * lisp/files.el (find-file, find-file-other-window) |
| 88985 | (find-file-other-frame): Mention file-name-at-point-functions in | 88985 | (find-file-other-frame): Mention file-name-at-point-functions in |
| 88986 | the doc string. Reported by Florian Weimer <fw@deneb.enyo.de> in | 88986 | the doc string. Reported by Florian Weimer <fw@deneb.enyo.de> in |
| 88987 | http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00224.html. | 88987 | https://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00224.html. |
| 88988 | 88988 | ||
| 88989 | * doc/emacs/mini.texi (Minibuffer History): Document | 88989 | * doc/emacs/mini.texi (Minibuffer History): Document |
| 88990 | file-name-at-point-functions and its effect on M-n when typing | 88990 | file-name-at-point-functions and its effect on M-n when typing |
| @@ -97350,7 +97350,7 @@ | |||
| 97350 | Improve make-temp-file performance on local files | 97350 | Improve make-temp-file performance on local files |
| 97351 | 97351 | ||
| 97352 | For the motivation behind this patch, please see Bug#28023 and: | 97352 | For the motivation behind this patch, please see Bug#28023 and: |
| 97353 | http://emacshorrors.com/posts/make-temp-name.html | 97353 | https://emacshorrors.com/posts/make-temp-name.html |
| 97354 | Although, given the recent changes to Tramp, the related security | 97354 | Although, given the recent changes to Tramp, the related security |
| 97355 | problem in make-temp-file is already fixed, make-temp-file still has | 97355 | problem in make-temp-file is already fixed, make-temp-file still has |
| 97356 | several unnecessary system calls. In the typical case on GNU/Linux, | 97356 | several unnecessary system calls. In the typical case on GNU/Linux, |
| @@ -104823,7 +104823,7 @@ | |||
| 104823 | Remove s_client usage from tls.el | 104823 | Remove s_client usage from tls.el |
| 104824 | 104824 | ||
| 104825 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. | 104825 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. |
| 104826 | Ref http://bugs.debian.org/766397 | 104826 | Ref https://bugs.debian.org/766397 |
| 104827 | https://lists.gnu.org/r/emacs-devel/2014-10/msg00803.html | 104827 | https://lists.gnu.org/r/emacs-devel/2014-10/msg00803.html |
| 104828 | 104828 | ||
| 104829 | 104829 | ||
| @@ -107262,7 +107262,7 @@ | |||
| 107262 | Remove s_client usage from tls.el | 107262 | Remove s_client usage from tls.el |
| 107263 | 107263 | ||
| 107264 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. | 107264 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. |
| 107265 | Ref http://bugs.debian.org/766397 | 107265 | Ref https://bugs.debian.org/766397 |
| 107266 | https://lists.gnu.org/r/emacs-devel/2014-10/msg00803.html | 107266 | https://lists.gnu.org/r/emacs-devel/2014-10/msg00803.html |
| 107267 | 107267 | ||
| 107268 | 2017-04-25 Glenn Morris <rgm@gnu.org> | 107268 | 2017-04-25 Glenn Morris <rgm@gnu.org> |
| @@ -107708,7 +107708,7 @@ | |||
| 107708 | * lisp/emacs-lisp/ert.el (ert--expand-should-1): | 107708 | * lisp/emacs-lisp/ert.el (ert--expand-should-1): |
| 107709 | Avoid errors related to undefined byte-compile-macro-environment. | 107709 | Avoid errors related to undefined byte-compile-macro-environment. |
| 107710 | Somehow masked until very recently because loading seq (eg) | 107710 | Somehow masked until very recently because loading seq (eg) |
| 107711 | loads bytecomp. http://hydra.nixos.org/build/51730765 | 107711 | loads bytecomp. https://hydra.nixos.org/build/51730765 |
| 107712 | 107712 | ||
| 107713 | 2017-04-18 Eli Zaretskii <eliz@gnu.org> | 107713 | 2017-04-18 Eli Zaretskii <eliz@gnu.org> |
| 107714 | 107714 | ||
| @@ -108380,7 +108380,7 @@ | |||
| 108380 | 108380 | ||
| 108381 | * test/lisp/emacs-lisp/package-tests.el (with-package-test): | 108381 | * test/lisp/emacs-lisp/package-tests.el (with-package-test): |
| 108382 | Also bind package-gnupghome-dir, see eg | 108382 | Also bind package-gnupghome-dir, see eg |
| 108383 | http://hydra.nixos.org/build/51462182 . | 108383 | https://hydra.nixos.org/build/51462182 . |
| 108384 | 108384 | ||
| 108385 | 2017-04-11 Martin Rudalics <rudalics@gmx.at> | 108385 | 2017-04-11 Martin Rudalics <rudalics@gmx.at> |
| 108386 | 108386 | ||
| @@ -113197,7 +113197,7 @@ | |||
| 113197 | The [5ec3a584: Generate upcase and downcase tables from Unicode data] | 113197 | The [5ec3a584: Generate upcase and downcase tables from Unicode data] |
| 113198 | commit broke bootstrap from a truly clean tree (e.g. a fresh clone or | 113198 | commit broke bootstrap from a truly clean tree (e.g. a fresh clone or |
| 113199 | one created with ‘make extraclean’), see | 113199 | one created with ‘make extraclean’), see |
| 113200 | <http://hydra.nixos.org/build/48774928>. | 113200 | <https://hydra.nixos.org/build/48774928>. |
| 113201 | 113201 | ||
| 113202 | The failure was caused by characters.el trying to read Unicode | 113202 | The failure was caused by characters.el trying to read Unicode |
| 113203 | property tables which aren’t available so early in the build process. | 113203 | property tables which aren’t available so early in the build process. |
| @@ -122075,7 +122075,7 @@ | |||
| 122075 | Support zstd compressed files | 122075 | Support zstd compressed files |
| 122076 | 122076 | ||
| 122077 | * lisp/jka-cmpr-hook.el (jka-compr-compression-info-list): Add | 122077 | * lisp/jka-cmpr-hook.el (jka-compr-compression-info-list): Add |
| 122078 | zstd compression info: <http://facebook.github.io/zstd/>. | 122078 | zstd compression info: <https://facebook.github.io/zstd/>. |
| 122079 | (jka-compr-mode-alist-additions): Handle .tzst suffix for zstd | 122079 | (jka-compr-mode-alist-additions): Handle .tzst suffix for zstd |
| 122080 | compressed tar archives. (Bug#24853) | 122080 | compressed tar archives. (Bug#24853) |
| 122081 | 122081 | ||
diff --git a/admin/ChangeLog.1 b/admin/ChangeLog.1 index 7a576a03123..64c65bdd12c 100644 --- a/admin/ChangeLog.1 +++ b/admin/ChangeLog.1 | |||
| @@ -1629,10 +1629,10 @@ | |||
| 1629 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> | 1629 | 2010-09-05 Juanma Barranquero <lekktu@gmail.com> |
| 1630 | 1630 | ||
| 1631 | * unidata/BidiMirroring.txt: Update from | 1631 | * unidata/BidiMirroring.txt: Update from |
| 1632 | http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt | 1632 | https://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt |
| 1633 | 1633 | ||
| 1634 | * unidata/UnicodeData.txt: Update from | 1634 | * unidata/UnicodeData.txt: Update from |
| 1635 | http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt | 1635 | https://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt |
| 1636 | 1636 | ||
| 1637 | 2010-08-09 Andreas Schwab <schwab@linux-m68k.org> | 1637 | 2010-08-09 Andreas Schwab <schwab@linux-m68k.org> |
| 1638 | 1638 | ||
| @@ -1668,7 +1668,7 @@ | |||
| 1668 | * unidata/bidimirror.awk: New file. | 1668 | * unidata/bidimirror.awk: New file. |
| 1669 | 1669 | ||
| 1670 | * unidata/BidiMirroring.txt: New file from | 1670 | * unidata/BidiMirroring.txt: New file from |
| 1671 | http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. | 1671 | https://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt. |
| 1672 | 1672 | ||
| 1673 | * unidata/Makefile.in (../../src/bidimirror.h): New target. | 1673 | * unidata/Makefile.in (../../src/bidimirror.h): New target. |
| 1674 | (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. | 1674 | (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h. |
| @@ -1685,7 +1685,7 @@ | |||
| 1685 | 2010-06-09 Juanma Barranquero <lekktu@gmail.com> | 1685 | 2010-06-09 Juanma Barranquero <lekktu@gmail.com> |
| 1686 | 1686 | ||
| 1687 | * unidata/UnicodeData.txt: Update from | 1687 | * unidata/UnicodeData.txt: Update from |
| 1688 | http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt | 1688 | https://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt |
| 1689 | 1689 | ||
| 1690 | 2010-05-27 Glenn Morris <rgm@gnu.org> | 1690 | 2010-05-27 Glenn Morris <rgm@gnu.org> |
| 1691 | 1691 | ||
| @@ -2031,7 +2031,7 @@ | |||
| 2031 | * unidata/unidata-gen.el: New file. | 2031 | * unidata/unidata-gen.el: New file. |
| 2032 | 2032 | ||
| 2033 | * unidata/UnicodeData.txt: New file. Copied from | 2033 | * unidata/UnicodeData.txt: New file. Copied from |
| 2034 | http://www.unicode.org on 2006-05-23. | 2034 | https://www.unicode.org on 2006-05-23. |
| 2035 | 2035 | ||
| 2036 | * unidata/.cvsignore: New file. | 2036 | * unidata/.cvsignore: New file. |
| 2037 | 2037 | ||
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README index fe1d07f4f98..c3205672d19 100644 --- a/admin/charsets/mapfiles/README +++ b/admin/charsets/mapfiles/README | |||
| @@ -20,7 +20,7 @@ Available at: | |||
| 20 | * PTCP154 | 20 | * PTCP154 |
| 21 | 21 | ||
| 22 | Available at: | 22 | Available at: |
| 23 | <http://www.iana.org/assignments/charset-reg/PTCP154> | 23 | <https://www.iana.org/assignments/charset-reg/PTCP154> |
| 24 | 24 | ||
| 25 | * Uni2JIS | 25 | * Uni2JIS |
| 26 | 26 | ||
| @@ -50,8 +50,8 @@ Available at: | |||
| 50 | * CP720.map and CP858.map | 50 | * CP720.map and CP858.map |
| 51 | 51 | ||
| 52 | Created manually by looking at these pages: | 52 | Created manually by looking at these pages: |
| 53 | <http://en.wikipedia.org/wiki/Code_page_720>. | 53 | <https://en.wikipedia.org/wiki/Code_page_720>. |
| 54 | <http://en.wikipedia.org/wiki/Code_page_859>. | 54 | <https://en.wikipedia.org/wiki/Code_page_859>. |
| 55 | The text in that page is under the terms of the GNU Free Documentation | 55 | The text in that page is under the terms of the GNU Free Documentation |
| 56 | License. | 56 | License. |
| 57 | 57 | ||
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index c3043423039..6fc8587fe52 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -8037,7 +8037,7 @@ positions do not increase monotonically with string or buffer | |||
| 8037 | position. In performing this @dfn{bidirectional reordering}, Emacs | 8037 | position. In performing this @dfn{bidirectional reordering}, Emacs |
| 8038 | follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), | 8038 | follows the Unicode Bidirectional Algorithm (a.k.a.@: @acronym{UBA}), |
| 8039 | which is described in Annex #9 of the Unicode standard | 8039 | which is described in Annex #9 of the Unicode standard |
| 8040 | (@url{http://www.unicode.org/reports/tr9/}). Emacs provides a ``Full | 8040 | (@url{https://www.unicode.org/reports/tr9/}). Emacs provides a ``Full |
| 8041 | Bidirectionality'' class implementation of the @acronym{UBA}, | 8041 | Bidirectionality'' class implementation of the @acronym{UBA}, |
| 8042 | consistent with the requirements of the Unicode Standard v9.0. Note, | 8042 | consistent with the requirements of the Unicode Standard v9.0. Note, |
| 8043 | however, that the way Emacs displays continuation lines when text | 8043 | however, that the way Emacs displays continuation lines when text |
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi index bbfc86b111e..c875d58ef16 100644 --- a/doc/misc/efaq-w32.texi +++ b/doc/misc/efaq-w32.texi | |||
| @@ -1188,9 +1188,9 @@ MS Windows, but this has still been insufficient to keep up with | |||
| 1188 | changes in printing technology from text and postscript based printers | 1188 | changes in printing technology from text and postscript based printers |
| 1189 | connected via ports that can be accessed directly, to graphical | 1189 | connected via ports that can be accessed directly, to graphical |
| 1190 | printers that are only accessible via USB@. For details, see | 1190 | printers that are only accessible via USB@. For details, see |
| 1191 | @uref{http://www.emacswiki.org/emacs/PrintingFromEmacs, Emacs | 1191 | @uref{https://www.emacswiki.org/emacs/PrintingFromEmacs, Emacs |
| 1192 | Wiki}, @uref{http://www.emacswiki.org/emacs/PrintWithWebBrowser}, and | 1192 | Wiki}, @uref{https://www.emacswiki.org/emacs/PrintWithWebBrowser}, and |
| 1193 | @uref{http://www.emacswiki.org/emacs/PrintFromWindowsExplorer}. | 1193 | @uref{https://www.emacswiki.org/emacs/PrintFromWindowsExplorer}. |
| 1194 | 1194 | ||
| 1195 | @c ------------------------------------------------------------ | 1195 | @c ------------------------------------------------------------ |
| 1196 | @node Sub-processes | 1196 | @node Sub-processes |
| @@ -1414,7 +1414,7 @@ continue to use bash as your subshell: | |||
| 1414 | @cindex cygwin mount points, using within Emacs | 1414 | @cindex cygwin mount points, using within Emacs |
| 1415 | 1415 | ||
| 1416 | The package | 1416 | The package |
| 1417 | @uref{http://www.emacswiki.org/emacs/cygwin-mount.el, | 1417 | @uref{https://www.emacswiki.org/emacs/cygwin-mount.el, |
| 1418 | cygwin-mount.el} teaches Emacs about Cygwin mount points. | 1418 | cygwin-mount.el} teaches Emacs about Cygwin mount points. |
| 1419 | 1419 | ||
| 1420 | @node Dired ls | 1420 | @node Dired ls |
| @@ -1793,7 +1793,7 @@ do not need to add its installation directory to the @env{PATH}. | |||
| 1793 | @cindex Emacs distribution, checking digital signatures | 1793 | @cindex Emacs distribution, checking digital signatures |
| 1794 | 1794 | ||
| 1795 | GNU Privacy Guard is a Free replacement for PGP, with Windows binaries | 1795 | GNU Privacy Guard is a Free replacement for PGP, with Windows binaries |
| 1796 | available. See @uref{http://www.gnupg.org/}. | 1796 | available. See @uref{https://www.gnupg.org/}. |
| 1797 | 1797 | ||
| 1798 | @node Mouse wheel | 1798 | @node Mouse wheel |
| 1799 | @section Why doesn't my wheel mouse work in Emacs? | 1799 | @section Why doesn't my wheel mouse work in Emacs? |
| @@ -2131,7 +2131,7 @@ suggestions} for improving the interaction of perldb and Emacs. | |||
| 2131 | @cindex subprocesses, cygwin tools | 2131 | @cindex subprocesses, cygwin tools |
| 2132 | @vindex exec-path | 2132 | @vindex exec-path |
| 2133 | 2133 | ||
| 2134 | @uref{http://www.cygwin.com/}. | 2134 | @uref{https://www.cygwin.com/}. |
| 2135 | 2135 | ||
| 2136 | Cygwin is a popular complete POSIX emulation environment for Windows. | 2136 | Cygwin is a popular complete POSIX emulation environment for Windows. |
| 2137 | Most of its tools can be used with Emacs, and it covers a wide range | 2137 | Most of its tools can be used with Emacs, and it covers a wide range |
| @@ -2281,7 +2281,7 @@ and you can view the FAQ by typing @kbd{C-h C-f}. Other resources include: | |||
| 2281 | @itemize | 2281 | @itemize |
| 2282 | @item @uref{https://www.gnu.org/software/emacs/, The Emacs homepage} | 2282 | @item @uref{https://www.gnu.org/software/emacs/, The Emacs homepage} |
| 2283 | @item @uref{https://www.gnu.org/software/emacs/manual/, Other Emacs manuals} | 2283 | @item @uref{https://www.gnu.org/software/emacs/manual/, Other Emacs manuals} |
| 2284 | @item @uref{http://www.emacswiki.org/, Emacs Wiki} | 2284 | @item @uref{https://www.emacswiki.org/, Emacs Wiki} |
| 2285 | @end itemize | 2285 | @end itemize |
| 2286 | 2286 | ||
| 2287 | @node Mailing lists | 2287 | @node Mailing lists |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index e1b099edaab..1bc9d41f9bb 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -400,7 +400,7 @@ archive can be browsed over the web at | |||
| 400 | @uref{https://lists.gnu.org/r/, the GNU mail archive}. | 400 | @uref{https://lists.gnu.org/r/, the GNU mail archive}. |
| 401 | 401 | ||
| 402 | Web-based Usenet search services, such as | 402 | Web-based Usenet search services, such as |
| 403 | @uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also | 403 | @uref{https://groups.google.com/groups/dir?q=gnu&, Google}, also |
| 404 | archive the @code{gnu.*} groups. | 404 | archive the @code{gnu.*} groups. |
| 405 | 405 | ||
| 406 | @node Reporting bugs | 406 | @node Reporting bugs |
| @@ -865,7 +865,7 @@ Bulletin}, are at | |||
| 865 | 865 | ||
| 866 | @uref{https://www.gnu.org/bulletins/bulletins.html} and | 866 | @uref{https://www.gnu.org/bulletins/bulletins.html} and |
| 867 | 867 | ||
| 868 | @uref{http://www.cs.pdx.edu/~trent/gnu/gnu.html} | 868 | @uref{https://www.cs.pdx.edu/~trent/gnu/gnu.html} |
| 869 | 869 | ||
| 870 | @node Help installing Emacs | 870 | @node Help installing Emacs |
| 871 | @section Where can I get help in installing Emacs? | 871 | @section Where can I get help in installing Emacs? |
| @@ -3613,7 +3613,7 @@ For a list of other MS-DOS implementations of Emacs (and Emacs | |||
| 3613 | look-alikes), consult the list of ``Emacs implementations and literature,'' | 3613 | look-alikes), consult the list of ``Emacs implementations and literature,'' |
| 3614 | available at | 3614 | available at |
| 3615 | 3615 | ||
| 3616 | @uref{http://www.finseth.com/emacs.html} | 3616 | @uref{https://www.finseth.com/emacs.html} |
| 3617 | 3617 | ||
| 3618 | Note that while many of these programs look similar to Emacs, they often | 3618 | Note that while many of these programs look similar to Emacs, they often |
| 3619 | lack certain features, such as the Emacs Lisp extension language. | 3619 | lack certain features, such as the Emacs Lisp extension language. |
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 5cb6b19181c..538c088282b 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -247,15 +247,15 @@ Here are a number of screenshots showing IDLWAVE in action: | |||
| 247 | 247 | ||
| 248 | @itemize @bullet | 248 | @itemize @bullet |
| 249 | @item | 249 | @item |
| 250 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} | 250 | @uref{https://github.com/jdtsmith/idlwave/screenshots/emacs_21_nav.gif,An IDLWAVE buffer} |
| 251 | @item | 251 | @item |
| 252 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A keyword being completed} | 252 | @uref{https://github.com/jdtsmith/idlwave/screenshots/emacs_21_keys.gif,A keyword being completed} |
| 253 | @item | 253 | @item |
| 254 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online help text.} | 254 | @uref{https://github.com/jdtsmith/idlwave/screenshots/emacs_21_help.gif,Online help text.} |
| 255 | @item | 255 | @item |
| 256 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine information displayed} | 256 | @uref{https://github.com/jdtsmith/idlwave/screenshots/emacs_21_ri.gif,Routine information displayed} |
| 257 | @item | 257 | @item |
| 258 | @uref{http://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging code | 258 | @uref{https://github.com/jdtsmith/idlwave/screenshots/emacs_21_bp.gif,Debugging code |
| 259 | stopped at a breakpoint} | 259 | stopped at a breakpoint} |
| 260 | @end itemize | 260 | @end itemize |
| 261 | @end ifnottex | 261 | @end ifnottex |
diff --git a/doc/misc/org.texi b/doc/misc/org.texi index 495d562f50b..b7e05feb0f1 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi | |||
| @@ -3753,7 +3753,7 @@ A link should be enclosed in double brackets and may contain | |||
| 3753 | descriptive text to be displayed instead of the URL (see @ref{Link Format}), for example: | 3753 | descriptive text to be displayed instead of the URL (see @ref{Link Format}), for example: |
| 3754 | 3754 | ||
| 3755 | @example | 3755 | @example |
| 3756 | [[http://www.gnu.org/software/emacs/][GNU Emacs]] | 3756 | [[https://www.gnu.org/software/emacs/][GNU Emacs]] |
| 3757 | @end example | 3757 | @end example |
| 3758 | 3758 | ||
| 3759 | 3759 | ||
| @@ -22361,7 +22361,7 @@ Marco Wahl wrote @samp{ol-eww.el}. | |||
| 22361 | 22361 | ||
| 22362 | @display | 22362 | @display |
| 22363 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. | 22363 | Copyright @copyright{} 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. |
| 22364 | @uref{http://fsf.org/} | 22364 | @uref{https://fsf.org/} |
| 22365 | 22365 | ||
| 22366 | Everyone is permitted to copy and distribute verbatim copies | 22366 | Everyone is permitted to copy and distribute verbatim copies |
| 22367 | of this license document, but changing it is not allowed. | 22367 | of this license document, but changing it is not allowed. |
| @@ -22786,7 +22786,7 @@ The Free Software Foundation may publish new, revised versions of | |||
| 22786 | the GNU Free Documentation License from time to time. Such new | 22786 | the GNU Free Documentation License from time to time. Such new |
| 22787 | versions will be similar in spirit to the present version, but may | 22787 | versions will be similar in spirit to the present version, but may |
| 22788 | differ in detail to address new problems or concerns. See | 22788 | differ in detail to address new problems or concerns. See |
| 22789 | @uref{http://www.gnu.org/copyleft/}. | 22789 | @uref{https://www.gnu.org/copyleft/}. |
| 22790 | 22790 | ||
| 22791 | Each version of the License is given a distinguishing version | 22791 | Each version of the License is given a distinguishing version |
| 22792 | number. If the Document specifies that a particular numbered | 22792 | number. If the Document specifies that a particular numbered |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index c3df33eb9aa..d1951f581c9 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -1389,7 +1389,7 @@ bugs, please report them separately. | |||
| 1389 | If you have problems using PCL-CVS or other questions, send them to | 1389 | If you have problems using PCL-CVS or other questions, send them to |
| 1390 | the @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs, | 1390 | the @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs, |
| 1391 | help-gnu-emacs mailing list}. This is a good place to get help, as is | 1391 | help-gnu-emacs mailing list}. This is a good place to get help, as is |
| 1392 | the @url{http://lists.nongnu.org/mailman/listinfo/info-cvs, info-cvs list}. | 1392 | the @url{https://lists.nongnu.org/mailman/listinfo/info-cvs, info-cvs list}. |
| 1393 | 1393 | ||
| 1394 | If you have ideas for improvements, or if you have written some | 1394 | If you have ideas for improvements, or if you have written some |
| 1395 | extensions to this package, we would like to hear from you. We hope that | 1395 | extensions to this package, we would like to hear from you. We hope that |
diff --git a/doc/misc/pgg.texi b/doc/misc/pgg.texi index 5daa16fb27e..261897b735c 100644 --- a/doc/misc/pgg.texi +++ b/doc/misc/pgg.texi | |||
| @@ -94,7 +94,7 @@ and that you are familiar with its basic functions. | |||
| 94 | 94 | ||
| 95 | By default, PGG uses GnuPG@. If you are new to such a system, I | 95 | By default, PGG uses GnuPG@. If you are new to such a system, I |
| 96 | recommend that you should look over the GNU Privacy Handbook (GPH) | 96 | recommend that you should look over the GNU Privacy Handbook (GPH) |
| 97 | which is available at @uref{http://www.gnupg.org/documentation/}. | 97 | which is available at @uref{https://www.gnupg.org/documentation/}. |
| 98 | 98 | ||
| 99 | When using GnuPG, we recommend the use of the @code{gpg-agent} | 99 | When using GnuPG, we recommend the use of the @code{gpg-agent} |
| 100 | program, which is distributed with versions 2.0 and later of GnuPG@. | 100 | program, which is distributed with versions 2.0 and later of GnuPG@. |
diff --git a/etc/NEXTSTEP b/etc/NEXTSTEP index 77a1752a4a4..5ac3b6b1741 100644 --- a/etc/NEXTSTEP +++ b/etc/NEXTSTEP | |||
| @@ -27,7 +27,7 @@ the absence of any other determinant, we are using the term | |||
| 27 | created these APIs, and because all of the classes and functions still | 27 | created these APIs, and because all of the classes and functions still |
| 28 | begin with the letters "NS". | 28 | begin with the letters "NS". |
| 29 | 29 | ||
| 30 | (See http://en.wikipedia.org/wiki/Nextstep) | 30 | (See https://en.wikipedia.org/wiki/Nextstep) |
| 31 | 31 | ||
| 32 | This Emacs port was first released in the early 1990's on the NeXT | 32 | This Emacs port was first released in the early 1990's on the NeXT |
| 33 | computer, and was successively updated to OpenStep, Rhapsody, Mac OS | 33 | computer, and was successively updated to OpenStep, Rhapsody, Mac OS |
| @@ -402,7 +402,7 @@ built-in. | |||
| 402 | 402 | ||
| 403 | See the discussion of bug#39799 for more details about this task. | 403 | See the discussion of bug#39799 for more details about this task. |
| 404 | Another relevant resource is the Unicode Technical Standard #51 | 404 | Another relevant resource is the Unicode Technical Standard #51 |
| 405 | "Unicode Emoji" (http://www.unicode.org/reports/tr51/). | 405 | "Unicode Emoji" (https://www.unicode.org/reports/tr51/). |
| 406 | 406 | ||
| 407 | ** Extend text-properties and overlays | 407 | ** Extend text-properties and overlays |
| 408 | 408 | ||
| @@ -497,7 +497,7 @@ https://savannah.nongnu.org/projects/emacs-rtf/, which is still in | |||
| 497 | very early stages. | 497 | very early stages. |
| 498 | 498 | ||
| 499 | Another place to look is the Wikipedia article at | 499 | Another place to look is the Wikipedia article at |
| 500 | http://en.wikipedia.org/wiki/Rich_Text_Format. It currently points to | 500 | https://en.wikipedia.org/wiki/Rich_Text_Format. It currently points to |
| 501 | the latest spec of RTF v1.9.1 at | 501 | the latest spec of RTF v1.9.1 at |
| 502 | https://web.archive.org/web/20190708132914/http://www.kleinlercher.at/tools/Windows_Protocols/Word2007RTFSpec9.pdf | 502 | https://web.archive.org/web/20190708132914/http://www.kleinlercher.at/tools/Windows_Protocols/Word2007RTFSpec9.pdf |
| 503 | 503 | ||
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index ac395f993c9..195d40d7af6 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el | |||
| @@ -62,7 +62,7 @@ | |||
| 62 | ;; org-mode, CUA-mode, apt-utils, bbdb, compilation buffers, changelog | 62 | ;; org-mode, CUA-mode, apt-utils, bbdb, compilation buffers, changelog |
| 63 | ;; mode, diff and ediff, eshell, and more. You need emacs-goodies | 63 | ;; mode, diff and ediff, eshell, and more. You need emacs-goodies |
| 64 | ;; package on Debian to use this. See the wiki page at | 64 | ;; package on Debian to use this. See the wiki page at |
| 65 | ;; http://www.emacswiki.org/cgi-bin/wiki?ColorTheme for details. The | 65 | ;; https://www.emacswiki.org/cgi-bin/wiki?ColorTheme for details. The |
| 66 | ;; project home page is at https://gna.org/projects/color-theme. | 66 | ;; project home page is at https://gna.org/projects/color-theme. |
| 67 | 67 | ||
| 68 | ;;; Code: | 68 | ;;; Code: |
diff --git a/leim/MISC-DIC/CTLau-b5.html b/leim/MISC-DIC/CTLau-b5.html index e718edeb121..117a6ee374e 100644 --- a/leim/MISC-DIC/CTLau-b5.html +++ b/leim/MISC-DIC/CTLau-b5.html | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | # GNU General Public License for more details. | 23 | # GNU General Public License for more details. |
| 24 | # | 24 | # |
| 25 | # You should have received a copy of the GNU General Public License | 25 | # You should have received a copy of the GNU General Public License |
| 26 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 26 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 27 | # | 27 | # |
| 28 | # | 28 | # |
| 29 | # File Format: | 29 | # File Format: |
diff --git a/leim/MISC-DIC/CTLau.html b/leim/MISC-DIC/CTLau.html index 18a48c125d0..e7759117325 100644 --- a/leim/MISC-DIC/CTLau.html +++ b/leim/MISC-DIC/CTLau.html | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | # GNU General Public License for more details. | 23 | # GNU General Public License for more details. |
| 24 | # | 24 | # |
| 25 | # You should have received a copy of the GNU General Public License | 25 | # You should have received a copy of the GNU General Public License |
| 26 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 26 | # along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 27 | # | 27 | # |
| 28 | # | 28 | # |
| 29 | # File Format: | 29 | # File Format: |
diff --git a/leim/MISC-DIC/pinyin.map b/leim/MISC-DIC/pinyin.map index 6c2117713b5..4809769d1ad 100644 --- a/leim/MISC-DIC/pinyin.map +++ b/leim/MISC-DIC/pinyin.map | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | % details. | 23 | % details. |
| 24 | % | 24 | % |
| 25 | % You should have received a copy of the GNU General Public License along with | 25 | % You should have received a copy of the GNU General Public License along with |
| 26 | % CCE. If not, see <http://www.gnu.org/licenses/>. | 26 | % CCE. If not, see <https://www.gnu.org/licenses/>. |
| 27 | % | 27 | % |
| 28 | % End of header added for Emacs | 28 | % End of header added for Emacs |
| 29 | a °¢°¡ºÇëçàÄï¹ß¹ | 29 | a °¢°¡ºÇëçàÄï¹ß¹ |
diff --git a/leim/MISC-DIC/ziranma.cin b/leim/MISC-DIC/ziranma.cin index 13a63fd7335..b61aea2b6f4 100644 --- a/leim/MISC-DIC/ziranma.cin +++ b/leim/MISC-DIC/ziranma.cin | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | % details. | 23 | % details. |
| 24 | % | 24 | % |
| 25 | % You should have received a copy of the GNU General Public License along with | 25 | % You should have received a copy of the GNU General Public License along with |
| 26 | % CCE. If not, see <http://www.gnu.org/licenses/>. | 26 | % CCE. If not, see <https://www.gnu.org/licenses/>. |
| 27 | % | 27 | % |
| 28 | % End of header added for Emacs | 28 | % End of header added for Emacs |
| 29 | %ename ZiranMa | 29 | %ename ZiranMa |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 52b85950be0..374a5668932 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -13392,7 +13392,7 @@ | |||
| 13392 | 13392 | ||
| 13393 | * progmodes/compile.el (compilation-error-regexp-alist): | 13393 | * progmodes/compile.el (compilation-error-regexp-alist): |
| 13394 | Add Java ANt error detection as described in document | 13394 | Add Java ANt error detection as described in document |
| 13395 | http://ant.apache.org/faq.html | 13395 | https://ant.apache.org/faq.html |
| 13396 | 13396 | ||
| 13397 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) | 13397 | 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change) |
| 13398 | 13398 | ||
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 @@ | |||
| 379 | 2013-02-28 Sam Steingold <sds@gnu.org> | 379 | 2013-02-28 Sam Steingold <sds@gnu.org> |
| 380 | 380 | ||
| 381 | * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces. | 381 | * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces. |
| 382 | See <http://stackoverflow.com/questions/14720205>. | 382 | See <https://stackoverflow.com/questions/14720205>. |
| 383 | 383 | ||
| 384 | 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 384 | 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 385 | 385 | ||
| @@ -1326,7 +1326,7 @@ | |||
| 1326 | 1326 | ||
| 1327 | * net/soap-client.el (soap-invoke): Encode the string for | 1327 | * net/soap-client.el (soap-invoke): Encode the string for |
| 1328 | `url-request-data' as UTF-8. | 1328 | `url-request-data' as UTF-8. |
| 1329 | Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>. | 1329 | Fixes <https://code.google.com/p/emacs-soap-client/issues/detail?id=16>. |
| 1330 | 1330 | ||
| 1331 | 2013-02-01 Glenn Morris <rgm@gnu.org> | 1331 | 2013-02-01 Glenn Morris <rgm@gnu.org> |
| 1332 | 1332 | ||
| @@ -2462,7 +2462,7 @@ | |||
| 2462 | 2012-12-27 Sam Steingold <sds@gnu.org> | 2462 | 2012-12-27 Sam Steingold <sds@gnu.org> |
| 2463 | 2463 | ||
| 2464 | * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger | 2464 | * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger |
| 2465 | continuations, see <http://stackoverflow.com/questions/3582436>. | 2465 | continuations, see <https://stackoverflow.com/questions/3582436>. |
| 2466 | 2466 | ||
| 2467 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> | 2467 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> |
| 2468 | 2468 | ||
| @@ -11473,7 +11473,7 @@ | |||
| 11473 | (sh-set-shell): Use smie-setup if requested. | 11473 | (sh-set-shell): Use smie-setup if requested. |
| 11474 | 11474 | ||
| 11475 | * term.el (term-set-escape-char): Properly set term-escape-char. | 11475 | * term.el (term-set-escape-char): Properly set term-escape-char. |
| 11476 | See http://stackoverflow.com/questions/10524656. | 11476 | See https://stackoverflow.com/questions/10524656. |
| 11477 | 11477 | ||
| 11478 | 2012-05-10 Chong Yidong <cyd@gnu.org> | 11478 | 2012-05-10 Chong Yidong <cyd@gnu.org> |
| 11479 | 11479 | ||
| @@ -16476,7 +16476,7 @@ | |||
| 16476 | (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as | 16476 | (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as |
| 16477 | regular python pdb prompts. Adjustments shamelessly taken exactly as | 16477 | regular python pdb prompts. Adjustments shamelessly taken exactly as |
| 16478 | suggested in EmacsWiki page (tiny change): | 16478 | suggested in EmacsWiki page (tiny change): |
| 16479 | http://www.emacswiki.org/PythonProgrammingInEmacs#toc14 | 16479 | https://www.emacswiki.org/PythonProgrammingInEmacs#toc14 |
| 16480 | 16480 | ||
| 16481 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 16481 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 16482 | 16482 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 8039e3f28a3..5789445fcd6 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -23951,7 +23951,7 @@ | |||
| 23951 | 23951 | ||
| 23952 | * simple.el (shell-command-on-region): Pass the `replace' argument | 23952 | * simple.el (shell-command-on-region): Pass the `replace' argument |
| 23953 | down to `call-process-region' to comply with the doc as reported on | 23953 | down to `call-process-region' to comply with the doc as reported on |
| 23954 | <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region> | 23954 | <https://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region> |
| 23955 | 23955 | ||
| 23956 | 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca> | 23956 | 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 23957 | 23957 | ||
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el index c3b2d98c140..d20260b185c 100644 --- a/lisp/ansi-color.el +++ b/lisp/ansi-color.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; | 39 | ;; |
| 40 | ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 | 40 | ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 |
| 41 | ;; standard (identical to ISO/IEC 6429), which is freely available as a | 41 | ;; standard (identical to ISO/IEC 6429), which is freely available as a |
| 42 | ;; PDF file <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm>. | 42 | ;; PDF file <URL:https://www.ecma-international.org/publications/standards/Ecma-048.htm>. |
| 43 | ;; The "Graphic Rendition Combination Mode (GRCM)" implemented is | 43 | ;; The "Graphic Rendition Combination Mode (GRCM)" implemented is |
| 44 | ;; "cumulative mode" as defined in section 7.2.8. Cumulative mode | 44 | ;; "cumulative mode" as defined in section 7.2.8. Cumulative mode |
| 45 | ;; means that whenever possible, SGR control sequences are combined | 45 | ;; means that whenever possible, SGR control sequences are combined |
| @@ -84,7 +84,7 @@ This translation effectively colorizes strings and regions based upon | |||
| 84 | SGR control sequences embedded in the text. SGR (Select Graphic | 84 | SGR control sequences embedded in the text. SGR (Select Graphic |
| 85 | Rendition) control sequences are defined in section 8.3.117 of the | 85 | Rendition) control sequences are defined in section 8.3.117 of the |
| 86 | ECMA-48 standard (identical to ISO/IEC 6429), which is freely available | 86 | ECMA-48 standard (identical to ISO/IEC 6429), which is freely available |
| 87 | at <URL:http://www.ecma-international.org/publications/standards/Ecma-048.htm> | 87 | at <URL:https://www.ecma-international.org/publications/standards/Ecma-048.htm> |
| 88 | as a PDF file." | 88 | as a PDF file." |
| 89 | :version "21.1" | 89 | :version "21.1" |
| 90 | :group 'processes) | 90 | :group 'processes) |
diff --git a/lisp/cedet/semantic/wisent/grammar.el b/lisp/cedet/semantic/wisent/grammar.el index 49b0fd1b3b4..0ff9cde80ef 100644 --- a/lisp/cedet/semantic/wisent/grammar.el +++ b/lisp/cedet/semantic/wisent/grammar.el | |||
| @@ -427,7 +427,7 @@ Menu items are appended to the common grammar menu.") | |||
| 427 | "\n;; It is derived from the grammar in the ECMAScript Language | 427 | "\n;; It is derived from the grammar in the ECMAScript Language |
| 428 | ;; Specification published at | 428 | ;; Specification published at |
| 429 | ;; | 429 | ;; |
| 430 | ;; http://www.ecma-international.org/publications/standards/Ecma-262.htm | 430 | ;; https://www.ecma-international.org/publications/standards/Ecma-262.htm |
| 431 | ;; | 431 | ;; |
| 432 | ;; and redistributed under the following license: | 432 | ;; and redistributed under the following license: |
| 433 | ;; | 433 | ;; |
diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1 index 90bd8bd09ee..fdf51954684 100644 --- a/lisp/erc/ChangeLog.1 +++ b/lisp/erc/ChangeLog.1 | |||
| @@ -9116,7 +9116,7 @@ | |||
| 9116 | 2002-11-10 Alex Schroeder <alex@gnu.org> | 9116 | 2002-11-10 Alex Schroeder <alex@gnu.org> |
| 9117 | 9117 | ||
| 9118 | * TODO: | 9118 | * TODO: |
| 9119 | TODO: moved it to http://www.emacswiki.org/cgi-bin/wiki.pl?ErcTODO | 9119 | TODO: moved it to https://www.emacswiki.org/cgi-bin/wiki.pl?ErcTODO |
| 9120 | 9120 | ||
| 9121 | * erc.el(with-erc-channel-buffer): Rudimentary doc string. | 9121 | * erc.el(with-erc-channel-buffer): Rudimentary doc string. |
| 9122 | 9122 | ||
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 1cf0bb49217..f99088d4c78 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -408,7 +408,7 @@ This string is processed using `format-time-string'." | |||
| 408 | ;;; Flood-related | 408 | ;;; Flood-related |
| 409 | 409 | ||
| 410 | ;; Most of this is courtesy of Jorgen Schaefer and Circe | 410 | ;; Most of this is courtesy of Jorgen Schaefer and Circe |
| 411 | ;; (http://www.nongnu.org/circe) | 411 | ;; (https://www.nongnu.org/circe) |
| 412 | 412 | ||
| 413 | (defcustom erc-server-flood-margin 10 | 413 | (defcustom erc-server-flood-margin 10 |
| 414 | "A margin on how much excess data we send. | 414 | "A margin on how much excess data we send. |
diff --git a/lisp/frame.el b/lisp/frame.el index 29ac862ccd4..772ba3d8c47 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1934,7 +1934,7 @@ for FRAME." | |||
| 1934 | ;; features change, it will be easy to find all the tests for such | 1934 | ;; features change, it will be easy to find all the tests for such |
| 1935 | ;; capabilities by a simple text search. See more about the history | 1935 | ;; capabilities by a simple text search. See more about the history |
| 1936 | ;; and the intent of these functions in | 1936 | ;; and the intent of these functions in |
| 1937 | ;; http://lists.gnu.org/archive/html/bug-gnu-emacs/2019-04/msg00004.html | 1937 | ;; https://lists.gnu.org/archive/html/bug-gnu-emacs/2019-04/msg00004.html |
| 1938 | ;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17. | 1938 | ;; or in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35058#17. |
| 1939 | 1939 | ||
| 1940 | (declare-function msdos-mouse-p "dosfns.c") | 1940 | (declare-function msdos-mouse-p "dosfns.c") |
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c84f0a49901..42dd19842c8 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | ;; Society of Japan/Information Technology Standards Commission of | 39 | ;; Society of Japan/Information Technology Standards Commission of |
| 40 | ;; Japan (IPSJ/ITSCJ) at https://www.itscj.ipsj.or.jp/itscj_english/. | 40 | ;; Japan (IPSJ/ITSCJ) at https://www.itscj.ipsj.or.jp/itscj_english/. |
| 41 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at | 41 | ;; Standards docs equivalent to iso-2022 and iso-8859 are at |
| 42 | ;; http://www.ecma.ch/. | 42 | ;; https://www.ecma.ch/. |
| 43 | 43 | ||
| 44 | ;; FWIW, http://www.microsoft.com/globaldev/ lists the following for | 44 | ;; FWIW, http://www.microsoft.com/globaldev/ lists the following for |
| 45 | ;; MS Windows, which are presumably the only charsets we really need | 45 | ;; MS Windows, which are presumably the only charsets we really need |
diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index ffbc253a976..7de6baeb00a 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | ;;; Commentary: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; This library implements the JSONRPC 2.0 specification as described | 28 | ;; This library implements the JSONRPC 2.0 specification as described |
| 29 | ;; in http://www.jsonrpc.org/. As the name suggests, JSONRPC is a | 29 | ;; in https://www.jsonrpc.org/. As the name suggests, JSONRPC is a |
| 30 | ;; generic Remote Procedure Call protocol designed around JSON | 30 | ;; generic Remote Procedure Call protocol designed around JSON |
| 31 | ;; objects. To learn how to write JSONRPC programs with this library, | 31 | ;; objects. To learn how to write JSONRPC programs with this library, |
| 32 | ;; see Info node `(elisp)JSONRPC'." | 32 | ;; see Info node `(elisp)JSONRPC'." |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index c296f29f9ea..49dfd2ee874 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -1851,7 +1851,7 @@ place. It affects how `mail-extract-address-components' works." | |||
| 1851 | ;; Updated by the RIPE Network Coordination Centre. | 1851 | ;; Updated by the RIPE Network Coordination Centre. |
| 1852 | ;; | 1852 | ;; |
| 1853 | ;; Source: ISO 3166 Maintenance Agency | 1853 | ;; Source: ISO 3166 Maintenance Agency |
| 1854 | ;; http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt | 1854 | ;; https://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1-semic.txt |
| 1855 | ;; https://www.iana.org/domain-names.htm | 1855 | ;; https://www.iana.org/domain-names.htm |
| 1856 | ;; https://www.iana.org/cctld/cctld-whois.htm | 1856 | ;; https://www.iana.org/cctld/cctld-whois.htm |
| 1857 | ;; Latest change: 2007/11/15 | 1857 | ;; Latest change: 2007/11/15 |
diff --git a/lisp/mh-e/mh-thread.el b/lisp/mh-e/mh-thread.el index 43a589aeca2..e6ee87b8411 100644 --- a/lisp/mh-e/mh-thread.el +++ b/lisp/mh-e/mh-thread.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; https://www.jwz.org/doc/threading.html | 29 | ;; https://www.jwz.org/doc/threading.html |
| 30 | ;; It also begins to implement the threading section of the IMAP - | 30 | ;; It also begins to implement the threading section of the IMAP - |
| 31 | ;; SORT and THREAD Extensions RFC at: | 31 | ;; SORT and THREAD Extensions RFC at: |
| 32 | ;; http://tools.ietf.org/html/rfc5256 | 32 | ;; https://tools.ietf.org/html/rfc5256 |
| 33 | ;; The implementation lacks the reference and subject canonicalization | 33 | ;; The implementation lacks the reference and subject canonicalization |
| 34 | ;; of the RFC. | 34 | ;; of the RFC. |
| 35 | 35 | ||
diff --git a/lisp/misc.el b/lisp/misc.el index be191c50d2f..03395781a51 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -127,7 +127,7 @@ upper atmosphere. These cause momentary pockets of higher-pressure | |||
| 127 | air to form, which act as lenses that deflect incoming cosmic rays, | 127 | air to form, which act as lenses that deflect incoming cosmic rays, |
| 128 | focusing them to strike the drive platter and flip the desired bit. | 128 | focusing them to strike the drive platter and flip the desired bit. |
| 129 | You can type `M-x butterfly C-M-c' to run it. This is a permuted | 129 | You can type `M-x butterfly C-M-c' to run it. This is a permuted |
| 130 | variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." | 130 | variation of `C-x M-c M-butterfly' from url `https://xkcd.com/378/'." |
| 131 | (interactive) | 131 | (interactive) |
| 132 | (if (yes-or-no-p "Do you really want to unleash the powers of the butterfly? ") | 132 | (if (yes-or-no-p "Do you really want to unleash the powers of the butterfly? ") |
| 133 | (progn | 133 | (progn |
| @@ -139,7 +139,7 @@ variation of `C-x M-c M-butterfly' from url `http://xkcd.com/378/'." | |||
| 139 | (sit-for (* 5 (/ (abs (random)) (float most-positive-fixnum)))) | 139 | (sit-for (* 5 (/ (abs (random)) (float most-positive-fixnum)))) |
| 140 | (message "Successfully flipped one bit!")) | 140 | (message "Successfully flipped one bit!")) |
| 141 | (message "Well, then go to xkcd.com!") | 141 | (message "Well, then go to xkcd.com!") |
| 142 | (browse-url "http://xkcd.com/378/"))) | 142 | (browse-url "https://xkcd.com/378/"))) |
| 143 | 143 | ||
| 144 | ;; A command to list dynamically loaded libraries. This useful in | 144 | ;; A command to list dynamically loaded libraries. This useful in |
| 145 | ;; environments where dynamic-library-alist is used, i.e., Windows | 145 | ;; environments where dynamic-library-alist is used, i.e., Windows |
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index 700653250fb..5639d52f815 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; `ldapsearch' to actually perform the searches. That program can be | 29 | ;; `ldapsearch' to actually perform the searches. That program can be |
| 30 | ;; found in all LDAP developer kits such as: | 30 | ;; found in all LDAP developer kits such as: |
| 31 | ;; - UM-LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/) | 31 | ;; - UM-LDAP 3.3 (http://www.umich.edu/~dirsvcs/ldap/) |
| 32 | ;; - OpenLDAP (http://www.openldap.org/) | 32 | ;; - OpenLDAP (https://www.openldap.org/) |
| 33 | 33 | ||
| 34 | ;;; Code: | 34 | ;;; Code: |
| 35 | 35 | ||
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index 9502cc35300..931a9717310 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el | |||
| @@ -163,7 +163,7 @@ | |||
| 163 | "List of suffixes which indicate a file archive. | 163 | "List of suffixes which indicate a file archive. |
| 164 | It must be supported by libarchive(3).") | 164 | It must be supported by libarchive(3).") |
| 165 | 165 | ||
| 166 | ;; <http://unix-memo.readthedocs.io/en/latest/vfs.html> | 166 | ;; <https://unix-memo.readthedocs.io/en/latest/vfs.html> |
| 167 | ;; read and write: tar, cpio, pax , gzip , zip, bzip2, xz, lzip, lzma, ar, mtree, iso9660, compress. | 167 | ;; read and write: tar, cpio, pax , gzip , zip, bzip2, xz, lzip, lzma, ar, mtree, iso9660, compress. |
| 168 | ;; read only: 7-Zip, mtree, xar, lha/lzh, rar, microsoft cab. | 168 | ;; read only: 7-Zip, mtree, xar, lha/lzh, rar, microsoft cab. |
| 169 | 169 | ||
diff --git a/lisp/notifications.el b/lisp/notifications.el index 3c2a8cf39c0..f83898622ec 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;;; Commentary: | 23 | ;;; Commentary: |
| 24 | 24 | ||
| 25 | ;; This package provides an implementation of the Desktop Notifications | 25 | ;; This package provides an implementation of the Desktop Notifications |
| 26 | ;; <http://developer.gnome.org/notification-spec/>. | 26 | ;; <https://developer.gnome.org/notification-spec/>. |
| 27 | 27 | ||
| 28 | ;; In order to activate this package, you must add the following code | 28 | ;; In order to activate this package, you must add the following code |
| 29 | ;; into your .emacs: | 29 | ;; into your .emacs: |
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el index f5bdf79349a..622ba911995 100644 --- a/lisp/nxml/xsd-regexp.el +++ b/lisp/nxml/xsd-regexp.el | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | ;; This handles the regular expressions in the syntax defined by: | 25 | ;; This handles the regular expressions in the syntax defined by: |
| 26 | ;; W3C XML Schema Part 2: Datatypes | 26 | ;; W3C XML Schema Part 2: Datatypes |
| 27 | ;; <http://www.w3.org/TR/xmlschema-2/#regexs> | 27 | ;; <https://www.w3.org/TR/xmlschema-2/#regexs> |
| 28 | ;; | 28 | ;; |
| 29 | ;; The main entry point is `xsdre-translate'. | 29 | ;; The main entry point is `xsdre-translate'. |
| 30 | ;; | 30 | ;; |
| @@ -1219,7 +1219,7 @@ Code is inserted into the current buffer." | |||
| 1219 | 1219 | ||
| 1220 | ;; The rest of the file was auto-generated by doing M-x xsdre-gen-categories | 1220 | ;; The rest of the file was auto-generated by doing M-x xsdre-gen-categories |
| 1221 | ;; on UnicodeData-3.1.0.txt available from | 1221 | ;; on UnicodeData-3.1.0.txt available from |
| 1222 | ;; http://www.unicode.org/Public/3.1-Update/UnicodeData-3.1.0.txt | 1222 | ;; https://www.unicode.org/Public/3.1-Update/UnicodeData-3.1.0.txt |
| 1223 | 1223 | ||
| 1224 | (xsdre-def-primitive-category 'Lu | 1224 | (xsdre-def-primitive-category 'Lu |
| 1225 | '((65 . 90) | 1225 | '((65 . 90) |
diff --git a/lisp/org/ob-coq.el b/lisp/org/ob-coq.el index 56a57cdf649..d04a40dd3b3 100644 --- a/lisp/org/ob-coq.el +++ b/lisp/org/ob-coq.el | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | ;; session evaluation is supported. Requires both coq.el and | 27 | ;; session evaluation is supported. Requires both coq.el and |
| 28 | ;; coq-inferior.el, both of which are distributed with Coq. | 28 | ;; coq-inferior.el, both of which are distributed with Coq. |
| 29 | ;; | 29 | ;; |
| 30 | ;; http://coq.inria.fr/ | 30 | ;; https://coq.inria.fr/ |
| 31 | 31 | ||
| 32 | ;;; Code: | 32 | ;;; Code: |
| 33 | (require 'ob) | 33 | (require 'ob) |
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 8f66d102074..655e253d925 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el | |||
| @@ -30,11 +30,11 @@ | |||
| 30 | 30 | ||
| 31 | ;;; Requirements: | 31 | ;;; Requirements: |
| 32 | 32 | ||
| 33 | ;; - a non-browser javascript engine such as node.js http://nodejs.org/ | 33 | ;; - a non-browser javascript engine such as node.js https://nodejs.org/ |
| 34 | ;; or mozrepl http://wiki.github.com/bard/mozrepl/ | 34 | ;; or mozrepl https://wiki.github.com/bard/mozrepl/ |
| 35 | ;; | 35 | ;; |
| 36 | ;; - for session based evaluation mozrepl and moz.el are required see | 36 | ;; - for session based evaluation mozrepl and moz.el are required see |
| 37 | ;; http://wiki.github.com/bard/mozrepl/emacs-integration for | 37 | ;; https://wiki.github.com/bard/mozrepl/emacs-integration for |
| 38 | ;; configuration instructions | 38 | ;; configuration instructions |
| 39 | 39 | ||
| 40 | ;;; Code: | 40 | ;;; Code: |
diff --git a/lisp/org/ob-vala.el b/lisp/org/ob-vala.el index e9c214f7dfc..b1c22756226 100644 --- a/lisp/org/ob-vala.el +++ b/lisp/org/ob-vala.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | ;;; Commentary: | 26 | ;;; Commentary: |
| 27 | 27 | ||
| 28 | ;; ob-vala.el provides Babel support for the Vala language | 28 | ;; ob-vala.el provides Babel support for the Vala language |
| 29 | ;; (see http://live.gnome.org/Vala for details) | 29 | ;; (see https://live.gnome.org/Vala for details) |
| 30 | 30 | ||
| 31 | ;;; Requirements: | 31 | ;;; Requirements: |
| 32 | 32 | ||
diff --git a/lisp/org/org-tempo.el b/lisp/org/org-tempo.el index 9ae2700549c..fe3b5f8da10 100644 --- a/lisp/org/org-tempo.el +++ b/lisp/org/org-tempo.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Rasmus Pank Roulund <emacs at pank dot eu> | 5 | ;; Author: Rasmus Pank Roulund <emacs at pank dot eu> |
| 6 | ;; Keywords: outlines, hypermedia, calendar, wp | 6 | ;; Keywords: outlines, hypermedia, calendar, wp |
| 7 | ;; Homepage: http://orgmode.org | 7 | ;; Homepage: https://orgmode.org |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
diff --git a/lisp/pcmpl-x.el b/lisp/pcmpl-x.el index 6e96a67b7b2..0fd426e3d1f 100644 --- a/lisp/pcmpl-x.el +++ b/lisp/pcmpl-x.el | |||
| @@ -141,7 +141,7 @@ | |||
| 141 | (pcomplete-here* (pcomplete-dirs-or-entries))))))) | 141 | (pcomplete-here* (pcomplete-dirs-or-entries))))))) |
| 142 | 142 | ||
| 143 | 143 | ||
| 144 | ;;;; ack - http://betterthangrep.com | 144 | ;;;; ack - https://betterthangrep.com |
| 145 | 145 | ||
| 146 | ;; Usage: | 146 | ;; Usage: |
| 147 | ;; - To complete short options type '-' first | 147 | ;; - To complete short options type '-' first |
diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 00fcb804d43..9dacd5856cf 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el | |||
| @@ -52,7 +52,7 @@ | |||
| 52 | ;; | 52 | ;; |
| 53 | ;; * Probably. Show rules/dependencies for ANT like for Makefile (does ANT | 53 | ;; * Probably. Show rules/dependencies for ANT like for Makefile (does ANT |
| 54 | ;; support vocabularies and grammar inheritance?), I have to look at | 54 | ;; support vocabularies and grammar inheritance?), I have to look at |
| 55 | ;; jde-ant.el: http://jakarta.apache.org/ant/manual/OptionalTasks/antlr.html | 55 | ;; jde-ant.el: https://jakarta.apache.org/ant/manual/OptionalTasks/antlr.html |
| 56 | ;; * Probably. Make `indent-region' faster, especially in actions. ELP | 56 | ;; * Probably. Make `indent-region' faster, especially in actions. ELP |
| 57 | ;; profiling in a class init action shows half the time is spent in | 57 | ;; profiling in a class init action shows half the time is spent in |
| 58 | ;; `antlr-next-rule', the other half in `c-guess-basic-syntax'. | 58 | ;; `antlr-next-rule', the other half in `c-guess-basic-syntax'. |
diff --git a/lisp/progmodes/cl-font-lock.el b/lisp/progmodes/cl-font-lock.el index 65090ac3ca5..cb6bd6c34bb 100644 --- a/lisp/progmodes/cl-font-lock.el +++ b/lisp/progmodes/cl-font-lock.el | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | ;; GNU General Public License for more details. | 23 | ;; GNU General Public License for more details. |
| 24 | 24 | ||
| 25 | ;; You should have received a copy of the GNU General Public License | 25 | ;; You should have received a copy of the GNU General Public License |
| 26 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 26 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 27 | 27 | ||
| 28 | ;;; Commentary: | 28 | ;;; Commentary: |
| 29 | 29 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 7f4d2251fd8..0487964d815 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -135,7 +135,7 @@ | |||
| 135 | ;; values enable completion for both CPython and IPython, and probably | 135 | ;; values enable completion for both CPython and IPython, and probably |
| 136 | ;; any readline based shell (it's known to work with PyPy). If your | 136 | ;; any readline based shell (it's known to work with PyPy). If your |
| 137 | ;; Python installation lacks readline (like CPython for Windows), | 137 | ;; Python installation lacks readline (like CPython for Windows), |
| 138 | ;; installing pyreadline (URL `http://ipython.org/pyreadline.html') | 138 | ;; installing pyreadline (URL `https://ipython.org/pyreadline.html') |
| 139 | ;; should suffice. To troubleshoot why you are not getting any | 139 | ;; should suffice. To troubleshoot why you are not getting any |
| 140 | ;; completions, you can try the following in your Python shell: | 140 | ;; completions, you can try the following in your Python shell: |
| 141 | 141 | ||
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index de2053c3c99..a1c4c08c263 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -1325,7 +1325,7 @@ FILES must be a list of absolute file names." | |||
| 1325 | ;; call-process-region *is* measurably faster, even for a program | 1325 | ;; call-process-region *is* measurably faster, even for a program |
| 1326 | ;; doing some actual work (for a period of time). Even though | 1326 | ;; doing some actual work (for a period of time). Even though |
| 1327 | ;; call-process-region also creates a temp file internally | 1327 | ;; call-process-region also creates a temp file internally |
| 1328 | ;; (http://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00211.html). | 1328 | ;; (https://lists.gnu.org/archive/html/emacs-devel/2019-01/msg00211.html). |
| 1329 | (if (not (file-remote-p default-directory)) | 1329 | (if (not (file-remote-p default-directory)) |
| 1330 | (apply #'call-process-region | 1330 | (apply #'call-process-region |
| 1331 | start end program nil buffer display args) | 1331 | start end program nil buffer display args) |
diff --git a/lisp/term.el b/lisp/term.el index ff8b3f00f34..8cbbfff1b63 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2805,7 +2805,7 @@ See `term-prompt-regexp'." | |||
| 2805 | 2805 | ||
| 2806 | ;; References: | 2806 | ;; References: |
| 2807 | ;; [ctlseqs]: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html | 2807 | ;; [ctlseqs]: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html |
| 2808 | ;; [ECMA-48]: http://www.ecma-international.org/publications/standards/Ecma-048.htm | 2808 | ;; [ECMA-48]: https://www.ecma-international.org/publications/standards/Ecma-048.htm |
| 2809 | ;; [vt100]: https://vt100.net/docs/vt100-ug/chapter3.html | 2809 | ;; [vt100]: https://vt100.net/docs/vt100-ug/chapter3.html |
| 2810 | 2810 | ||
| 2811 | (defconst term-control-seq-regexp | 2811 | (defconst term-control-seq-regexp |
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index f98730ed221..e2d0ca69a20 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | ;;; Commentary: | 27 | ;;; Commentary: |
| 28 | 28 | ||
| 29 | ;; See <URL:http://bazaar.canonical.com/> concerning bzr. | 29 | ;; See <URL:https://bazaar.canonical.com/> concerning bzr. |
| 30 | 30 | ||
| 31 | ;; This library provides bzr support in VC. | 31 | ;; This library provides bzr support in VC. |
| 32 | 32 | ||
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index e108b3a340f..06dd09490d2 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el | |||
| @@ -51,8 +51,8 @@ | |||
| 51 | :group 'vc-svn) | 51 | :group 'vc-svn) |
| 52 | 52 | ||
| 53 | ;; Might be nice if svn defaulted to non-interactive if stdin not tty. | 53 | ;; Might be nice if svn defaulted to non-interactive if stdin not tty. |
| 54 | ;; http://svn.haxx.se/dev/archive-2008-05/0762.shtml | 54 | ;; https://svn.haxx.se/dev/archive-2008-05/0762.shtml |
| 55 | ;; http://svn.haxx.se/dev/archive-2009-04/0094.shtml | 55 | ;; https://svn.haxx.se/dev/archive-2009-04/0094.shtml |
| 56 | ;; Maybe newer ones do? | 56 | ;; Maybe newer ones do? |
| 57 | (defcustom vc-svn-global-switches (unless (eq system-type 'darwin) ; bug#13513 | 57 | (defcustom vc-svn-global-switches (unless (eq system-type 'darwin) ; bug#13513 |
| 58 | '("--non-interactive")) | 58 | '("--non-interactive")) |
diff --git a/msdos/autogen/Makefile.in b/msdos/autogen/Makefile.in index be1a84faa66..42a4656f9d5 100644 --- a/msdos/autogen/Makefile.in +++ b/msdos/autogen/Makefile.in | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | # GNU General Public License for more details. | 26 | # GNU General Public License for more details. |
| 27 | # | 27 | # |
| 28 | # You should have received a copy of the GNU General Public License | 28 | # You should have received a copy of the GNU General Public License |
| 29 | # along with this file. If not, see <http://www.gnu.org/licenses/>. | 29 | # along with this file. If not, see <https://www.gnu.org/licenses/>. |
| 30 | # | 30 | # |
| 31 | # As a special exception to the GNU General Public License, | 31 | # As a special exception to the GNU General Public License, |
| 32 | # this file may be distributed as part of a program that | 32 | # this file may be distributed as part of a program that |
| @@ -49,7 +49,7 @@ | |||
| 49 | # GNU General Public License for more details. | 49 | # GNU General Public License for more details. |
| 50 | # | 50 | # |
| 51 | # You should have received a copy of the GNU General Public License | 51 | # You should have received a copy of the GNU General Public License |
| 52 | # along with this file. If not, see <http://www.gnu.org/licenses/>. | 52 | # along with this file. If not, see <https://www.gnu.org/licenses/>. |
| 53 | # | 53 | # |
| 54 | # As a special exception to the GNU General Public License, | 54 | # As a special exception to the GNU General Public License, |
| 55 | # this file may be distributed as part of a program that | 55 | # this file may be distributed as part of a program that |
diff --git a/msdos/autogen/config.in b/msdos/autogen/config.in index 6101abd1fa6..6475d99d6f1 100644 --- a/msdos/autogen/config.in +++ b/msdos/autogen/config.in | |||
| @@ -18,7 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 18 | GNU General Public License for more details. | 18 | GNU General Public License for more details. |
| 19 | 19 | ||
| 20 | You should have received a copy of the GNU General Public License | 20 | You should have received a copy of the GNU General Public License |
| 21 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 21 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | /* No code in Emacs #includes config.h twice, but some bits of code | 24 | /* No code in Emacs #includes config.h twice, but some bits of code |
diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index c3d4dfa4c28..0a0e0330a24 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 | |||
| @@ -22,7 +22,7 @@ MinGW-w64 provides a complete runtime for projects built with GCC for 64-bit | |||
| 22 | Windows -- it's located at http://mingw-w64.org/. | 22 | Windows -- it's located at http://mingw-w64.org/. |
| 23 | 23 | ||
| 24 | MSYS2 is a Cygwin-derived software distribution for Windows which provides | 24 | MSYS2 is a Cygwin-derived software distribution for Windows which provides |
| 25 | build tools for MinGW-w64 -- see http://msys2.github.io/. | 25 | build tools for MinGW-w64 -- see https://msys2.github.io/. |
| 26 | 26 | ||
| 27 | ** Download and install MinGW-w64 and MSYS2 | 27 | ** Download and install MinGW-w64 and MSYS2 |
| 28 | 28 | ||
diff --git a/src/nsxwidget.h b/src/nsxwidget.h index 3d91594c341..dcdb26cb34c 100644 --- a/src/nsxwidget.h +++ b/src/nsxwidget.h | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef NSXWIDGET_H_INCLUDED | 20 | #ifndef NSXWIDGET_H_INCLUDED |
| 21 | #define NSXWIDGET_H_INCLUDED | 21 | #define NSXWIDGET_H_INCLUDED |
diff --git a/src/nsxwidget.m b/src/nsxwidget.m index 3c6402c03ff..dbd4cb29a62 100644 --- a/src/nsxwidget.m +++ b/src/nsxwidget.m | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||
diff --git a/src/w32heap.c b/src/w32heap.c index ba3550b6e9b..a72bed62caf 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -191,7 +191,7 @@ free_fn the_free_fn; | |||
| 191 | 191 | ||
| 192 | /* It doesn't seem to be useful to allocate from a file mapping. | 192 | /* It doesn't seem to be useful to allocate from a file mapping. |
| 193 | It would be if the memory was shared. | 193 | It would be if the memory was shared. |
| 194 | http://stackoverflow.com/questions/307060/what-is-the-purpose-of-allocating-pages-in-the-pagefile-with-createfilemapping */ | 194 | https://stackoverflow.com/questions/307060/what-is-the-purpose-of-allocating-pages-in-the-pagefile-with-createfilemapping */ |
| 195 | 195 | ||
| 196 | /* This is the function to commit memory when the heap allocator | 196 | /* This is the function to commit memory when the heap allocator |
| 197 | claims for new memory. Before dumping with unexec, we allocate | 197 | claims for new memory. Before dumping with unexec, we allocate |
| @@ -246,7 +246,7 @@ init_heap (bool use_dynamic_heap) | |||
| 246 | environment before starting GDB to get low fragmentation heap | 246 | environment before starting GDB to get low fragmentation heap |
| 247 | on XP and older systems, for the price of losing "certain | 247 | on XP and older systems, for the price of losing "certain |
| 248 | heap debug options"; for the details see | 248 | heap debug options"; for the details see |
| 249 | http://msdn.microsoft.com/en-us/library/windows/desktop/aa366705%28v=vs.85%29.aspx. */ | 249 | https://msdn.microsoft.com/en-us/library/windows/desktop/aa366705%28v=vs.85%29.aspx. */ |
| 250 | data_region_end = data_region_base; | 250 | data_region_end = data_region_base; |
| 251 | 251 | ||
| 252 | /* Create the private heap. */ | 252 | /* Create the private heap. */ |
diff --git a/test/lisp/gnus/gnus-util-tests.el b/test/lisp/gnus/gnus-util-tests.el index 4869d162fb3..5a5e66594fa 100644 --- a/test/lisp/gnus/gnus-util-tests.el +++ b/test/lisp/gnus/gnus-util-tests.el | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | ;; GNU General Public License for more details. | 16 | ;; GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 18 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 19 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | ;;; Commentary: | 21 | ;;; Commentary: |
| 22 | 22 | ||
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el index 3da620d64e1..d85516179fa 100644 --- a/test/lisp/gnus/mml-sec-tests.el +++ b/test/lisp/gnus/mml-sec-tests.el | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | ;; GNU General Public License for more details. | 16 | ;; GNU General Public License for more details. |
| 17 | 17 | ||
| 18 | ;; You should have received a copy of the GNU General Public License | 18 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 19 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | ;;; Commentary: | 21 | ;;; Commentary: |
| 22 | 22 | ||
diff --git a/test/lisp/man-tests.el b/test/lisp/man-tests.el index 8267d8e4f6a..ddf22ecd404 100644 --- a/test/lisp/man-tests.el +++ b/test/lisp/man-tests.el | |||
| @@ -44,7 +44,7 @@ sinl [sin] (3) - sine function" | |||
| 44 | sin(3), sinf(3), sinl(3) - sine functions" | 44 | sin(3), sinf(3), sinl(3) - sine functions" |
| 45 | . (#("sin(3)" 0 6 (help-echo "sine functions")) #("sinf(3)" 0 7 (help-echo "sine functions")) #("sinl(3)" 0 7 (help-echo "sine functions")))) | 45 | . (#("sin(3)" 0 6 (help-echo "sine functions")) #("sinf(3)" 0 7 (help-echo "sine functions")) #("sinl(3)" 0 7 (help-echo "sine functions")))) |
| 46 | ;; SunOS, Solaris | 46 | ;; SunOS, Solaris |
| 47 | ;; http://docs.oracle.com/cd/E19455-01/805-6331/usradm-7/index.html | 47 | ;; https://docs.oracle.com/cd/E19455-01/805-6331/usradm-7/index.html |
| 48 | ;; SunOS 4 | 48 | ;; SunOS 4 |
| 49 | ("\ | 49 | ("\ |
| 50 | tset, reset (1) - establish or restore terminal characteristics" | 50 | tset, reset (1) - establish or restore terminal characteristics" |
| @@ -61,7 +61,7 @@ cawf, nroff (1) - C version of the nroff-like, Amazingly Workable (text) Formatt | |||
| 61 | whatis (5) - database of online manual pages" | 61 | whatis (5) - database of online manual pages" |
| 62 | . (#("cawf(1)" 0 7 (help-echo "C version of the nroff-like, Amazingly Workable (text) Formatter")) #("nroff(1)" 0 8 (help-echo "C version of the nroff-like, Amazingly Workable (text) Formatter")) #("whatis(5)" 0 9 (help-echo "database of online manual pages")))) | 62 | . (#("cawf(1)" 0 7 (help-echo "C version of the nroff-like, Amazingly Workable (text) Formatter")) #("nroff(1)" 0 8 (help-echo "C version of the nroff-like, Amazingly Workable (text) Formatter")) #("whatis(5)" 0 9 (help-echo "database of online manual pages")))) |
| 63 | ;; HP-UX | 63 | ;; HP-UX |
| 64 | ;; http://docstore.mik.ua/manuals/hp-ux/en/B2355-60130/man.1.html | 64 | ;; https://docstore.mik.ua/manuals/hp-ux/en/B2355-60130/man.1.html |
| 65 | ;; Assuming that the line break in the zgrep description was | 65 | ;; Assuming that the line break in the zgrep description was |
| 66 | ;; introduced by the man page formatting. | 66 | ;; introduced by the man page formatting. |
| 67 | ("\ | 67 | ("\ |
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index bc77443ff4f..64626333c44 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -204,7 +204,7 @@ aliqua." | |||
| 204 | 204 | ||
| 205 | ;;; Indentation | 205 | ;;; Indentation |
| 206 | 206 | ||
| 207 | ;; See: http://www.python.org/dev/peps/pep-0008/#indentation | 207 | ;; See: https://www.python.org/dev/peps/pep-0008/#indentation |
| 208 | 208 | ||
| 209 | (ert-deftest python-indent-pep8-1 () | 209 | (ert-deftest python-indent-pep8-1 () |
| 210 | "First pep8 case." | 210 | "First pep8 case." |
diff --git a/test/lisp/progmodes/ruby-mode-resources/ruby.rb b/test/lisp/progmodes/ruby-mode-resources/ruby.rb index 6b7d10dea38..95928030396 100644 --- a/test/lisp/progmodes/ruby-mode-resources/ruby.rb +++ b/test/lisp/progmodes/ruby-mode-resources/ruby.rb | |||
| @@ -343,7 +343,7 @@ abc(foo | |||
| 343 | tee | 343 | tee |
| 344 | .qux) | 344 | .qux) |
| 345 | 345 | ||
| 346 | # http://stackoverflow.com/questions/17786563/emacs-ruby-mode-if-expressions-indentation | 346 | # https://stackoverflow.com/questions/17786563/emacs-ruby-mode-if-expressions-indentation |
| 347 | tee = if foo | 347 | tee = if foo |
| 348 | bar | 348 | bar |
| 349 | else | 349 | else |
diff --git a/test/lisp/textmodes/bibtex-tests.el b/test/lisp/textmodes/bibtex-tests.el index c12722fca13..56bd54efb74 100644 --- a/test/lisp/textmodes/bibtex-tests.el +++ b/test/lisp/textmodes/bibtex-tests.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index d922e98348e..bd26f7979dc 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;; commands (eg `bzr status') want to access ~/.bazaar, and will | 37 | ;; commands (eg `bzr status') want to access ~/.bazaar, and will |
| 38 | ;; abort if they cannot. I could not figure out how to stop bzr | 38 | ;; abort if they cannot. I could not figure out how to stop bzr |
| 39 | ;; doing that, so just give it a temporary homedir for the duration. | 39 | ;; doing that, so just give it a temporary homedir for the duration. |
| 40 | ;; http://bugs.launchpad.net/bzr/+bug/137407 ? | 40 | ;; https://bugs.launchpad.net/bzr/+bug/137407 ? |
| 41 | ;; | 41 | ;; |
| 42 | ;; Note that with bzr 2.x, this works: | 42 | ;; Note that with bzr 2.x, this works: |
| 43 | ;; mkdir /tmp/bzr | 43 | ;; mkdir /tmp/bzr |