branch: main commit 83403e9f98924a07f0d4f27032ea024a28dfc86f Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.0.6 * GNU AUCTeX Version 13.0.6 released. --- auctex.el | 2 +- auctex.info | 212 +++++++++++++++++++++++++++-------------------------- preview-latex.info | 80 ++++++++++---------- tex-site.el | 4 +- 4 files changed, 151 insertions(+), 147 deletions(-) diff --git a/auctex.el b/auctex.el index 13cc562a..2e5c1ebc 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014-2021 Free Software Foundation, Inc. -;; Version: 13.0.5 +;; Version: 13.0.6 ;; 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 9c72d0be..01fff583 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.5.2021-03-25 from 2021-03-25), a +This manual is for AUCTeX (version 13.0.6 from 2021-04-02), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software @@ -5946,8 +5946,8 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.0.5.2021-03-25 from -2021-03-25), a sophisticated TeX environment for Emacs. + This manual is for AUCTeX (version 13.0.6 from 2021-04-02), a +sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software Foundation, Inc. @@ -6456,13 +6456,17 @@ A.2 Changes and New Features News in 13.0 ------------ + * Two functions 'TeX-split-string' and 'TeX-assoc' are now obsolete + and will be removed in future release. If your personal code uses + these functions, use 'split-string' and 'assoc-string' instead. + * Since AUCTeX 12.2, 'C-x C-w' accidentally disabled the parse on save in that buffer, even when you enabled 'TeX-auto-save' option. This bug was fixed. * AUCTeX now requires GNU Emacs 24.3 or higher. - * Old implementations for viewers were discarded, as stated long + * Old implementations for viewers were discarded, as announced long before. The variables 'TeX-output-view-style' and 'TeX-view-style' have no effect now. The former placeholders '%v' and '%vv' in 'TeX-command-list' are ignored. @@ -8834,7 +8838,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 10) -* auctex.el <1>: Changes. (line 734) +* auctex.el <1>: Changes. (line 738) * auto directories.: Automatic. (line 6) * Auto-Reveal: Folding. (line 6) * Automatic: Automatic. (line 6) @@ -9138,7 +9142,7 @@ Concept Index (line 257) * tex-site.el: Loading the package. (line 10) * tex-site.el <1>: Customizing. (line 6) -* tex-site.el <2>: Changes. (line 734) +* tex-site.el <2>: Changes. (line 738) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9159,104 +9163,104 @@ Concept Index Tag Table: -Node: Top928 -Node: Copying7342 -Node: Introduction9287 -Node: Summary9557 -Node: Installation12290 -Node: Prerequisites14261 -Node: Configure16503 -Node: Build/install and uninstall21129 -Node: Loading the package21882 -Node: Advice for package providers23558 -Node: Advice for non-privileged users26363 -Node: Installation under MS Windows31711 -Node: Customizing45449 -Node: Quick Start47032 -Ref: Quick Start-Footnote-149162 -Node: Editing Facilities49256 -Node: Processing Facilities54061 -Node: Editing58762 -Node: Quotes60092 -Node: Font Specifiers68345 -Node: Sectioning70412 -Node: Environments74838 -Node: Equations79992 -Node: Floats80584 -Node: Itemize-like82588 -Node: Tabular-like83309 -Node: Customizing Environments85082 -Node: Mathematics85322 -Node: Completion88608 -Node: Marking95630 -Node: Marking (LaTeX)96254 -Node: Marking (Texinfo)97196 -Node: Commenting98806 -Node: Indenting100131 -Node: Filling106167 -Node: Display112039 -Node: Font Locking114534 -Node: Fontification of macros116609 -Node: Fontification of quotes126128 -Node: Fontification of math127623 -Node: Verbatim content131291 -Node: Faces132065 -Node: Known problems132554 -Node: Folding133551 -Node: Outline144375 -Node: Narrowing145647 -Node: Prettifying146717 -Node: Processing147954 -Node: Commands149117 -Node: Starting a Command149673 -Node: Selecting a Command154576 -Node: Processor Options163660 -Node: Viewing174007 -Node: Starting Viewers174381 -Node: I/O Correlation180025 -Node: Debugging185223 -Node: Ignoring warnings187842 -Node: Error overview189902 -Node: Checking191810 -Node: Control193403 -Node: Cleaning195506 -Node: Documentation196799 -Node: Customization197514 -Node: Modes and Hooks198007 -Node: Multifile199827 -Node: Parsing Files204639 -Node: Internationalization209551 -Node: European210864 -Node: Japanese217674 -Node: Automatic222745 -Node: Automatic Global225236 -Node: Automatic Private226368 -Node: Automatic Local227681 -Node: Style Files228713 -Node: Simple Style229506 -Node: Adding Macros233159 -Node: Adding Environments242494 -Node: Adding Other247155 -Node: Hacking the Parser247742 -Node: Appendices251611 -Node: Copying this Manual251907 -Node: GNU Free Documentation License252801 -Node: Changes277922 -Node: Development327795 -Node: Mid-term Goals328441 -Node: Wishlist330298 -Node: Bugs335739 -Node: FAQ336842 -Node: Texinfo mode341971 -Node: Exploiting343107 -Node: Superseding343927 -Node: Mapping348131 -Node: Unbinding349960 -Node: Indices350781 -Node: Key Index350944 -Node: Function Index357560 -Node: Variable Index368443 -Node: Concept Index391648 +Node: Top917 +Node: Copying7331 +Node: Introduction9276 +Node: Summary9546 +Node: Installation12279 +Node: Prerequisites14250 +Node: Configure16492 +Node: Build/install and uninstall21118 +Node: Loading the package21871 +Node: Advice for package providers23547 +Node: Advice for non-privileged users26352 +Node: Installation under MS Windows31700 +Node: Customizing45438 +Node: Quick Start47021 +Ref: Quick Start-Footnote-149151 +Node: Editing Facilities49245 +Node: Processing Facilities54050 +Node: Editing58751 +Node: Quotes60081 +Node: Font Specifiers68334 +Node: Sectioning70401 +Node: Environments74827 +Node: Equations79981 +Node: Floats80573 +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 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 99e58b8e..e6c6aa36 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.5.2021-03-25 from 2021-03-25). +(version 13.0.6 from 2021-04-02). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1678,7 +1678,7 @@ MacOS Carbon, and preview-latex is working with them, too. With Windows, both native Emacs and Cygwin Emacs should work. However, it is known that MiKTeX (https://miktex.org/) sometimes doesn't -work with preview-latex. In that case, use TeXlive +work with preview-latex. In that case, use TeX Live (https://tug.org/texlive/) instead. @@ -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.5.2021-03-25 from 2021-03-25). +(version 13.0.6 from 2021-04-02). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -2531,43 +2531,43 @@ Index Tag Table: -Node: Top970 -Node: Copying2242 -Node: Introduction2696 -Node: What use is it?3370 -Node: Activating preview-latex4759 -Node: Getting started5512 -Node: Basic modes of operation7459 -Node: More documentation8662 -Node: Availability9550 -Node: Contacts10159 -Node: Installation11432 -Node: Keys and lisp11633 -Node: Simple customization18709 -Node: Known problems24371 -Node: Font problems with Dvips25197 -Node: Too small bounding boxes26371 -Node: x-symbol interoperation27767 -Node: Middle-clicks paste instead of toggling29150 -Node: No images are displayed with gs 9.27 and earlier29835 -Node: For advanced users32477 -Node: The LaTeX style file32936 -Node: Package options35498 -Node: Provided commands46402 -Node: The Emacs interface53747 -Node: The preview images62458 -Node: Misplaced previews66215 -Node: ToDo69669 -Node: Frequently Asked Questions74440 -Node: Introduction to FAQ74763 -Node: Requirements75102 -Node: Installation Trouble77067 -Node: Customization79330 -Node: Troubleshooting82422 -Node: Other formats84940 -Node: Copying this Manual86255 -Node: GNU Free Documentation License87212 -Node: Index112336 +Node: Top959 +Node: Copying2231 +Node: Introduction2685 +Node: What use is it?3359 +Node: Activating preview-latex4748 +Node: Getting started5501 +Node: Basic modes of operation7448 +Node: More documentation8651 +Node: Availability9539 +Node: Contacts10148 +Node: Installation11421 +Node: Keys and lisp11622 +Node: Simple customization18698 +Node: Known problems24360 +Node: Font problems with Dvips25186 +Node: Too small bounding boxes26360 +Node: x-symbol interoperation27756 +Node: Middle-clicks paste instead of toggling29139 +Node: No images are displayed with gs 9.27 and earlier29824 +Node: For advanced users32466 +Node: The LaTeX style file32925 +Node: Package options35487 +Node: Provided commands46391 +Node: The Emacs interface53736 +Node: The preview images62447 +Node: Misplaced previews66204 +Node: ToDo69658 +Node: Frequently Asked Questions74429 +Node: Introduction to FAQ74752 +Node: Requirements75091 +Node: Installation Trouble77057 +Node: Customization79320 +Node: Troubleshooting82412 +Node: Other formats84930 +Node: Copying this Manual86245 +Node: GNU Free Documentation License87191 +Node: Index112315 End Tag Table diff --git a/tex-site.el b/tex-site.el index fb9e0676..b44540f3 100644 --- a/tex-site.el +++ b/tex-site.el @@ -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.5.2021-03-25" +(defconst AUCTeX-version "13.0.6" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2021-03-25" +(defconst AUCTeX-date "2021-04-02" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer