From 3187225416c66061b67e89092addc15cad2202b9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 15 Oct 2022 11:17:51 +0200 Subject: [PATCH] ; Prefer HTTPS to HTTP in many URLs --- ChangeLog.1 | 2 +- ChangeLog.3 | 6 ++--- INSTALL | 2 +- admin/charsets/mapfiles/stdenc.txt | 2 +- admin/charsets/mapfiles/symbol.txt | 2 +- admin/unidata/README | 14 +++++------ admin/unidata/blocks.awk | 2 +- admin/unidata/copyright.html | 18 +++++++------- doc/misc/cc-mode.texi | 8 +++---- doc/misc/efaq-w32.texi | 8 +++---- doc/misc/efaq.texi | 6 ++--- doc/misc/gnus-faq.texi | 6 ++--- doc/misc/gnus.texi | 8 +++---- doc/misc/mh-e.texi | 10 ++++---- doc/misc/org.org | 24 +++++++++---------- doc/misc/semantic.texi | 2 +- doc/misc/sieve.texi | 2 +- doc/misc/vhdl-mode.texi | 2 +- etc/DEBUG | 2 +- etc/NEWS.21 | 2 +- etc/NEWS.22 | 2 +- etc/NEWS.25 | 2 +- etc/NEWS.26 | 2 +- etc/TODO | 2 +- etc/images/gud/README | 4 ++-- etc/srecode/ede-autoconf.srt | 2 +- etc/srecode/ede-make.srt | 4 ++-- lisp/ChangeLog.10 | 2 +- lisp/ChangeLog.14 | 4 ++-- lisp/ChangeLog.15 | 2 +- lisp/ChangeLog.17 | 2 +- lisp/cedet/pulse.el | 2 +- lisp/erc/ChangeLog.1 | 4 ++-- lisp/gnus/mm-uu.el | 2 +- lisp/gnus/nndoc.el | 2 +- lisp/mh-e/mh-junk.el | 4 ++-- lisp/org/ob-matlab.el | 2 +- lisp/org/ob-plantuml.el | 2 +- lisp/org/org-ctags.el | 2 +- lisp/org/org-protocol.el | 2 +- lisp/printing.el | 6 ++--- lisp/progmodes/antlr-mode.el | 8 +++---- lisp/progmodes/cc-langs.el | 2 +- lisp/progmodes/cc-mode.el | 6 ++--- lisp/textmodes/less-css-mode.el | 2 +- lisp/textmodes/sgml-mode.el | 4 ++-- nt/INSTALL | 24 +++++++++---------- nt/INSTALL.W64 | 2 +- src/ChangeLog.13 | 4 ++-- src/fileio.c | 2 +- src/sysdep.c | 2 +- test/lisp/calendar/icalendar-tests.el | 2 +- test/lisp/cedet/semantic-utest.el | 1 - test/lisp/dnd-tests.el | 2 +- test/lisp/net/puny-resources/IdnaTestV2.txt | 4 ++-- .../progmodes/ruby-mode-resources/ruby.rb | 4 ++-- test/src/lcms-tests.el | 2 +- 57 files changed, 127 insertions(+), 128 deletions(-) diff --git a/ChangeLog.1 b/ChangeLog.1 index cd31aacafb4..35533d60fff 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -5685,7 +5685,7 @@ (__mktime_internal): Use it systematically for all isdst comparisons. This completes the fix for libc BZ #6723, and removes the need for normalizing tm_isdst. - See + See (not_equal_tm) [DEBUG]: Use isdst_differ here, too. mktime: fix some integer overflow issues and sidestep the rest diff --git a/ChangeLog.3 b/ChangeLog.3 index a09dc29cbec..f2245a4ed53 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -185373,7 +185373,7 @@ * lisp/image.el (image-type-header-regexps): Allow two or more CRs or LFs in initial whitespace sequences. See: - http://netpbm.sourceforge.net/doc/pbm.html + https://netpbm.sourceforge.net/doc/pbm.html 2017-10-16 Paul Eggert @@ -197097,7 +197097,7 @@ Clang on macOS warns about these with -Wtautological-compare. POSIX guarantees that rlim_t is unsigned (cf. - http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html), + https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html), so these resource limits can never be negative. * src/emacs.c (main): Remove tautological comparisons. @@ -199197,7 +199197,7 @@ ' is commonly used as an apostrophe in the prose sections of spec files, which was erroneously highlighted as strings. See for example - http://kmymoney2.sourceforge.net/phb/rpm-example.html + https://kmymoney2.sourceforge.net/phb/rpm-example.html * lisp/progmodes/sh-script.el (sh-mode-syntax-table): Treat ' as punctuation in RPM spec files. diff --git a/INSTALL b/INSTALL index 95d2dbda80c..c0323f770ba 100644 --- a/INSTALL +++ b/INSTALL @@ -187,7 +187,7 @@ X11 is being used. libz (for PNG): https://www.zlib.net/ X libjpeg for JPEG: https://www.ijg.org/ X libtiff for TIFF: http://www.simplesystems.org/libtiff/ - X libgif for GIF: http://giflib.sourceforge.net/ + X libgif for GIF: https://giflib.sourceforge.net/ librsvg2 for SVG: https://wiki.gnome.org/Projects/LibRsvg libwebp for WebP: https://developers.google.com/speed/webp/ diff --git a/admin/charsets/mapfiles/stdenc.txt b/admin/charsets/mapfiles/stdenc.txt index e39486a3195..1c898bac0ba 100644 --- a/admin/charsets/mapfiles/stdenc.txt +++ b/admin/charsets/mapfiles/stdenc.txt @@ -54,7 +54,7 @@ # # [v0.1, 5 May 1995] First release. # -# Use the Unicode reporting form +# Use the Unicode reporting form # for any questions or comments or to report errors in the data. # 0020 20 # SPACE # space diff --git a/admin/charsets/mapfiles/symbol.txt b/admin/charsets/mapfiles/symbol.txt index b98baf6cf0c..0a5aac8b611 100644 --- a/admin/charsets/mapfiles/symbol.txt +++ b/admin/charsets/mapfiles/symbol.txt @@ -57,7 +57,7 @@ # # [v0.1, 5 May 1995] First release. # -# Use the Unicode reporting form +# Use the Unicode reporting form # for any questions or comments or to report errors in the data. # 0020 20 # SPACE # space diff --git a/admin/unidata/README b/admin/unidata/README index 2da01402b70..2d421dfb6bf 100644 --- a/admin/unidata/README +++ b/admin/unidata/README @@ -6,31 +6,31 @@ copyright.html. The names, URLs, and dates for these files are as follows. BidiBrackets.txt -http://www.unicode.org/Public/UNIDATA/BidiBrackets.txt +https://www.unicode.org/Public/UNIDATA/BidiBrackets.txt 2021-06-30 BidiMirroring.txt -http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt +https://www.unicode.org/Public/UNIDATA/BidiMirroring.txt 2021-08-08 Blocks.txt -http://www.unicode.org/Public/8.0.0/ucd/Blocks.txt +https://www.unicode.org/Public/8.0.0/ucd/Blocks.txt 2021-01-22 IVD_Sequences.txt -http://www.unicode.org/ivd/ +https://www.unicode.org/ivd/ 2020-11-06 NormalizationTest.txt -http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt +https://www.unicode.org/Public/UNIDATA/NormalizationTest.txt 2021-05-28 SpecialCasing.txt -http://unicode.org/Public/UNIDATA/SpecialCasing.txt +https://unicode.org/Public/UNIDATA/SpecialCasing.txt 2021-03-08 UnicodeData.txt -http://www.unicode.org/Public/UNIDATA/UnicodeData.txt +https://www.unicode.org/Public/UNIDATA/UnicodeData.txt 2021-07-06 emoji-data.txt diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk index 1c571feff38..48a14ec3ca9 100755 --- a/admin/unidata/blocks.awk +++ b/admin/unidata/blocks.awk @@ -23,7 +23,7 @@ ### Commentary: ## This script takes as input Unicode's Blocks.txt -## (http://www.unicode.org/Public/UNIDATA/Blocks.txt) +## (https://www.unicode.org/Public/UNIDATA/Blocks.txt) ## and produces output for Emacs's lisp/international/charscript.el. ## It lumps together all the blocks belonging to the same language. diff --git a/admin/unidata/copyright.html b/admin/unidata/copyright.html index 0ae01c11ad1..567c54e72ac 100644 --- a/admin/unidata/copyright.html +++ b/admin/unidata/copyright.html @@ -13,7 +13,7 @@ Unicode Terms of Use +href="https://www.unicode.org/webscripts/standard_styles.css">