auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex c569c7d486: Release GNU AUCTeX 13.1.5


From: Tassilo Horn
Subject: [elpa] externals/auctex c569c7d486: Release GNU AUCTeX 13.1.5
Date: Thu, 20 Oct 2022 14:54:39 -0400 (EDT)

branch: externals/auctex
commit c569c7d486624ac7a5bb924ca92c41e80a58091f
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Release GNU AUCTeX 13.1.5
    
    * GNU AUCTeX Version 13.1.5 released.
---
 auctex.el          |  2 +-
 auctex.info        |  4 ++--
 preview-latex.info |  4 ++--
 tex-site.el        | 11 ++++++++---
 4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/auctex.el b/auctex.el
index 5067831d55..fef62e4886 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
-;; Version: 13.1.4
+;; Version: 13.1.5
 ;; 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 af911d2682..878bf20772 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.4 from 2022-08-26), a
+This manual is for AUCTeX (version 13.1.5 from 2022-10-20), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software
@@ -6143,7 +6143,7 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 13.1.4 from 2022-08-26), a
+   This manual is for AUCTeX (version 13.1.5 from 2022-10-20), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software
diff --git a/preview-latex.info b/preview-latex.info
index 452fd99fff..90864ea020 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.4 from 2022-08-26).
+(version 13.1.5 from 2022-10-20).
 
    Copyright (C) 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 13.1.4 from 2022-08-26).
+(version 13.1.5 from 2022-10-20).
 
    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 41dd4aa704..7f887f5d9e 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -107,7 +107,12 @@ functions into the respective function cell of the mode."
       (setq elt (car (pop list)))
       (let ((dst (intern (concat "TeX-" (symbol-name elt)))))
         (if (memq elt value)
-            (advice-add elt :override dst)
+            (advice-add elt :override dst
+                        ;; COMPATIBILITY for Emacs 28.[12]
+                        ;; Give it higher precedence than the :around
+                        ;; advice given to `tex-mode' in tex-mode.el.
+                        ;; 
<URL:https://lists.gnu.org/r/auctex-devel/2022-09/msg00050.html>
+                        '((depth . -10)))
           (advice-remove elt dst))))))
 
 (defcustom TeX-modes
@@ -121,11 +126,11 @@ set it with `TeX-modes-set'."
   :set #'TeX-modes-set
   :initialize #'custom-initialize-reset)
 
-(defconst AUCTeX-version "13.1.4"
+(defconst AUCTeX-version "13.1.5"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2022-08-26"
+(defconst AUCTeX-date "2022-10-20"
   "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
 
 ;; Store bibitems when saving a BibTeX buffer




reply via email to

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