auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 48325a7ef9ff4337dad7f


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 48325a7ef9ff4337dad7fa542e0991efab1e6928
Date: Wed, 9 May 2018 02:19:47 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  48325a7ef9ff4337dad7fa542e0991efab1e6928 (commit)
      from  168a4a1605a1b2ed33c3387ab7065b37be29a8c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 48325a7ef9ff4337dad7fa542e0991efab1e6928
Author: Ikumi Keita <address@hidden>
Date:   Wed May 9 15:18:22 2018 +0900

    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.

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/\nemacs mono 
http://www.gnu.org/software/emacs/manual/html_mono/emacs.html\nreftex split 
http://www.gnu.org/software/auctex/manual/reftex/\nreftex mono 
http://www.gnu.org/software/auctex/manual/reftex.html\n"; > 
.texinfo/htmlxref.cnf \
+       && echo -e "emacs split 
https://www.gnu.org/software/emacs/manual/html_node/emacs/\nemacs mono 
https://www.gnu.org/software/emacs/manual/html_mono/emacs.html\nreftex split 
https://www.gnu.org/software/auctex/manual/reftex/\nreftex mono 
https://www.gnu.org/software/auctex/manual/reftex.html\n"; > 
.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 \cite commands, or matching \ref and \label commands.
 
 ;; New versions of this package (if they exist) may be found at:
-;;   http://people.debian.org/~psg/elisp/bib-cite.el
+;;   https://people.debian.org/~psg/elisp/bib-cite.el
 ;; and in AUCTeX's Git archive at
-;;   http://git.savannah.gnu.org/cgit/auctex.git
+;;   https://git.savannah.gnu.org/cgit/auctex.git
 
 ;; Operating Systems:
 ;;  Works in unix, DOS and OS/2.  Developped under Linux.
@@ -47,10 +47,10 @@
 ;; AUCTeX users:
 ;;  AUCTeX is a super-charged LaTeX mode for emacs. Get it at:
 ;;
-;;    ftp://ftp.gnu.org/pub/gnu/auctex/
+;;    https://ftp.gnu.org/pub/gnu/auctex/
 ;;
 ;;  WWW users may want to check out the AUCTeX page at
-;;    http://www.gnu.org/software/auctex/
+;;    https://www.gnu.org/software/auctex/
 ;;
 ;;  bib-cite.el is included in the AUCTeX distribution.  Therefore, if
 ;;  you use AUCTeX and didn't obtained bib-cite.el separately, make sure
@@ -73,7 +73,7 @@
 ;;  Multifile documents are supported by bib-cite by using etags (TAGS files)
 ;;  which contains a bug for MSDOS (at least for emacs 19.27 it does).
 ;;  Get the file
-;;    http://people.debian.org/~psg/elisp/bib-cite.etags-bug-report
+;;    https://people.debian.org/~psg/elisp/bib-cite.etags-bug-report
 ;;  to see what patches to make to etags.c to fix it.
 
 ;; Description:
@@ -219,7 +219,7 @@
 ;; Installation instructions:
 ;; ~~~~~~~~~~~~~~~~~~~~~~~~~
 ;;  bib-cite is a minor-mode, so you could invoke it in a LaTeX-mode hook.
-;;  e.g. If you are using AUCTeX (http://www.gnu.org/software/auctex/), you
+;;  e.g. If you are using AUCTeX (https://www.gnu.org/software/auctex/), you
 ;;  could use:
 ;;
 ;;   (autoload 'turn-on-bib-cite "bib-cite")
diff --git a/build-aux/gitlog-to-auctexlog b/build-aux/gitlog-to-auctexlog
index 1159748..808597d 100755
--- a/build-aux/gitlog-to-auctexlog
+++ b/build-aux/gitlog-to-auctexlog
@@ -18,7 +18,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 LC_ALL=C
 export LC_ALL
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index a0e0a05..bb989fb 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -22,7 +22,7 @@ my $VERSION = '2015-06-11 01:03'; # UTC
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Written by Jim Meyering
 
@@ -33,7 +33,7 @@ use POSIX qw(strftime);
 
 (my $ME = $0) =~ s|.*/||;
 
-# use File::Coda; # http://meyering.net/code/Coda/
+# use File::Coda; # https://meyering.net/code/Coda/
 END {
   defined fileno STDOUT or return;
   close STDOUT and return;
@@ -484,7 +484,7 @@ sub git_dir_option($)
 # Local Variables:
 # mode: perl
 # indent-tabs-mode: nil
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "my $VERSION = '"
 # time-stamp-format: "%:y-%02m-%02d %02H:%02M"
 # time-stamp-time-zone: "UTC"
diff --git a/latex/README b/latex/README
index 0d0e8a8..772f7b6 100644
--- a/latex/README
+++ b/latex/README
@@ -22,13 +22,13 @@ Availability
 
 The preview package is being developed along and distributed with
 AUCTeX.  It can therefore be obtained as part of AUCTeX distribution
-files available at <URL:ftp://ftp.gnu.org/pub/gnu/auctex/> or its
+files available at <URL:https://ftp.gnu.org/pub/gnu/auctex/> or its
 mirror at <CTAN:support/auctex>.  CTAN also provides a standalone
 version at <CTAN:macros/latex/contrib/preview>.  The project page at
-<URL:http://savannah.gnu.org/projects/auctex/> offers downloads and
+<URL:https://savannah.gnu.org/projects/auctex/> offers downloads and
 anonymous CVS access for cutting edge versions.  For more information
 about the preview package please refer to the home page of AUCTeX at
-<URL:http://www.gnu.org/software/auctex/>.
+<URL:https://www.gnu.org/software/auctex/>.
 
 Installation
 ------------
diff --git a/latex/preview.dtx b/latex/preview.dtx
index a0d8b6f..b6f109f 100644
--- a/latex/preview.dtx
+++ b/latex/preview.dtx
@@ -1,6 +1,6 @@
 % \iffalse
 %%    The preview style for extracting previews from LaTeX documents.
-%%    Developed as part of AUCTeX <URL:http://www.gnu.org/software/auctex>.
+%%    Developed as part of AUCTeX <URL:https://www.gnu.org/software/auctex/>.
 %
 %     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
 %                   2010, 2017 Free Software Foundation
diff --git a/preview.el.in b/preview.el.in
index e728de0..113d8f9 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -61,7 +61,7 @@ preview-latex's bug reporting commands will probably not 
work.")))
   :prefix "preview-"
   :link '(custom-manual "(preview-latex)Top")
   :link '(info-link "(preview-latex)The Emacs interface")
-  :link '(url-link :tag "Homepage" "http://www.gnu.org/software/auctex/";))
+  :link '(url-link :tag "Homepage" "https://www.gnu.org/software/auctex/";))
 
 (defgroup preview-gs nil "Preview's Ghostscript renderer."
   :group 'preview
diff --git a/style/foils.el b/style/foils.el
index d450090..299e3af 100644
--- a/style/foils.el
+++ b/style/foils.el
@@ -19,7 +19,7 @@
 ;; for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with AUCTeX.  If not, see <http://www.gnu.org/licenses/>.
+;; along with AUCTeX.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Code:
 
diff --git a/style/hyperref.el b/style/hyperref.el
index 973796a..87ab1d8 100644
--- a/style/hyperref.el
+++ b/style/hyperref.el
@@ -31,7 +31,7 @@
 ;;; Code:
 
 (defvar LaTeX-hyperref-package-options-list
-  '(;; See http://www.tug.org/applications/hyperref/manual.html#x1-40003
+  '(;; See https://www.tug.org/applications/hyperref/manual.html#x1-40003
     ;; General options
     ("draft" ("true" "false"))
     ("final" ("true" "false"))
@@ -153,7 +153,7 @@
     ("nextactionraw"))
   "Key=value options for href macro of the hyperref package.")
 
-;; See http://www.tug.org/applications/hyperref/ftp/doc/manual.html#x1-220006.2
+;; See 
https://www.tug.org/applications/hyperref/ftp/doc/manual.html#x1-220006.2
 
 (defvar LaTeX-hyperref-forms-options
   '(("accesskey")
@@ -262,7 +262,7 @@
     '("MakeButtonField" "Text"))
 
    ;; Form fields must be inside a "Form"-env, one per file is allowed, cf.
-   ;; http://www.tug.org/applications/hyperref/ftp/doc/manual.html#x1-200006
+   ;; https://www.tug.org/applications/hyperref/ftp/doc/manual.html#x1-200006
    ;; It is up to user to insert [<options>] after \begin{Form}
    (LaTeX-add-environments
     '("Form"))
diff --git a/style/ifluatex.el b/style/ifluatex.el
index cddd9fd..923b554 100644
--- a/style/ifluatex.el
+++ b/style/ifluatex.el
@@ -21,7 +21,7 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with AUCTeX; see the file COPYING.  If not, see
-;; <http://www.gnu.org/licenses/>.
+;; <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/style/luatextra.el b/style/luatextra.el
index 6dda102..4286979 100644
--- a/style/luatextra.el
+++ b/style/luatextra.el
@@ -21,7 +21,7 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with AUCTeX; see the file COPYING.  If not, see
-;; <http://www.gnu.org/licenses/>.
+;; <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/style/mathtools.el b/style/mathtools.el
index 025feca..f36a13d 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -32,7 +32,7 @@
 ;;; This package serves as a wrapper for amsmath, adding more features
 ;;; and fixing a few bugs in amsmath.  The mathstyle argument for many
 ;;; of the macros is discussed at
-;;; <http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf>
+;;; <https://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf>
 
 ;;; Code:
 
diff --git a/style/pstricks.el b/style/pstricks.el
index 5b6e828..e14b55b 100644
--- a/style/pstricks.el
+++ b/style/pstricks.el
@@ -48,7 +48,7 @@
 ;;
 ;; 14/06/2007 rewrite of pstricks.el based on Jean-Philippe Georget's
 ;;            pstricks.el version found on <URI:
-;;            http://www.emacswiki.org/cgi-bin/wiki/pstricks.el>
+;;            https://www.emacswiki.org/emacs/pstricks.el>
 
 ;;; TODO:
 ;;
diff --git a/tests/Makefile b/tests/Makefile
index db62b30..2a490bb 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -13,7 +13,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ### Commentary:
 
diff --git a/tex-buf.el b/tex-buf.el
index c6b1372..39b9a0a 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -791,7 +791,7 @@ omitted) and `TeX-region-file'."
          ((and
            ;; Rationale: makeindex should be run when final document is almost
            ;; complete (see
-           ;; 
http://tex.blogoverflow.com/2012/09/dont-forget-to-run-makeindex/),
+           ;; https://tex-talk.net/2012/09/dont-forget-to-run-makeindex/),
            ;; otherwise, after following latex runs, index pages may change due
            ;; to changes in final document, resulting in extra makeindex and
            ;; latex runs.
diff --git a/tex.el b/tex.el
index 03b65ec..cb6496d 100644
--- a/tex.el
+++ b/tex.el
@@ -6249,11 +6249,11 @@ a bug report.  In addition check if the bug is 
reproducable with an
 up-to-date version of AUCTeX.  So please upgrade to the version
 available from ")
        (insert-text-button
-        "http://www.gnu.org/software/auctex/";
+        "https://www.gnu.org/software/auctex/";
         'face 'link
         'help-echo (concat "mouse-2, RET: Follow this link")
         'action (lambda (button)
-                  (browse-url "http://www.gnu.org/software/auctex/";))
+                  (browse-url "https://www.gnu.org/software/auctex/";))
         'follow-link t)
        (insert " if your
 installation is older than the one available from the web site.
@@ -6265,11 +6265,11 @@ in your report.
 Your report will be posted for the auctex package at the GNU bug
 tracker.  Visit ")
        (insert-text-button
-        "http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex";
+        "https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex";
         'face 'link
         'help-echo (concat "mouse-2, RET: Follow this link")
         'action (lambda (button)
-                  (browse-url 
"http://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex";))
+                  (browse-url 
"https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=auctex";))
         'follow-link t)
        (insert "\nto browse existing AUCTeX bugs.
 ------------------------------------------------------------------------\n\n")

-----------------------------------------------------------------------

Summary of changes:
 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(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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