diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /lib-src | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.1 | 20 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 417e57f3bb8..4b5422e712c 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | is not part of Emacs and is typically not installed. | 5 | is not part of Emacs and is typically not installed. |
| 6 | Instead, just invoke xmalloc and xrealloc as usual. | 6 | Instead, just invoke xmalloc and xrealloc as usual. |
| 7 | Problem reported by Nicolas Richard in: | 7 | Problem reported by Nicolas Richard in: |
| 8 | http://bugs.gnu.org/20191#20 | 8 | https://bugs.gnu.org/20191#20 |
| 9 | (xrnew): Avoid no-longer-needed cast to 'char *'. | 9 | (xrnew): Avoid no-longer-needed cast to 'char *'. |
| 10 | (xrealloc): First arg is now void *, not char *. | 10 | (xrealloc): First arg is now void *, not char *. |
| 11 | 11 | ||
| @@ -65,7 +65,7 @@ | |||
| 65 | 65 | ||
| 66 | Better support for future plugins | 66 | Better support for future plugins |
| 67 | See the thread containing: | 67 | See the thread containing: |
| 68 | http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html | 68 | https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html |
| 69 | * make-docfile.c (write_globals): Generate code that #defines | 69 | * make-docfile.c (write_globals): Generate code that #defines |
| 70 | Qxxx macros other than Qnil only if DEFINE_NONNIL_Q_SYMBOL_MACROS. | 70 | Qxxx macros other than Qnil only if DEFINE_NONNIL_Q_SYMBOL_MACROS. |
| 71 | Qnil is safe to define even in plugins, since it must be zero for | 71 | Qnil is safe to define even in plugins, since it must be zero for |
| @@ -329,7 +329,7 @@ | |||
| 329 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | 329 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 330 | 330 | ||
| 331 | Fix rcs2log problems with CVS. Reported by Glenn Morris in | 331 | Fix rcs2log problems with CVS. Reported by Glenn Morris in |
| 332 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. | 332 | <https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. |
| 333 | Plus, fix some security and filename quoting problems. | 333 | Plus, fix some security and filename quoting problems. |
| 334 | * rcs2log (logdir): Prefer mktemp if available. | 334 | * rcs2log (logdir): Prefer mktemp if available. |
| 335 | (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. | 335 | (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. |
| @@ -937,13 +937,13 @@ | |||
| 937 | 937 | ||
| 938 | * movemail.c: Add missing 'defined'. | 938 | * movemail.c: Add missing 'defined'. |
| 939 | Suggested by Sven Joachim in | 939 | Suggested by Sven Joachim in |
| 940 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>. | 940 | <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>. |
| 941 | 941 | ||
| 942 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 942 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 943 | 943 | ||
| 944 | Port 'movemail' again to Solaris and similar hosts. | 944 | Port 'movemail' again to Solaris and similar hosts. |
| 945 | See Susan Cragin's report in | 945 | See Susan Cragin's report in |
| 946 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. | 946 | <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. |
| 947 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && | 947 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && |
| 948 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't | 948 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't |
| 949 | need a forward declaration. | 949 | need a forward declaration. |
| @@ -1212,7 +1212,7 @@ | |||
| 1212 | Assume less-ancient POSIX support. | 1212 | Assume less-ancient POSIX support. |
| 1213 | * update-game-score.c: Include <getopt.h> rather than rolling our | 1213 | * update-game-score.c: Include <getopt.h> rather than rolling our |
| 1214 | own decls for optarg, optind, opterr. See | 1214 | own decls for optarg, optind, opterr. See |
| 1215 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>. | 1215 | <https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>. |
| 1216 | 1216 | ||
| 1217 | 2012-04-14 Juanma Barranquero <lekktu@gmail.com> | 1217 | 2012-04-14 Juanma Barranquero <lekktu@gmail.com> |
| 1218 | 1218 | ||
| @@ -1271,7 +1271,7 @@ | |||
| 1271 | instead, treat both -c and -t as always requesting a new "tty" frame, | 1271 | instead, treat both -c and -t as always requesting a new "tty" frame, |
| 1272 | and let server.el decide which kind is actually required. | 1272 | and let server.el decide which kind is actually required. |
| 1273 | Reported by Uwe Siart <usenet@siart.de> in this thread: | 1273 | Reported by Uwe Siart <usenet@siart.de> in this thread: |
| 1274 | http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html | 1274 | https://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html |
| 1275 | 1275 | ||
| 1276 | 2011-11-30 Chong Yidong <cyd@gnu.org> | 1276 | 2011-11-30 Chong Yidong <cyd@gnu.org> |
| 1277 | 1277 | ||
| @@ -3684,7 +3684,7 @@ | |||
| 3684 | 3684 | ||
| 3685 | * rcs2log (Help): Clarify wording of the usage message. | 3685 | * rcs2log (Help): Clarify wording of the usage message. |
| 3686 | Reported by Alan Mackenzie in | 3686 | Reported by Alan Mackenzie in |
| 3687 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | 3687 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
| 3688 | 3688 | ||
| 3689 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 3689 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 3690 | 3690 | ||
| @@ -3715,7 +3715,7 @@ | |||
| 3715 | and the path. Allow :/ in repository path, since CVS does. | 3715 | and the path. Allow :/ in repository path, since CVS does. |
| 3716 | Fix typo: "pository" should be set from $CVSROOT, not $repository. | 3716 | Fix typo: "pository" should be set from $CVSROOT, not $repository. |
| 3717 | This fixes a bug reported by Wolfgang Scherer in | 3717 | This fixes a bug reported by Wolfgang Scherer in |
| 3718 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, | 3718 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, |
| 3719 | along with some related bugs I discovered by inspecting how | 3719 | along with some related bugs I discovered by inspecting how |
| 3720 | CVS itself parses $CVSROOT. | 3720 | CVS itself parses $CVSROOT. |
| 3721 | 3721 | ||
| @@ -3752,7 +3752,7 @@ | |||
| 3752 | * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates | 3752 | * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates |
| 3753 | a tag, and if the user has not specified an rlog option. | 3753 | a tag, and if the user has not specified an rlog option. |
| 3754 | Adapted from a suggestion by Martin Stjernholm in | 3754 | Adapted from a suggestion by Martin Stjernholm in |
| 3755 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. | 3755 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. |
| 3756 | (Copyright): Update to 2003. | 3756 | (Copyright): Update to 2003. |
| 3757 | 3757 | ||
| 3758 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | 3758 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 5e5709201e3..50276f245de 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -45,7 +45,7 @@ Each entry looks something like this: | |||
| 45 | 45 | ||
| 46 | * rcs2log (Help): Clarify wording of the usage message. | 46 | * rcs2log (Help): Clarify wording of the usage message. |
| 47 | Problem reported by Alan Mackenzie in | 47 | Problem reported by Alan Mackenzie in |
| 48 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | 48 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
| 49 | 49 | ||
| 50 | ChangeLog entries contain the current date, full name, email address | 50 | ChangeLog entries contain the current date, full name, email address |
| 51 | including hostname, the name of the affected file, and commentary. | 51 | including hostname, the name of the affected file, and commentary. |