branch: externals/auctex commit b91f15b3a375445985143ed1d6e41490ea62780a Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.1.3 * GNU AUCTeX Version 13.1.3 released. --- auctex.el | 4 ++-- auctex.info | 44 +++++++++++++++++++++++--------------------- preview-latex.info | 6 +++--- tex-site.el | 10 ++++------ 4 files changed, 32 insertions(+), 32 deletions(-) diff --git a/auctex.el b/auctex.el index 62b451b0ca..5e6c00f6d6 100644 --- a/auctex.el +++ b/auctex.el @@ -2,11 +2,11 @@ ;; Copyright (C) 2014-2021 Free Software Foundation, Inc. -;; Version: 13.1.2 +;; Version: 13.1.3 ;; URL: https://www.gnu.org/software/auctex/ ;; Maintainer: auctex-de...@gnu.org ;; Notifications-To: auctex-di...@gnu.org -;; Package-Requires: ((emacs "24.3")) +;; Package-Requires: ((emacs "25.1")) ;; Keywords: TeX LaTeX Texinfo ConTeXt docTeX preview-latex ;; This file is part of GNU Emacs. diff --git a/auctex.info b/auctex.info index 2322c7baf4..b9ac9eefb3 100644 --- a/auctex.info +++ b/auctex.info @@ -1,6 +1,6 @@ This is auctex.info, produced by makeinfo version 6.8 from auctex.texi. -This manual is for AUCTeX (version 13.1.2 from 2022-04-08), a +This manual is for AUCTeX (version 13.1.3 from 2022-04-16), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software @@ -364,7 +364,7 @@ File: auctex.info, Node: Prerequisites, Next: Configure, Up: Installation 1.2.1 Prerequisites ------------------- - * GNU Emacs 24.3 or higher + * GNU Emacs 25.1 or higher Using preview-latex requires a version of Emacs compiled with image support. @@ -6125,7 +6125,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.1.2 from 2022-04-08), a + This manual is for AUCTeX (version 13.1.3 from 2022-04-16), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software @@ -6635,6 +6635,8 @@ A.2 Changes and New Features News since last release ----------------------- + * AUCTeX now requires GNU Emacs 25.1 or higher. + * AUCTeX tracks the change in Emacs where initial inputs in the minibuffer during queries are getting phased out. Queries for the mandatory arguments of macros and environments are adjusted where @@ -8206,7 +8208,7 @@ A.4 Frequently Asked Questions 2. What versions of Emacs are supported? - AUCTeX was tested with GNU Emacs 24.3. Older versions may work but + AUCTeX was tested with GNU Emacs 25.1. Older versions may work but are unsupported. 3. What should I do when './configure' does not find programs like @@ -9196,7 +9198,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 10) -* auctex.el <1>: Changes. (line 839) +* auctex.el <1>: Changes. (line 841) * auto directories.: Automatic. (line 6) * auto-fill-mode: Indenting. (line 29) * Auto-Reveal: Folding. (line 6) @@ -9501,7 +9503,7 @@ Concept Index (line 252) * tex-site.el: Loading the package. (line 10) * tex-site.el <1>: Customizing. (line 6) -* tex-site.el <2>: Changes. (line 839) +* tex-site.el <2>: Changes. (line 841) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9607,21 +9609,21 @@ Node: Appendices259774 Node: Copying this Manual260070 Node: GNU Free Documentation License260953 Node: Changes286073 -Node: Development340873 -Node: Mid-term Goals341519 -Node: Wishlist343487 -Node: Bugs349247 -Node: FAQ350327 -Node: Texinfo mode356047 -Node: Exploiting357181 -Node: Superseding357999 -Node: Mapping362230 -Node: Unbinding364065 -Node: Indices364886 -Node: Key Index365049 -Node: Function Index372578 -Node: Variable Index384556 -Node: Concept Index409697 +Node: Development340925 +Node: Mid-term Goals341571 +Node: Wishlist343539 +Node: Bugs349299 +Node: FAQ350379 +Node: Texinfo mode356099 +Node: Exploiting357233 +Node: Superseding358051 +Node: Mapping362282 +Node: Unbinding364117 +Node: Indices364938 +Node: Key Index365101 +Node: Function Index372630 +Node: Variable Index384608 +Node: Concept Index409749 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 7552634e90..b6aae4782e 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.8 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.1.2 from 2022-04-08). +(version 13.1.3 from 2022-04-16). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1642,7 +1642,7 @@ B.2.1 Which version of Emacs is needed? --------------------------------------- preview-latex nominally requires GNU Emacs with a version of at least -24.3. +25.1. B.2.2 Which versions of Ghostscript and AUCTeX are needed? ---------------------------------------------------------- @@ -1908,7 +1908,7 @@ Appendix C Copying this Manual The copyright notice for this manual is: This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.1.2 from 2022-04-08). +(version 13.1.3 from 2022-04-16). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index 8ecd359c88..07c8d84648 100644 --- a/tex-site.el +++ b/tex-site.el @@ -38,10 +38,8 @@ ;;; Code: -(when (or (< emacs-major-version 24) - (and (= emacs-major-version 24) - (< emacs-minor-version 3))) - (error "AUCTeX requires Emacs 24.3 or later")) +(when (< emacs-major-version 25) + (error "AUCTeX requires Emacs 25.1 or later")) (unless (or (fboundp 'TeX-modes-set) ;Avoid inf-looping. (fboundp 'TeX-tex-mode)) ;auctex-autoloads is not loaded. @@ -123,11 +121,11 @@ set it with `TeX-modes-set'." :set #'TeX-modes-set :initialize #'custom-initialize-reset) -(defconst AUCTeX-version "13.1.2" +(defconst AUCTeX-version "13.1.3" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2022-04-08" +(defconst AUCTeX-date "2022-04-16" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer