mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
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:.
This commit is contained in:
parent
8cdd8b920a
commit
5172fa02cc
114 changed files with 648 additions and 649 deletions
|
|
@ -5,7 +5,7 @@
|
|||
is not part of Emacs and is typically not installed.
|
||||
Instead, just invoke xmalloc and xrealloc as usual.
|
||||
Problem reported by Nicolas Richard in:
|
||||
http://bugs.gnu.org/20191#20
|
||||
https://bugs.gnu.org/20191#20
|
||||
(xrnew): Avoid no-longer-needed cast to 'char *'.
|
||||
(xrealloc): First arg is now void *, not char *.
|
||||
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
Better support for future plugins
|
||||
See the thread containing:
|
||||
http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html
|
||||
https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html
|
||||
* make-docfile.c (write_globals): Generate code that #defines
|
||||
Qxxx macros other than Qnil only if DEFINE_NONNIL_Q_SYMBOL_MACROS.
|
||||
Qnil is safe to define even in plugins, since it must be zero for
|
||||
|
|
@ -329,7 +329,7 @@
|
|||
2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Fix rcs2log problems with CVS. Reported by Glenn Morris in
|
||||
<http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>.
|
||||
<https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>.
|
||||
Plus, fix some security and filename quoting problems.
|
||||
* rcs2log (logdir): Prefer mktemp if available.
|
||||
(logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces.
|
||||
|
|
@ -937,13 +937,13 @@
|
|||
|
||||
* movemail.c: Add missing 'defined'.
|
||||
Suggested by Sven Joachim in
|
||||
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
|
||||
<https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>.
|
||||
|
||||
2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Port 'movemail' again to Solaris and similar hosts.
|
||||
See Susan Cragin's report in
|
||||
<http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
|
||||
<https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>.
|
||||
* movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS &&
|
||||
!MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't
|
||||
need a forward declaration.
|
||||
|
|
@ -1212,7 +1212,7 @@
|
|||
Assume less-ancient POSIX support.
|
||||
* update-game-score.c: Include <getopt.h> rather than rolling our
|
||||
own decls for optarg, optind, opterr. See
|
||||
<http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.
|
||||
<https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>.
|
||||
|
||||
2012-04-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
|
|
@ -1271,7 +1271,7 @@
|
|||
instead, treat both -c and -t as always requesting a new "tty" frame,
|
||||
and let server.el decide which kind is actually required.
|
||||
Reported by Uwe Siart <usenet@siart.de> in this thread:
|
||||
http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html
|
||||
https://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html
|
||||
|
||||
2011-11-30 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
|
|
@ -3684,7 +3684,7 @@
|
|||
|
||||
* rcs2log (Help): Clarify wording of the usage message.
|
||||
Reported by Alan Mackenzie in
|
||||
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
|
||||
<https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
|
||||
|
||||
2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
|
|
@ -3715,7 +3715,7 @@
|
|||
and the path. Allow :/ in repository path, since CVS does.
|
||||
Fix typo: "pository" should be set from $CVSROOT, not $repository.
|
||||
This fixes a bug reported by Wolfgang Scherer in
|
||||
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
|
||||
<https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>,
|
||||
along with some related bugs I discovered by inspecting how
|
||||
CVS itself parses $CVSROOT.
|
||||
|
||||
|
|
@ -3752,7 +3752,7 @@
|
|||
* rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates
|
||||
a tag, and if the user has not specified an rlog option.
|
||||
Adapted from a suggestion by Martin Stjernholm in
|
||||
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
|
||||
<https://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>.
|
||||
(Copyright): Update to 2003.
|
||||
|
||||
2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Each entry looks something like this:
|
|||
|
||||
* rcs2log (Help): Clarify wording of the usage message.
|
||||
Problem reported by Alan Mackenzie in
|
||||
<http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
|
||||
<https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>.
|
||||
|
||||
ChangeLog entries contain the current date, full name, email address
|
||||
including hostname, the name of the affected file, and commentary.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue