branch: externals/auctex commit a8d989d699645f93dc48a75c21df7218c343a4f8 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 14.0.1 * GNU AUCTeX Version 14.0.1 released. --- auctex.info | 4 ++-- preview-latex.info | 4 ++-- tex-site.el | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auctex.info b/auctex.info index 6b3fccead9..b8ac23fad5 100644 --- a/auctex.info +++ b/auctex.info @@ -1,6 +1,6 @@ This is auctex.info, produced by makeinfo version 7.1 from auctex.texi. -This manual is for AUCTeX (version 14.0.0 from 2024-02-08), a +This manual is for AUCTeX (version 14.0.1 from 2024-02-09), a sophisticated TeX environment for Emacs. Copyright © 1992-1995, 2001, 2002, 2004-2024 Free Software @@ -6247,7 +6247,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 14.0.0 from 2024-02-08), a + This manual is for AUCTeX (version 14.0.1 from 2024-02-09), a sophisticated TeX environment for Emacs. Copyright © 1992-1995, 2001, 2002, 2004-2024 Free Software diff --git a/preview-latex.info b/preview-latex.info index 818b1cbfc8..7d8e52859c 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 7.1 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 14.0.0 from 2024-02-08). +(version 14.0.1 from 2024-02-09). Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1922,7 +1922,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 14.0.0 from 2024-02-08). +(version 14.0.1 from 2024-02-09). Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index 19978369d6..fc31ddf0b0 100644 --- a/tex-site.el +++ b/tex-site.el @@ -172,11 +172,11 @@ Otherwise, restore AUCTeX definition saved in the symbol property (if (featurep 'tex-site) (TeX--alias-overlapped-modes t))) -(defconst AUCTeX-version "14.0.0" +(defconst AUCTeX-version "14.0.1" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2024-02-08" +(defconst AUCTeX-date "2024-02-09" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer