branch: main commit ad4f83be679a8af294a084d19b2b3d5fd646ad20 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.0.7 * GNU AUCTeX Version 13.0.7 released. --- auctex.el | 2 +- auctex.info | 154 ++++++++++++++++++++++++++--------------------------- preview-latex.info | 4 +- tex-site.el | 6 +-- 4 files changed, 83 insertions(+), 83 deletions(-) diff --git a/auctex.el b/auctex.el index 2e5c1ebc..7912f1a6 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014-2021 Free Software Foundation, Inc. -;; Version: 13.0.6 +;; Version: 13.0.7 ;; 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 01fff583..c2929126 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.6 from 2021-04-02), a +This manual is for AUCTeX (version 13.0.7 from 2021-04-17), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software @@ -2097,7 +2097,7 @@ variable 'LaTeX-math-abbrev-prefix'. To enable LaTeX Math mode by default, add the following in your '.emacs' file: - (add-hook 'LaTeX-mode-hook 'LaTeX-math-mode) + (add-hook 'LaTeX-mode-hook #'LaTeX-math-mode) -- User Option: LaTeX-math-abbrev-prefix A string containing the prefix of 'LaTeX-math-mode' commands; This @@ -2569,7 +2569,7 @@ you write it. and Hooks::. As an example, if you want to enable 'auto-fill-mode' in 'LaTeX-mode', put the following into your init file: - (add-hook 'LaTeX-mode-hook 'turn-on-auto-fill) + (add-hook 'LaTeX-mode-hook #'turn-on-auto-fill) You can manually fill explicitely marked regions, paragraphs, environments, complete sections, or the whole buffer. (Note that manual @@ -3221,7 +3221,7 @@ and show macros, environments and comments: font locking is set up for the buffer. The following code should accomplish this: - (add-hook 'find-file-hook 'TeX-fold-buffer t) + (add-hook 'find-file-hook #'TeX-fold-buffer t) The command can be used any time to refresh the whole buffer and fold any new macros and environments which were inserted after the @@ -5869,8 +5869,8 @@ specify this information in a style hook file. "Clear `Tex-auto-multi' before use." (setq TeX-auto-multi nil)) - (add-hook 'TeX-auto-prepare-hook 'TeX-macro-prepare) - (add-hook 'TeX-auto-cleanup-hook 'TeX-macro-cleanup) + (add-hook 'TeX-auto-prepare-hook #'TeX-macro-prepare) + (add-hook 'TeX-auto-cleanup-hook #'TeX-macro-cleanup) (TeX-add-style-hook "macro" @@ -5946,7 +5946,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.0.6 from 2021-04-02), a + This manual is for AUCTeX (version 13.0.7 from 2021-04-17), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software @@ -9191,76 +9191,76 @@ Node: Itemize-like82577 Node: Tabular-like83298 Node: Customizing Environments85071 Node: Mathematics85311 -Node: Completion88597 -Node: Marking95619 -Node: Marking (LaTeX)96243 -Node: Marking (Texinfo)97185 -Node: Commenting98795 -Node: Indenting100120 -Node: Filling106156 -Node: Display112028 -Node: Font Locking114523 -Node: Fontification of macros116598 -Node: Fontification of quotes126117 -Node: Fontification of math127612 -Node: Verbatim content131280 -Node: Faces132054 -Node: Known problems132543 -Node: Folding133540 -Node: Outline144364 -Node: Narrowing145636 -Node: Prettifying146706 -Node: Processing147943 -Node: Commands149106 -Node: Starting a Command149662 -Node: Selecting a Command154565 -Node: Processor Options163649 -Node: Viewing173996 -Node: Starting Viewers174370 -Node: I/O Correlation180014 -Node: Debugging185212 -Node: Ignoring warnings187831 -Node: Error overview189891 -Node: Checking191799 -Node: Control193392 -Node: Cleaning195495 -Node: Documentation196788 -Node: Customization197503 -Node: Modes and Hooks197996 -Node: Multifile199816 -Node: Parsing Files204628 -Node: Internationalization209540 -Node: European210853 -Node: Japanese217663 -Node: Automatic222734 -Node: Automatic Global225225 -Node: Automatic Private226357 -Node: Automatic Local227670 -Node: Style Files228702 -Node: Simple Style229495 -Node: Adding Macros233148 -Node: Adding Environments242483 -Node: Adding Other247144 -Node: Hacking the Parser247731 -Node: Appendices251600 -Node: Copying this Manual251896 -Node: GNU Free Documentation License252779 -Node: Changes277900 -Node: Development327989 -Node: Mid-term Goals328635 -Node: Wishlist330492 -Node: Bugs335933 -Node: FAQ337036 -Node: Texinfo mode342165 -Node: Exploiting343301 -Node: Superseding344121 -Node: Mapping348325 -Node: Unbinding350154 -Node: Indices350975 -Node: Key Index351138 -Node: Function Index357754 -Node: Variable Index368637 -Node: Concept Index391842 +Node: Completion88598 +Node: Marking95620 +Node: Marking (LaTeX)96244 +Node: Marking (Texinfo)97186 +Node: Commenting98796 +Node: Indenting100121 +Node: Filling106157 +Node: Display112030 +Node: Font Locking114525 +Node: Fontification of macros116600 +Node: Fontification of quotes126119 +Node: Fontification of math127614 +Node: Verbatim content131282 +Node: Faces132056 +Node: Known problems132545 +Node: Folding133542 +Node: Outline144367 +Node: Narrowing145639 +Node: Prettifying146709 +Node: Processing147946 +Node: Commands149109 +Node: Starting a Command149665 +Node: Selecting a Command154568 +Node: Processor Options163652 +Node: Viewing173999 +Node: Starting Viewers174373 +Node: I/O Correlation180017 +Node: Debugging185215 +Node: Ignoring warnings187834 +Node: Error overview189894 +Node: Checking191802 +Node: Control193395 +Node: Cleaning195498 +Node: Documentation196791 +Node: Customization197506 +Node: Modes and Hooks197999 +Node: Multifile199819 +Node: Parsing Files204631 +Node: Internationalization209543 +Node: European210856 +Node: Japanese217666 +Node: Automatic222737 +Node: Automatic Global225228 +Node: Automatic Private226360 +Node: Automatic Local227673 +Node: Style Files228705 +Node: Simple Style229498 +Node: Adding Macros233151 +Node: Adding Environments242486 +Node: Adding Other247147 +Node: Hacking the Parser247734 +Node: Appendices251605 +Node: Copying this Manual251901 +Node: GNU Free Documentation License252784 +Node: Changes277905 +Node: Development327994 +Node: Mid-term Goals328640 +Node: Wishlist330497 +Node: Bugs335938 +Node: FAQ337041 +Node: Texinfo mode342170 +Node: Exploiting343306 +Node: Superseding344126 +Node: Mapping348330 +Node: Unbinding350159 +Node: Indices350980 +Node: Key Index351143 +Node: Function Index357759 +Node: Variable Index368642 +Node: Concept Index391847 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index e6c6aa36..22fa16b3 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.6 from 2021-04-02). +(version 13.0.7 from 2021-04-17). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1911,7 +1911,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.6 from 2021-04-02). +(version 13.0.7 from 2021-04-17). 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 b44540f3..622d1496 100644 --- a/tex-site.el +++ b/tex-site.el @@ -105,7 +105,7 @@ shared by all users of a site." ;; fails on non-list elements in Emacs 21. (let* ((alist (car list)) (tail alist) - (key 'TeX-modes-set)) + (key #'TeX-modes-set)) (while tail (if (and (consp (car tail)) (eq (car (car tail)) key)) @@ -157,11 +157,11 @@ set it with `TeX-modes-set'." `(TeX-modes-set ',var ,var t)) (setq list (cdr list)))))) ) -(defconst AUCTeX-version "13.0.6" +(defconst AUCTeX-version "13.0.7" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2021-04-02" +(defconst AUCTeX-date "2021-04-17" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer