auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 48325a7 20/48: Update URLs furthe


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 48325a7 20/48: Update URLs further
Date: Sun, 16 Sep 2018 01:47:23 -0400 (EDT)

branch: externals/auctex
commit 48325a7ef9ff4337dad7fa542e0991efab1e6928
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Update URLs further
    
    * COPYING:
    * Makefile.in:
    * RELEASE:
    * bib-cite.el:
    * build-aux/gitlog-to-auctexlog:
    * latex/README:
    * latex/preview.dtx:
    * preview.el.in:
    * style/foils.el:
    * style/hyperref.el:
    * style/ifluatex.el:
    * style/luatextra.el:
    * style/mathtools.el:
    * style/pstricks.el:
    * tests/Makefile:
    * tex-buf.el:
    * tex.el: Update URLs.  Use https: rather than http: or ftp: where
    possible.
    * build-aux/gitlog-to-changelog: Update URLs.
    Use `before-save-hook' instead of obsolete `write-file-hooks' in
    Local Variables section.
---
 COPYING                       |  6 +++---
 Makefile.in                   | 12 ++++++------
 RELEASE                       |  8 ++++----
 bib-cite.el                   | 12 ++++++------
 build-aux/gitlog-to-auctexlog |  2 +-
 build-aux/gitlog-to-changelog |  6 +++---
 latex/README                  |  6 +++---
 latex/preview.dtx             |  2 +-
 preview.el.in                 |  2 +-
 style/foils.el                |  2 +-
 style/hyperref.el             |  6 +++---
 style/ifluatex.el             |  2 +-
 style/luatextra.el            |  2 +-
 style/mathtools.el            |  2 +-
 style/pstricks.el             |  2 +-
 tests/Makefile                |  2 +-
 tex-buf.el                    |  2 +-
 tex.el                        |  8 ++++----
 18 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/COPYING b/COPYING
index 94a9ed0..335f658 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an 
"about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/Makefile.in b/Makefile.in
index 5a61a37..2ec7882 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -619,12 +619,12 @@ windows-package: check-tag
        test -d $(WBUILDDIR) || mkdir $(WBUILDDIR)
        test -f $(WBUILDDIR)/$(WEMACSPACKAGE) \
        || { cd $(WBUILDDIR) \
-       && wget http://ftp.gnu.org/gnu/emacs/windows/$(WEMACSPACKAGE); }
+       && wget https://ftp.gnu.org/gnu/emacs/windows/$(WEMACSPACKAGE); }
        test -f $(WBUILDDIR)/auctex-$(TAG).zip \
        || { test -f $(FTPDIR)/auctex-$(TAG).zip \
          && $(CP) $(FTPDIR)/auctex-$(TAG).zip $(WBUILDDIR); } \
        || { cd $(WBUILDDIR) \
-         && wget http://ftp.gnu.org/gnu/auctex/auctex-$(TAG).zip; }
+         && wget https://ftp.gnu.org/gnu/auctex/auctex-$(TAG).zip; }
 # Reset to clean state
        cd $(WBUILDDIR) \
        && rm -rf emacs-$(WEMACSVER) \
@@ -685,14 +685,14 @@ www-doc: check-tag
        mkdir -p $(WWWDIR)/manual
        $(CP) auctex-$(TAG)/doc/*.texi $(WWWDIR)/manual
        cd $(WWWDIR)/manual \
-       && wget -O gendocs.sh 
'http://cvs.savannah.gnu.org/viewvc/%2acheckout%2a/texinfo/texinfo/util/gendocs.sh'
 \
-       && wget -O gendocs.sh.patch 
'http://git.savannah.gnu.org/gitweb/?p=auctex.git;a=blob_plain;f=gendocs.sh.patch;hb=gendocspatch'
 \
+       && wget -O gendocs.sh 
'https://cvs.savannah.gnu.org/viewvc/%2acheckout%2a/texinfo/texinfo/util/gendocs.sh'
 \
+       && wget -O gendocs.sh.patch 
'https://git.savannah.gnu.org/gitweb/?p=auctex.git;a=blob_plain;f=gendocs.sh.patch;hb=gendocspatch'
 \
        && patch <gendocs.sh.patch \
        && chmod u+x gendocs.sh \
-       && wget -O gendocs_template 
'http://cvs.savannah.gnu.org/viewvc/%2acheckout%2a/texinfo/texinfo/util/gendocs_template'
 \
+       && wget -O gendocs_template 
'https://cvs.savannah.gnu.org/viewvc/%2acheckout%2a/texinfo/texinfo/util/gendocs_template'
 \
        && sed -i -e 's/html_node\/index\.html/%%PACKAGE%%\/index.html/' 
gendocs_template \
        && mkdir .texinfo \
-       && echo -e "emacs split 
http://www.gnu.org/software/emacs/manual/html_node/emacs/
emacs mono http://www.gnu.org/software/emacs/manual/html_mono/emacs.html
reftex split http://www.gnu.org/software/auctex/manual/reftex/
reftex mono http://www.gnu.org/software/auctex/manual/reftex.html
" > .texinfo/htmlxref.cnf \
+       && echo -e "emacs split 
https://www.gnu.org/software/emacs/manual/html_node/emacs/
emacs mono https://www.gnu.org/software/emacs/manual/html_mono/emacs.html
reftex split https://www.gnu.org/software/auctex/manual/reftex/
reftex mono https://www.gnu.org/software/auctex/manual/reftex.html
" > .texinfo/htmlxref.cnf \
        && ./gendocs.sh --email address@hidden --texi2html \
          --html --use-nodes auctex "AUCTeX Manual" \
        && ./gendocs.sh --email address@hidden --texi2html \
diff --git a/RELEASE b/RELEASE
index 7d540e4..c64bf1f 100644
--- a/RELEASE
+++ b/RELEASE
@@ -48,7 +48,7 @@ Availability
 The easiest way for getting AUCTeX is installing it with GNU ELPA, see
 <URL:https://elpa.gnu.org/packages/auctex.html> for more information.
 Other download options are available at
-<URL:ftp://ftp.gnu.org/gnu/auctex/>.  At release time, we provide the
+<URL:https://ftp.gnu.org/gnu/auctex/>.  At release time, we provide the
 source tarball.  You can also use versions of Emacs that already
 include AUCTeX or a software package management system for your
 operating system which provides you with the latest release.
@@ -59,7 +59,7 @@ The download area is mirrored to the directory support/auctex 
on CTAN.
 AUCTeX is licensed under the GNU General Public License version 3.
 
 You'll find more information at the web site of AUCTeX
-<URL:http://www.gnu.org/software/auctex/>, including its mailing list
+<URL:https://www.gnu.org/software/auctex/>, including its mailing list
 addresses.
 
 Future development and additional information
@@ -95,7 +95,7 @@ we forgot somebody.)
 
 Footnotes:
 
-[1]  <URL:ftp://ftp.dante.de/tex-archive/macros/latex/contrib/preview/>
+[1]  <URL:https://www.ctan.org/pkg/preview>
 
 [2]  dvipng is available via its project page
-<URL:http://savannah.nongnu.org/projects/dvipng> and from CTAN.
+<URL:https://savannah.nongnu.org/projects/dvipng> and from CTAN.
diff --git a/bib-cite.el b/bib-cite.el
index 5cb8a1d..2a7e74c 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -37,9 +37,9 @@
 ;; associated with



reply via email to

[Prev in Thread] Current Thread [Next in Thread]