[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex 7423267: Some tweaks for the late
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex 7423267: Some tweaks for the latest changes. |
Date: |
Thu, 25 Mar 2021 12:55:50 -0400 (EDT) |
branch: externals/auctex
commit 74232674b193b6bf2f37d9f1ee8c5a9c2d1dcd76
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
Some tweaks for the latest changes.
* .gitignore: Add ELPA-generated and *.orig files.
* README: Adjust copyright years and use https URLs.
* auctex.el: Set lexical-binding and remove cl-lib dependency since
that's already included in the required emacs version 24.3.
---
.gitignore | 5 +++++
README | 14 +++++++-------
auctex.el | 4 ++--
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index 658ce83..f625e65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
#*
*.aux
+*.orig
*.elc
*.log
*.synctex.gz
@@ -49,3 +50,7 @@ auctex-autoloads.el
tests/*/auto/*
*.dynvars
auctex-dynvars
+
+# ELPA-generated files
+/auctex-autoloads.el
+/auctex-pkg.el
diff --git a/README b/README
index fe474cf..c9a8c12 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is the README file for the AUCTeX distribution.
- Copyright (C) 2008, 2017 Free Software Foundation, Inc.
+ Copyright (C) 2008-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without
modification, are permitted in any medium without royalty provided
@@ -48,10 +48,10 @@ new features for your own needs. It is a GNU project and
distributed
under the 'GNU General Public License Version 3'.
The most recent version is always available at
-<http://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/>.
For comprehensive information about how to install AUCTeX read the file
'INSTALL' or 'INSTALL.windows', respectively.
@@ -175,7 +175,7 @@ case, 'dvipng' will be used for converting DVI files and
Ghostscript
(with a 'PNG' device) for converting PDF files. 'dvipng' is much faster
than the combination of Dvips and Ghostscript. You can get downloads,
access to its CVS archive and further information from its project site
-(http://savannah.nongnu.org/projects/dvipng).
+(https://savannah.nongnu.org/projects/dvipng).
5 More documentation
********************
@@ -204,9 +204,9 @@ will display it.
**************
The preview-latex project is now part of AUCTeX and accessible as part
-of the AUCTeX project page (http://savannah.gnu.org/projects/auctex).
+of the AUCTeX project page (https://savannah.gnu.org/projects/auctex).
You can get its files from the AUCTeX download area
-(ftp://ftp.gnu.org/pub/gnu/auctex). As of AUCTeX 11.81, preview-latex
+(https://ftp.gnu.org/pub/gnu/auctex). As of AUCTeX 11.81, preview-latex
should already be integrated into AUCTeX, so no separate download will
be necessary.
@@ -222,7 +222,7 @@ installation fails (but this should be a rare event),
report bugs to
<bug-auctex@gnu.org>.
There is a general discussion list for AUCTeX which also covers
-preview-latex, look at <http://lists.gnu.org/mailman/listinfo/auctex>.
+preview-latex, look at <https://lists.gnu.org/mailman/listinfo/auctex>.
For more information on the mailing list, send a message with just the
word "help" as subject or body to <auctex-request@gnu.org>. For the
developers, there is the <auctex-devel@gnu.org> list; it would probably
diff --git a/auctex.el b/auctex.el
index ea9d858..13cc562 100644
--- a/auctex.el
+++ b/auctex.el
@@ -1,4 +1,4 @@
-;;; auctex.el --- Integrated environment for *TeX*
+;;; auctex.el --- Integrated environment for *TeX* -*- lexical-binding: t; -*-
;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
@@ -6,7 +6,7 @@
;; URL: https://www.gnu.org/software/auctex/
;; Maintainer: auctex-devel@gnu.org
;; Notifications-To: auctex-diffs@gnu.org
-;; Package-Requires: ((emacs "24.3") (cl-lib "1.0"))
+;; Package-Requires: ((emacs "24.3"))
;; Keywords: TeX LaTeX Texinfo ConTeXt docTeX preview-latex
;; This file is part of GNU Emacs.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] [elpa] externals/auctex 7423267: Some tweaks for the latest changes.,
Tassilo Horn <=