branch: main commit 12a50dd9776ad0dd601f72eb0266479508222123 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.0.1 * GNU AUCTeX Version 13.0.1 released. --- auctex.el | 2 +- auctex.info | 4 ++-- preview-latex.info | 4 ++-- tex-site.el | 64 +++++++++++++++++++++++++++--------------------------- 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/auctex.el b/auctex.el index 569ceaef..a0aafc34 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014-2020 Free Software Foundation, Inc. -;; Version: 13.0.0 +;; Version: 13.0.1 ;; URL: https://www.gnu.org/software/auctex/ ;; Maintainer: auctex-devel@gnu.org ;; Notifications-To: auctex-di...@gnu.org diff --git a/auctex.info b/auctex.info index d4407f1b..96b2defd 100644 --- a/auctex.info +++ b/auctex.info @@ -1,6 +1,6 @@ This is auctex.info, produced by makeinfo version 6.7 from auctex.texi. -This manual is for AUCTeX (version 13.0.0 from 2020-12-24), a +This manual is for AUCTeX (version 13.0.1 from 2020-12-29), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software @@ -5870,7 +5870,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.0.0 from 2020-12-24), a + This manual is for AUCTeX (version 13.0.1 from 2020-12-29), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software diff --git a/preview-latex.info b/preview-latex.info index 6628c229..e4edd06d 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.7 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.0.0 from 2020-12-24). +(version 13.0.1 from 2020-12-29). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free Software Foundation, Inc. @@ -1910,7 +1910,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.0.0 from 2020-12-24). +(version 13.0.1 from 2020-12-29). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index 7c526a6c..42adc6e9 100644 --- a/tex-site.el +++ b/tex-site.el @@ -39,8 +39,8 @@ ;;; Code: (when (or (< emacs-major-version 24) - (and (= emacs-major-version 24) - (< emacs-minor-version 3))) + (and (= emacs-major-version 24) + (< emacs-minor-version 3))) (error "AUCTeX requires Emacs 24.3 or later")) (unless (or (fboundp 'TeX-modes-set) ;Avoid inf-looping. @@ -94,25 +94,25 @@ shared by all users of a site." (defalias 'TeX-load-hack 'ignore) (add-hook 'tex-site-unload-hook - (lambda () - (if (fboundp 'advice-add) - (TeX-modes-set 'TeX-modes nil) - (let ((list after-load-alist)) - (while list - ;; Adapted copy of the definition of `assq-delete-all' - ;; from Emacs 21 as substitute for - ;; `(assq-delete-all'TeX-modes-set (car list))' which - ;; fails on non-list elements in Emacs 21. - (let* ((alist (car list)) - (tail alist) - (key 'TeX-modes-set)) - (while tail - (if (and (consp (car tail)) - (eq (car (car tail)) key)) - (setq alist (delq (car tail) alist))) - (setq tail (cdr tail)))) - (setq list (cdr list))))) - (setq load-path (delq TeX-lisp-directory load-path)))) + (lambda () + (if (fboundp 'advice-add) + (TeX-modes-set 'TeX-modes nil) + (let ((list after-load-alist)) + (while list + ;; Adapted copy of the definition of `assq-delete-all' + ;; from Emacs 21 as substitute for + ;; `(assq-delete-all'TeX-modes-set (car list))' which + ;; fails on non-list elements in Emacs 21. + (let* ((alist (car list)) + (tail alist) + (key 'TeX-modes-set)) + (while tail + (if (and (consp (car tail)) + (eq (car (car tail)) key)) + (setq alist (delq (car tail) alist))) + (setq tail (cdr tail)))) + (setq list (cdr list))))) + (setq load-path (delq TeX-lisp-directory load-path)))) (defun TeX-modes-set (var value &optional update) "Set VAR (which should be `TeX-modes') to VALUE. @@ -146,23 +146,23 @@ definition." This variable can't be set normally; use customize for that, or set it with `TeX-modes-set'." :type (cons 'set - (mapcar (lambda(x) (list 'const (car x))) TeX-mode-alist)) + (mapcar (lambda(x) (list 'const (car x))) TeX-mode-alist)) :set #'TeX-modes-set :group 'AUCTeX :initialize(lambda (var value) - (custom-initialize-reset var value) - (unless (fboundp 'advice-add) - (let ((list TeX-mode-alist)) - (while list - (eval-after-load (cdar list) - `(TeX-modes-set ',var ,var t)) - (setq list (cdr list)))))) ) - -(defconst AUCTeX-version "13.0.0" + (custom-initialize-reset var value) + (unless (fboundp 'advice-add) + (let ((list TeX-mode-alist)) + (while list + (eval-after-load (cdar list) + `(TeX-modes-set ',var ,var t)) + (setq list (cdr list)))))) ) + +(defconst AUCTeX-version "13.0.1" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2020-12-24" +(defconst AUCTeX-date "2020-12-29" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer