branch: main commit 9d47b0a1bdffb8e01a83bf507dac7677ecca92f7 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.2.0 * GNU AUCTeX Version 13.2.0 released. --- auctex.el | 2 +- auctex.info | 236 ++++++++++++++++++++++++++++++----------------------- preview-latex.info | 82 +++++++++---------- tex-site.el | 4 +- 4 files changed, 176 insertions(+), 148 deletions(-) diff --git a/auctex.el b/auctex.el index e6b5bdae..d953e845 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014-2021 Free Software Foundation, Inc. -;; Version: 13.1.10 +;; Version: 13.2.0 ;; 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 b18ab697..df76da7b 100644 --- a/auctex.info +++ b/auctex.info @@ -1,7 +1,7 @@ -This is auctex.info, produced by makeinfo version 7.0.2 from +This is auctex.info, produced by makeinfo version 7.0.3 from auctex.texi. -This manual is for AUCTeX (version 13.1.10 from 2023-03-05), a +This manual is for AUCTeX (version 13.2.0 from 2023-04-24), a sophisticated TeX environment for Emacs. Copyright © 1992-1995, 2001, 2002, 2004-2022 Free Software @@ -2620,6 +2620,33 @@ for similar side effects when you do. Note that commented curly braces ‘{’ and ‘}’ aren’t counted when AUCTeX computes indentation. + In docTeX-mode, TeX code is enclosed in ‘macrocode’ environment like +this: + % \begin{macrocode} + \def\foo#1{% + $#1$% + } + % \end{macrocode} + +Sometimes, the code is long and one wants to insert comments inside the +TeX code like this: + % \begin{macrocode} + \def\foo#1{% + % \end{macrocode} + % Comment the next line of code + % \begin{macrocode} + $#1$% + } + % \end{macrocode} + +Usually, the comment inside the code interrupts the indentation. This +behavior can be controlled by setting the variable +‘docTeX-indent-across-comments’. + + -- User Option: docTeX-indent-across-comments + If non-nil, indentation in docTeX is done across comments. This + option is disabled by default. + File: auctex.info, Node: Filling, Prev: Indenting, Up: Editing @@ -6188,7 +6215,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.1.10 from 2023-03-05), a + This manual is for AUCTeX (version 13.2.0 from 2023-04-24), a sophisticated TeX environment for Emacs. Copyright © 1992-1995, 2001, 2002, 2004-2022 Free Software @@ -6695,8 +6722,8 @@ File: auctex.info, Node: Changes, Next: Development, Prev: Copying this Manua A.2 Changes and New Features ============================ -News since last release ------------------------ +News in 13.2 +------------ • AUCTeX no longer refuses to insert dollar sign when you type ‘$’ at point where AUCTeX thinks the current math mode didn’t start with @@ -8931,6 +8958,7 @@ Variable Index * ConTeXt-Omega-engine: Processor Options. (line 121) * docTeX-clean-intermediate-suffixes: Cleaning. (line 7) * docTeX-clean-output-suffixes: Cleaning. (line 7) +* docTeX-indent-across-comments: Indenting. (line 189) * docTeX-mode-hook: Modes and Hooks. (line 22) * fill-column: Filling. (line 6) * font-latex-deactivated-keyword-classes: Fontification of macros. @@ -9667,105 +9695,105 @@ Concept Index Tag Table: -Node: Top923 -Node: Copying7403 -Node: Introduction9352 -Node: Summary9622 -Node: Installation12371 -Node: Prerequisites14382 -Node: Configure16609 -Node: Build/install and uninstall21351 -Node: Loading the package22108 -Node: Advice for package providers23847 -Node: Advice for non-privileged users26718 -Node: Installation under MS Windows32236 -Node: Customizing46176 -Node: Quick Start47785 -Ref: Quick Start-Footnote-149918 -Node: Editing Facilities50020 -Node: Processing Facilities54910 -Node: Editing59801 -Node: Quotes61139 -Node: Font Specifiers70677 -Node: Sectioning72873 -Node: Environments77570 -Node: Equations83138 -Node: Floats83766 -Node: Itemize-like85810 -Node: Tabular-like86680 -Node: Customizing Environments88574 -Node: Mathematics88814 -Node: Completion92340 -Node: Marking100107 -Node: Marking (LaTeX)100743 -Node: Marking (Texinfo)101693 -Node: Commenting103336 -Node: Indenting104721 -Node: Filling112673 -Node: Display118695 -Node: Font Locking121208 -Node: Fontification of macros123313 -Node: Fontification of quotes133316 -Node: Fontification of math134856 -Node: Verbatim content138632 -Node: Faces139422 -Node: Known problems139927 -Node: Folding140936 -Node: Outline151923 -Node: Narrowing153246 -Node: Prettifying154323 -Node: Processing155610 -Node: Commands156970 -Node: Starting a Command157534 -Node: Selecting a Command162698 -Node: Processor Options172101 -Node: Viewing182774 -Node: Starting Viewers183148 -Node: I/O Correlation188946 -Ref: I/O Correlation-Footnote-1194704 -Node: Debugging194970 -Node: Ignoring warnings197650 -Node: Error overview199761 -Node: Checking201685 -Node: Control203375 -Node: Cleaning205524 -Node: Documentation206971 -Node: Customization208094 -Node: Modes and Hooks208587 -Node: Multifile210547 -Node: Parsing Files215393 -Node: Internationalization220432 -Node: European221786 -Node: Japanese229705 -Node: Automatic234965 -Node: Automatic Global237494 -Node: Automatic Private238632 -Node: Automatic Local239996 -Node: Style Files241270 -Node: Simple Style242084 -Node: Adding Macros245877 -Node: Adding Environments255678 -Node: Adding Other261140 -Node: Hacking the Parser265820 -Node: Appendices269833 -Node: Copying this Manual270129 -Node: GNU Free Documentation License271016 -Node: Changes296340 -Node: Development355732 -Node: Mid-term Goals356380 -Node: Wishlist359279 -Node: Bugs365482 -Node: FAQ366622 -Node: Texinfo mode372496 -Node: Exploiting373632 -Node: Superseding374454 -Node: Mapping378921 -Node: Unbinding380864 -Node: Indices381705 -Node: Key Index381868 -Node: Function Index389543 -Node: Variable Index401813 -Node: Concept Index427245 +Node: Top922 +Node: Copying7402 +Node: Introduction9351 +Node: Summary9621 +Node: Installation12370 +Node: Prerequisites14381 +Node: Configure16608 +Node: Build/install and uninstall21350 +Node: Loading the package22107 +Node: Advice for package providers23846 +Node: Advice for non-privileged users26717 +Node: Installation under MS Windows32235 +Node: Customizing46175 +Node: Quick Start47784 +Ref: Quick Start-Footnote-149917 +Node: Editing Facilities50019 +Node: Processing Facilities54909 +Node: Editing59800 +Node: Quotes61138 +Node: Font Specifiers70676 +Node: Sectioning72872 +Node: Environments77569 +Node: Equations83137 +Node: Floats83765 +Node: Itemize-like85809 +Node: Tabular-like86679 +Node: Customizing Environments88573 +Node: Mathematics88813 +Node: Completion92339 +Node: Marking100106 +Node: Marking (LaTeX)100742 +Node: Marking (Texinfo)101692 +Node: Commenting103335 +Node: Indenting104720 +Node: Filling113439 +Node: Display119461 +Node: Font Locking121974 +Node: Fontification of macros124079 +Node: Fontification of quotes134082 +Node: Fontification of math135622 +Node: Verbatim content139398 +Node: Faces140188 +Node: Known problems140693 +Node: Folding141702 +Node: Outline152689 +Node: Narrowing154012 +Node: Prettifying155089 +Node: Processing156376 +Node: Commands157736 +Node: Starting a Command158300 +Node: Selecting a Command163464 +Node: Processor Options172867 +Node: Viewing183540 +Node: Starting Viewers183914 +Node: I/O Correlation189712 +Ref: I/O Correlation-Footnote-1195470 +Node: Debugging195736 +Node: Ignoring warnings198416 +Node: Error overview200527 +Node: Checking202451 +Node: Control204141 +Node: Cleaning206290 +Node: Documentation207737 +Node: Customization208860 +Node: Modes and Hooks209353 +Node: Multifile211313 +Node: Parsing Files216159 +Node: Internationalization221198 +Node: European222552 +Node: Japanese230471 +Node: Automatic235731 +Node: Automatic Global238260 +Node: Automatic Private239398 +Node: Automatic Local240762 +Node: Style Files242036 +Node: Simple Style242850 +Node: Adding Macros246643 +Node: Adding Environments256444 +Node: Adding Other261906 +Node: Hacking the Parser266586 +Node: Appendices270599 +Node: Copying this Manual270895 +Node: GNU Free Documentation License271781 +Node: Changes297105 +Node: Development356475 +Node: Mid-term Goals357123 +Node: Wishlist360022 +Node: Bugs366225 +Node: FAQ367365 +Node: Texinfo mode373239 +Node: Exploiting374375 +Node: Superseding375197 +Node: Mapping379664 +Node: Unbinding381607 +Node: Indices382448 +Node: Key Index382611 +Node: Function Index390286 +Node: Variable Index402556 +Node: Concept Index428061 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 409754f6..15dcb6e1 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -1,8 +1,8 @@ -This is preview-latex.info, produced by makeinfo version 7.0.2 from +This is preview-latex.info, produced by makeinfo version 7.0.3 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 13.1.10 from 2023-03-05). +(version 13.2.0 from 2023-04-24). 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 13.1.10 from 2023-03-05). +(version 13.2.0 from 2023-04-24). Copyright © 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -2550,44 +2550,44 @@ Index Tag Table: -Node: Top965 -Node: Copying2245 -Node: Introduction2699 -Node: What use is it?3373 -Node: Activating preview-latex4770 -Node: Getting started5535 -Node: Basic modes of operation7522 -Node: More documentation8755 -Node: Availability9644 -Node: Contacts10371 -Node: Installation11660 -Node: Keys and lisp11861 -Node: Simple customization19140 -Node: Known problems24964 -Node: Font problems with Dvips25850 -Node: Too small bounding boxes27060 -Node: x-symbol interoperation28484 -Node: Middle-clicks paste instead of toggling29908 -Node: No images are displayed with gs 9.27 and earlier30605 -Node: Black texts are too hard to read on dark background33363 -Node: For advanced users34020 -Node: The LaTeX style file34479 -Node: Package options37065 -Node: Provided commands48291 -Node: The Emacs interface55898 -Node: The preview images64862 -Node: Misplaced previews68747 -Node: ToDo72275 -Node: Frequently Asked Questions77112 -Node: Introduction to FAQ77435 -Node: Requirements77774 -Node: Installation Trouble79760 -Node: Customization82052 -Node: Troubleshooting85180 -Node: Other formats87694 -Node: Copying this Manual89043 -Node: GNU Free Documentation License89993 -Node: Index115320 +Node: Top964 +Node: Copying2244 +Node: Introduction2698 +Node: What use is it?3372 +Node: Activating preview-latex4769 +Node: Getting started5534 +Node: Basic modes of operation7521 +Node: More documentation8754 +Node: Availability9643 +Node: Contacts10370 +Node: Installation11659 +Node: Keys and lisp11860 +Node: Simple customization19139 +Node: Known problems24963 +Node: Font problems with Dvips25849 +Node: Too small bounding boxes27059 +Node: x-symbol interoperation28483 +Node: Middle-clicks paste instead of toggling29907 +Node: No images are displayed with gs 9.27 and earlier30604 +Node: Black texts are too hard to read on dark background33362 +Node: For advanced users34019 +Node: The LaTeX style file34478 +Node: Package options37064 +Node: Provided commands48290 +Node: The Emacs interface55897 +Node: The preview images64861 +Node: Misplaced previews68746 +Node: ToDo72274 +Node: Frequently Asked Questions77111 +Node: Introduction to FAQ77434 +Node: Requirements77773 +Node: Installation Trouble79759 +Node: Customization82051 +Node: Troubleshooting85179 +Node: Other formats87693 +Node: Copying this Manual89042 +Node: GNU Free Documentation License89991 +Node: Index115318 End Tag Table diff --git a/tex-site.el b/tex-site.el index 0d3c845f..c8480d10 100644 --- a/tex-site.el +++ b/tex-site.el @@ -126,11 +126,11 @@ set it with `TeX-modes-set'." :set #'TeX-modes-set :initialize #'custom-initialize-reset) -(defconst AUCTeX-version "13.1.10" +(defconst AUCTeX-version "13.2.0" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2023-03-05" +(defconst AUCTeX-date "2023-04-24" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer