aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.11
diff options
context:
space:
mode:
authorPaul Eggert2017-10-01 19:53:56 -0700
committerPaul Eggert2017-10-01 19:59:01 -0700
commit5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch)
tree6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /src/ChangeLog.11
parent8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff)
downloademacs-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 'src/ChangeLog.11')
-rw-r--r--src/ChangeLog.1122
1 files changed, 11 insertions, 11 deletions
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index eb1aeb1eeaf..b26e54cd53f 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -26,7 +26,7 @@
26 26
27 current_column: Now returns EMACS_INT, fixing some iftc 27 current_column: Now returns EMACS_INT, fixing some iftc
28 that was introduced in the 2002-06-02 change "temporarily"; see 28 that was introduced in the 2002-06-02 change "temporarily"; see
29 <http://lists.gnu.org/archive/html/emacs-devel/2002-06/msg00039.html>. 29 <https://lists.gnu.org/archive/html/emacs-devel/2002-06/msg00039.html>.
30 * bytecode.c (Fbyte_code): Don't cast current_column () to int. 30 * bytecode.c (Fbyte_code): Don't cast current_column () to int.
31 * cmds.c (internal_self_insert): Likewise. 31 * cmds.c (internal_self_insert): Likewise.
32 * indent.c (Fcurrent_column): Likewise. 32 * indent.c (Fcurrent_column): Likewise.
@@ -91,7 +91,7 @@
91 91
92 * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and 92 * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and
93 generate a special message for it. Suggested by Eli Zaretskii in 93 generate a special message for it. Suggested by Eli Zaretskii in
94 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>. 94 <https://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>.
95 (Frename_file, Fmake_symbolic_link, Ffile_symlink_p): 95 (Frename_file, Fmake_symbolic_link, Ffile_symlink_p):
96 Simplify the code by assuming that the readlink and symlink calls 96 Simplify the code by assuming that the readlink and symlink calls
97 exist, even if they always fail on this host. 97 exist, even if they always fail on this host.
@@ -154,7 +154,7 @@
154 154
155 * dired.c (Ffile_attributes): Increase size of modes from 10 to 12 155 * dired.c (Ffile_attributes): Increase size of modes from 10 to 12
156 as per recent filemodestring API change. Reported by Jonas Öster in 156 as per recent filemodestring API change. Reported by Jonas Öster in
157 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>. 157 <https://lists.gnu.org/archive/html/emacs-devel/2011-02/msg01069.html>.
158 158
1592011-02-23 Ben Key <bkey76@gmail.com> 1592011-02-23 Ben Key <bkey76@gmail.com>
160 160
@@ -7244,9 +7244,9 @@
7244 * xdisp.c (try_scrolling): Compute the limit for searching point 7244 * xdisp.c (try_scrolling): Compute the limit for searching point
7245 in forward scroll from scroll_max, instead of an arbitrary limit 7245 in forward scroll from scroll_max, instead of an arbitrary limit
7246 of 10 screen lines. 7246 of 10 screen lines.
7247 See http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html 7247 See https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
7248 and 7248 and
7249 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html 7249 https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
7250 for details. 7250 for details.
7251 7251
72522010-06-16 Glenn Morris <rgm@gnu.org> 72522010-06-16 Glenn Morris <rgm@gnu.org>
@@ -7346,7 +7346,7 @@
7346 * window.c (Fselect_window): Move `record_buffer' up to the 7346 * window.c (Fselect_window): Move `record_buffer' up to the
7347 beginning of this function, so the buffer gets recorded 7347 beginning of this function, so the buffer gets recorded
7348 even if the selected window does not change. 7348 even if the selected window does not change.
7349 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html 7349 https://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00137.html
7350 7350
73512010-06-07 Juanma Barranquero <lekktu@gmail.com> 73512010-06-07 Juanma Barranquero <lekktu@gmail.com>
7352 7352
@@ -7688,7 +7688,7 @@
7688 * fileio.c (Fdelete_file): Change interactive spec to use 7688 * fileio.c (Fdelete_file): Change interactive spec to use
7689 `read-file-name' like in `find-file-read-args' where the default 7689 `read-file-name' like in `find-file-read-args' where the default
7690 value is `default-directory' instead of `buffer-file-name'. 7690 value is `default-directory' instead of `buffer-file-name'.
7691 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html 7691 https://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00533.html
7692 7692
76932010-05-20 Kevin Ryde <user42@zip.com.au> 76932010-05-20 Kevin Ryde <user42@zip.com.au>
7694 7694
@@ -7962,7 +7962,7 @@
7962 7962
7963 * xdisp.c (init_iterator): Don't turn on bidi reordering in 7963 * xdisp.c (init_iterator): Don't turn on bidi reordering in
7964 unibyte buffers. See 7964 unibyte buffers. See
7965 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html. 7965 https://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
7966 7966
79672010-05-10 Glenn Morris <rgm@gnu.org> 79672010-05-10 Glenn Morris <rgm@gnu.org>
7968 7968
@@ -8910,9 +8910,9 @@
8910 8910
8911 * xdisp.c (display_line): Don't write beyond the last glyph row in 8911 * xdisp.c (display_line): Don't write beyond the last glyph row in
8912 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see 8912 the desired matrix. Fixes a crash in "emacs -nw" (bug#5972), see
8913 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html 8913 https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00075.html
8914 and 8914 and
8915 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html 8915 https://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00213.html
8916 8916
89172010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> 89172010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8918 8918
@@ -11510,7 +11510,7 @@
11510 11510
11511 * frame.c (xrdb_get_resource): Return nil for empty string resources; 11511 * frame.c (xrdb_get_resource): Return nil for empty string resources;
11512 some parts of Emacs code (like font selection) don't grok them. 11512 some parts of Emacs code (like font selection) don't grok them.
11513 See http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html 11513 See https://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00528.html
11514 11514
115152009-09-24 Andreas Schwab <schwab@redhat.com> 115152009-09-24 Andreas Schwab <schwab@redhat.com>
11516 11516