[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex b3e1ab1b9f 3/3: Release GNU AUCTeX 14.0.2
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex b3e1ab1b9f 3/3: Release GNU AUCTeX 14.0.2 |
Date: |
Fri, 9 Feb 2024 11:13:05 -0500 (EST) |
branch: externals/auctex
commit b3e1ab1b9f6e5bce95d6b03a60f507fd060def64
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
Release GNU AUCTeX 14.0.2
* GNU AUCTeX Version 14.0.2 released.
---
auctex.el | 2 +-
auctex.info | 4 ++--
preview-latex.info | 4 ++--
tex-site.el | 6 +-----
4 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/auctex.el b/auctex.el
index 2c685d7c0e..cc3084fe1c 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2014-2024 Free Software Foundation, Inc.
-;; Version: 14.0.1
+;; Version: 14.0.2
;; URL: https://www.gnu.org/software/auctex/
;; Maintainer: auctex-devel@gnu.org
;; Notifications-To: auctex-diffs@gnu.org
diff --git a/auctex.info b/auctex.info
index b8ac23fad5..ae94233f28 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.1 from 2024-02-09), a
+This manual is for AUCTeX (version 14.0.2 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.1 from 2024-02-09), a
+ This manual is for AUCTeX (version 14.0.2 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 7d8e52859c..0cbe1cb53e 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.1 from 2024-02-09).
+(version 14.0.2 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.1 from 2024-02-09).
+(version 14.0.2 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 fc31ddf0b0..8aa272b5be 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -161,10 +161,6 @@ Otherwise, restore AUCTeX definition saved in the symbol
property
(defalias mode (if restore
(get mode 'auctex-function-definition))))))
-;; Delete aliases predefined in tex-mode.el so that AUCTeX
-;; autoloads provided below take precedence.
-(TeX--alias-overlapped-modes)
-
;; COMPATIBILITY for Emacs<29, which executes
;; (defalias 'LaTeX-mode #'latex-mode) etc. in tex-mode.el.
(with-eval-after-load 'tex-mode
@@ -172,7 +168,7 @@ Otherwise, restore AUCTeX definition saved in the symbol
property
(if (featurep 'tex-site)
(TeX--alias-overlapped-modes t)))
-(defconst AUCTeX-version "14.0.1"
+(defconst AUCTeX-version "14.0.2"
"AUCTeX version.
If not a regular release, the date of the last change.")