aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2019-09-22 23:53:39 -0700
committerPaul Eggert2019-09-23 00:12:52 -0700
commit946a56a10fed769646a8b7c4ebc53f53c84be896 (patch)
tree33a93593b428789b7e49376427eac09d21082808 /admin
parent78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff)
downloademacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.gz
emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.zip
Update some URLs
This mostly changes http: to https: in URLs. It also updates some URLs that have moved, removes some URLs that no longer work, recommends against using procmail (procmail.org no longer works), and removes some mentions of the no-longer-existing Gmane, LPF and VTW. It doesn't update all URLs, just the ones I had time for. * GNUmakefile (help): * admin/admin.el (manual-doctype-string): * admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map): * admin/charsets/mapconv: * lisp/net/soap-client.el (soap-create-envelope): * lisp/org/org.el (org-doi-server-url): * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Prefer https: to http: un URLs.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el2
-rwxr-xr-xadmin/automerge2
-rw-r--r--admin/charsets/Makefile.in6
-rw-r--r--admin/charsets/cp932.awk3
-rw-r--r--admin/charsets/eucjp-ms.awk2
-rwxr-xr-xadmin/charsets/mapconv9
-rw-r--r--admin/charsets/mapfiles/README6
-rw-r--r--admin/grammars/js.wy2
-rw-r--r--admin/notes/bugtracker8
-rw-r--r--admin/notes/copyright8
-rw-r--r--admin/notes/emba3
-rw-r--r--admin/notes/nextstep3
-rw-r--r--admin/notes/spelling2
13 files changed, 24 insertions, 32 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 5968e32b05e..76f55008629 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -337,7 +337,7 @@ Optional argument TYPE is type of output (nil means all)."
337 337
338(defconst manual-doctype-string 338(defconst manual-doctype-string
339 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" 339 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"
340\"http://www.w3.org/TR/html4/loose.dtd\">\n\n") 340\"https://www.w3.org/TR/html4/loose.dtd\">\n\n")
341 341
342(defconst manual-meta-string 342(defconst manual-meta-string
343 "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> 343 "<meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\">
diff --git a/admin/automerge b/admin/automerge
index 405fd9ed614..21a2cf0ee02 100755
--- a/admin/automerge
+++ b/admin/automerge
@@ -236,7 +236,7 @@ git fetch || die "fetch error"
236 236
237 ## Rebasing would be incorrect, since it would rewrite the 237 ## Rebasing would be incorrect, since it would rewrite the
238 ## (already published) release branch commits. 238 ## (already published) release branch commits.
239 ## Ref eg http://lists.gnu.org/r/emacs-devel/2014-12/msg01435.html 239 ## Ref eg https://lists.gnu.org/r/emacs-devel/2014-12/msg01435.html
240 ## Instead, we throw away what we just did, and do the merge again. 240 ## Instead, we throw away what we just did, and do the merge again.
241 echo "Resetting..." 241 echo "Resetting..."
242 git reset --hard $rev 242 git reset --hard $rev
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in
index 9f6b3e9e94d..efeac266e57 100644
--- a/admin/charsets/Makefile.in
+++ b/admin/charsets/Makefile.in
@@ -141,7 +141,7 @@ ${charsetdir}/VSCII-2.map: ${GLIBC_CHARMAPS}/TCVN5712-1.gz ${mapconv} ${compact}
141 141
142${charsetdir}/ALTERNATIVNYJ.map: ${charsetdir}/IBM866.map 142${charsetdir}/ALTERNATIVNYJ.map: ${charsetdir}/IBM866.map
143 ${AM_V_GEN}(echo "# Modified from $(notdir $<) according to the chart at" && \ 143 ${AM_V_GEN}(echo "# Modified from $(notdir $<) according to the chart at" && \
144 echo "# http://www.cyrillic.com/ref/cyrillic/koi-8alt.html," && \ 144 echo "# https://web.archive.org/web/20100131045151/http://www.cyrillic.com/ref/cyrillic/koi-8alt.html" && \
145 echo "# with guesses for the Unicodes of the glyphs." && \ 145 echo "# with guesses for the Unicodes of the glyphs." && \
146 sed -e '1 d' \ 146 sed -e '1 d' \
147 -e '/0xF2/ s/ .*/ 0x2019/' \ 147 -e '/0xF2/ s/ .*/ 0x2019/' \
@@ -226,8 +226,8 @@ ${lispintdir}/eucjp-ms.el: ${GLIBC_CHARMAPS}/EUC-JP-MS.gz ${eucjp_ms}
226 226
227# As Uni2JIS doesn't contain mappings of characters added to Unicode 227# As Uni2JIS doesn't contain mappings of characters added to Unicode
228# recently, we add them manually here (including one correction for 228# recently, we add them manually here (including one correction for
229# U+005C vs U+FF3C). These changes are based on bogytech's blog at 229# U+005C vs U+FF3C). These changes are based on bogytech's blog at:
230# http://bogytech.blogspot.jp/search/label/emacs. 230# https://bogytech.blogspot.com/search/label/emacs
231${charsetdir}/JISC6226.map: ${mapfiledir}/Uni2JIS ${mapconv} ${kuten} 231${charsetdir}/JISC6226.map: ${mapfiledir}/Uni2JIS ${mapconv} ${kuten}
232 ${AM_V_GEN}(${run_mapconv} $< '/^[^#].*0-/' YASUOKA ${kuten} \ 232 ${AM_V_GEN}(${run_mapconv} $< '/^[^#].*0-/' YASUOKA ${kuten} \
233 | sed -e '/0x2140/s/005C/FF3C/' && \ 233 | sed -e '/0x2140/s/005C/FF3C/' && \
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk
index 7fd3e9111f5..27fdf021488 100644
--- a/admin/charsets/cp932.awk
+++ b/admin/charsets/cp932.awk
@@ -22,8 +22,7 @@
22 22
23# Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment 23# Add a sort key 0, 1, 2, or 3 at the tail of each line as a comment
24# to realize the round trip mapping to Unicode works as described in 24# to realize the round trip mapping to Unicode works as described in
25# this page: 25# https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
26# http://support.microsoft.com/default.aspx?scid=kb;EN-US;170559
27# Each sort key means as below: 26# Each sort key means as below:
28# 0: JISX0208 characters. 27# 0: JISX0208 characters.
29# 1: NEC special characters. 28# 1: NEC special characters.
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk
index 94e27d00651..0c9f94d0f48 100644
--- a/admin/charsets/eucjp-ms.awk
+++ b/admin/charsets/eucjp-ms.awk
@@ -21,7 +21,7 @@
21# Commentary: 21# Commentary:
22 22
23# eucJP-ms is one of eucJP-open encoding defined at this page: 23# eucJP-ms is one of eucJP-open encoding defined at this page:
24# http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html 24# https://web.archive.org/web/20120207064433/http://home.m05.itscom.net/numa/cde/ucs-conv/appendix.html
25# This program reads the mapping file EUC-JP-MS (of glibc) and 25# This program reads the mapping file EUC-JP-MS (of glibc) and
26# generates the Elisp file eucjp-ms.el that defines two translation 26# generates the Elisp file eucjp-ms.el that defines two translation
27# tables 'eucjp-ms-decode' and 'eucjp-ms-encode'. 27# tables 'eucjp-ms-decode' and 'eucjp-ms-encode'.
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index 8e19972f3df..2af715a7763 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -51,17 +51,18 @@ case "$3" in
51 SOURCE="";; 51 SOURCE="";;
52 CZYBORRA) 52 CZYBORRA)
53 BASE="$BASE.gz"; 53 BASE="$BASE.gz";
54 SOURCE="http://czyborra.com/charsets/${BASE}";; 54 SOURCE="https://czyborra.com/charsets/${BASE}";;
55 IANA) 55 IANA)
56 SOURCE="http://www.iana.org/assignments/charset-reg/${BASE}";; 56 SOURCE="https://www.iana.org/assignments/charset-reg/${BASE}";;
57 UNICODE) 57 UNICODE)
58 SOURCE="http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/${BASE}";; 58 SOURCE="https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/${BASE}";;
59 UNICODE2) 59 UNICODE2)
60 SOURCE="http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/${BASE}";; 60 SOURCE="https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/${BASE}";;
61 YASUOKA) 61 YASUOKA)
62 BASE="$BASE.Z"; 62 BASE="$BASE.Z";
63 SOURCE="http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/${BASE}";; 63 SOURCE="http://kanji.zinbun.kyoto-u.ac.jp/~yasuoka/ftp/CJKtable/${BASE}";;
64 KANJI-DATABASE) 64 KANJI-DATABASE)
65 # FIXME: This URL no longer works.
65 SOURCE="http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4";; 66 SOURCE="http://kanji-database.cvs.sourceforge.net/viewvc/*checkout*/kanji-database/kanji-database/data/cns2ucsdkw.txt?revision=1.4";;
66 *) 67 *)
67 printf 'Unknown file type: %s\n' "$3" 68 printf 'Unknown file type: %s\n' "$3"
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README
index 7e4493bdc65..4cc615bf89f 100644
--- a/admin/charsets/mapfiles/README
+++ b/admin/charsets/mapfiles/README
@@ -15,7 +15,7 @@ files based on freely available information.
15* CP932.TXT 15* CP932.TXT
16 16
17Available at: 17Available at:
18 <http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT> 18 <https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT>
19 19
20* PTCP154 20* PTCP154
21 21
@@ -42,8 +42,8 @@ Available at:
42* stdenc.txt and symbol.txt 42* stdenc.txt and symbol.txt
43 43
44Available at: 44Available at:
45 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt> 45 <https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/stdenc.txt>
46 <http://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt> 46 <https://www.unicode.org/Public/MAPPINGS/VENDORS/ADOBE/symbol.txt>
47 47
48(2) Newly created files 48(2) Newly created files
49 49
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy
index ff048d82e9a..f5aca81d047 100644
--- a/admin/grammars/js.wy
+++ b/admin/grammars/js.wy
@@ -25,7 +25,7 @@
25;; The grammar itself is transcribed from the ECMAScript Language 25;; The grammar itself is transcribed from the ECMAScript Language
26;; Specification published at 26;; Specification published at
27;; 27;;
28;; http://www.ecma-international.org/publications/standards/Ecma-262.htm 28;; https://www.ecma-international.org/publications/standards/Ecma-262.htm
29;; 29;;
30;; and redistributed under the following license: 30;; and redistributed under the following license:
31 31
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index b890b891666..ac54f8de029 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -76,7 +76,7 @@ cc everyone on replies.)
76 76
77(Many people think the submitter SHOULD be automatically subscribed 77(Many people think the submitter SHOULD be automatically subscribed
78to subsequent discussion, but this does not seem to be implemented. 78to subsequent discussion, but this does not seem to be implemented.
79See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 79See https://bugs.debian.org/37078
80See also https://debbugs.gnu.org/5439 ) 80See also https://debbugs.gnu.org/5439 )
81 81
82Do NOT send a separate copy to the bug list address, since this may 82Do NOT send a separate copy to the bug list address, since this may
@@ -155,7 +155,7 @@ Package: emacs
155Version: 23.0.60 155Version: 23.0.60
156Severity: minor 156Severity: minor
157 157
158Remember to fix FOO, as discussed on emacs-devel at http://... . 158Remember to fix FOO, as discussed on emacs-devel at https://... .
159 159
160** Not interested in tracker control messages (tags being set, etc)? 160** Not interested in tracker control messages (tags being set, etc)?
161Discard mails matching: 161Discard mails matching:
@@ -280,7 +280,7 @@ tag:tag # all bugs with given tag
280 280
281*** Usertags 281*** Usertags
282 282
283See <http://wiki.debian.org/bugs.debian.org/usertags> 283See <https://wiki.debian.org/bugs.debian.org/usertags>
284 284
285"Usertags" are very similar to tags: a set of labels that can be added 285"Usertags" are very similar to tags: a set of labels that can be added
286to a bug. There are two differences between normal tags and user tags: 286to a bug. There are two differences between normal tags and user tags:
@@ -385,7 +385,7 @@ will be assigned proper numbers).
385NB you cannot clone a merged bug. You'd think that trying to do so 385NB you cannot clone a merged bug. You'd think that trying to do so
386would just give you an unmerged copy of the specified bug number, but no: 386would just give you an unmerged copy of the specified bug number, but no:
387 387
388http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474742 388https://bugs.debian.org/474742
389 389
390You must unmerge, clone, then re-merge. 390You must unmerge, clone, then re-merge.
391 391
diff --git a/admin/notes/copyright b/admin/notes/copyright
index e22db6bc557..5a0cf4d8d1f 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -193,14 +193,14 @@ lib-src/etags.c
193 After some investigation in Feb 2007, then to the best of our 193 After some investigation in Feb 2007, then to the best of our
194 knowledge we believe that the original 1984 Emacs version was based 194 knowledge we believe that the original 1984 Emacs version was based
195 on the version in BSD4.2. See for example this 1985 post from Ken Arnold: 195 on the version in BSD4.2. See for example this 1985 post from Ken Arnold:
196 <http://groups.google.com/group/mod.sources/browse_thread/thread/ffe5c55845a640a9> 196 <https://groups.google.com/group/mod.sources/browse_thread/thread/ffe5c55845a640a9>
197 I have received enough requests for the current source to ctags 197 I have received enough requests for the current source to ctags
198 to post it. Here is the latest version (what will go out with 198 to post it. Here is the latest version (what will go out with
199 4.3, modulo any bugs fixed during the beta period). It is the 199 4.3, modulo any bugs fixed during the beta period). It is the
200 4.2 ctags with recognition of yacc and lex tags added. 200 4.2 ctags with recognition of yacc and lex tags added.
201 201
202 See also a 1984 version of ctags (no copyright) posted to net.sources: 202 See also a 1984 version of ctags (no copyright) posted to net.sources:
203 <http://groups.google.com/group/net.sources/msg/a21b6c21be12a98d> 203 <https://groups.google.com/group/net.sources/msg/a21b6c21be12a98d>
204 Version of etags.c in emacs-16.56 duplicates comment typos. 204 Version of etags.c in emacs-16.56 duplicates comment typos.
205 205
206 Accordingly, in Feb 2007 we added a 1984 copyright for the 206 Accordingly, in Feb 2007 we added a 1984 copyright for the
@@ -350,9 +350,7 @@ added or not, rms says (2007-02-25, "oldXmenu issues"):
350insque.c had no copyright notice until 2005. The version of insque.c 350insque.c had no copyright notice until 2005. The version of insque.c
351added to Emacs 1992-01-27 is essentially the same as insremque.c added 351added to Emacs 1992-01-27 is essentially the same as insremque.c added
352to glic three days later by Roland McGrath, with an FSF copyright and 352to glic three days later by Roland McGrath, with an FSF copyright and
353GPL, but no ChangeLog entry: 353GPL, but no ChangeLog entry.
354<http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/insremque.c?\
355rev=1.1&cvsroot=glibc>
356To the best of his recollection, McGrath (who has a copyright 354To the best of his recollection, McGrath (who has a copyright
357assignment) was the author of this file (email from roland at frob.com 355assignment) was the author of this file (email from roland at frob.com
358to rms, 2007-02-23, "Where did insque.c come from?"). The FSF 356to rms, 2007-02-23, "Where did insque.c come from?"). The FSF
diff --git a/admin/notes/emba b/admin/notes/emba
index cb0dbc48095..40fc88b88ae 100644
--- a/admin/notes/emba
+++ b/admin/notes/emba
@@ -19,9 +19,6 @@ when a job fails. It sends notifications about test status to
19If you want to receive these notifications, please subscribe at 19If you want to receive these notifications, please subscribe at
20<https://lists.gnu.org/mailman/listinfo/emacs-buildstatus>. 20<https://lists.gnu.org/mailman/listinfo/emacs-buildstatus>.
21 21
22Alternatively, these notifications can be read via gmane at
23<nntp+news.gmane.org:gmane.emacs.buildstatus>.
24
25The messages contain a URL to the log file of the failed job, like 22The messages contain a URL to the log file of the failed job, like
26<https://emba.gnu.org/emacs/emacs/-/jobs/739/raw>. 23<https://emba.gnu.org/emacs/emacs/-/jobs/739/raw>.
27 24
diff --git a/admin/notes/nextstep b/admin/notes/nextstep
index a2e5ce2c9b0..b053294880b 100644
--- a/admin/notes/nextstep
+++ b/admin/notes/nextstep
@@ -65,9 +65,6 @@ functions are:
65Currently ctrl-g is not detected in as many circumstances as other emacsen. 65Currently ctrl-g is not detected in as many circumstances as other emacsen.
66It is not certain whether this is due to the means of event loop integration, 66It is not certain whether this is due to the means of event loop integration,
67or errors of omission in the NS code. This is an area for improvement. 67or errors of omission in the NS code. This is an area for improvement.
68Also, see the article here and its containing thread:
69
70http://article.gmane.org/gmane.emacs.devel/92021/match=handling%5fsignal
71 68
72 69
73 70
diff --git a/admin/notes/spelling b/admin/notes/spelling
index a63d4bba849..b783227a37a 100644
--- a/admin/notes/spelling
+++ b/admin/notes/spelling
@@ -8,4 +8,4 @@ Re "behavior" vs "behaviour", etc.
8- It's probably (IMHO --ttn, 2017-10-13) not a high priority to 8- It's probably (IMHO --ttn, 2017-10-13) not a high priority to
9 change existing text; use your best judgement (ask if unsure). 9 change existing text; use your best judgement (ask if unsure).
10 10
11- http://lists.gnu.org/archive/html/emacs-devel/2005-06/msg00489.html 11- https://lists.gnu.org/r/emacs-devel/2005-06/msg00489.html