branch: main commit 46c464b0b2ceca762ee5e17c4931ec0f3f593355 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 13.0.14 * GNU AUCTeX Version 13.0.14 released. --- auctex.el | 2 +- auctex.info | 216 +++++++++++++++++++++++++++-------------------------- preview-latex.info | 4 +- tex-site.el | 4 +- 4 files changed, 117 insertions(+), 109 deletions(-) diff --git a/auctex.el b/auctex.el index 4ea11093..4f7f81f2 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014-2021 Free Software Foundation, Inc. -;; Version: 13.0.13 +;; Version: 13.0.14 ;; 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 8c4828bb..4e611f33 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.0.13 from 2021-08-13), a +This manual is for AUCTeX (version 13.0.14 from 2021-08-26), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software @@ -45,7 +45,7 @@ errors that may slip through anyway. It is a good idea to make a printout of AUCTeX's reference card 'tex-ref.tex' or one of its typeset versions. - If you want to make AUCTeX aware of style files and multi-file + If you want to make AUCTeX aware of style files and multifile documents right away, insert the following in your init file (usually '~/.emacs.d/init.el'). @@ -1142,7 +1142,7 @@ be achieved by putting (setq TeX-auto-save t) (setq TeX-parse-self t) into your init file. Finally, if you often use '\include' or '\input', -you should make AUCTeX aware of the multi-file document structure. You +you should make AUCTeX aware of the multifile document structure. You can do this by inserting (setq-default TeX-master nil) @@ -6016,7 +6016,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 13.0.13 from 2021-08-13), a + This manual is for AUCTeX (version 13.0.14 from 2021-08-26), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2021 Free Software @@ -6608,6 +6608,14 @@ News in 13.1 LaTeX kernel are known and available for completion in '\AddToHook', '\RemoveFromHook' and '\AddToHookNext'. + * AUCTeX is now able to place all generated output files, including + those that are produced by applications running under AUCTeX, + temporary files related to region processing and preview-latex + files, in an output directory. To use this feature, set the new + user option 'TeX-output-dir' to the absolute path of the output + directory or a relative path which would be interpreted as being + relative to the master file in a multifile document. + News in 12.3 ------------ @@ -8005,7 +8013,7 @@ A.4 Frequently Asked Questions relevant programs, as described in *note (auctex)Installation under MS Windows::. - 4. Why doesn't the completion, style file, or multi-file stuff work? + 4. Why doesn't the completion, style file, or multifile stuff work? It must be enabled first, insert this in your init file: @@ -8974,7 +8982,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 10) -* auctex.el <1>: Changes. (line 752) +* auctex.el <1>: Changes. (line 760) * auto directories.: Automatic. (line 6) * auto-fill-mode: Indenting. (line 29) * Auto-Reveal: Folding. (line 6) @@ -9277,7 +9285,7 @@ Concept Index (line 252) * tex-site.el: Loading the package. (line 10) * tex-site.el <1>: Customizing. (line 6) -* tex-site.el <2>: Changes. (line 752) +* tex-site.el <2>: Changes. (line 760) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9300,103 +9308,103 @@ Concept Index Tag Table: Node: Top918 -Node: Copying7375 -Node: Introduction9320 -Node: Summary9590 -Node: Installation12323 -Node: Prerequisites14296 -Node: Configure16495 -Node: Build/install and uninstall21073 -Node: Loading the package21826 -Node: Advice for package providers23519 -Node: Advice for non-privileged users26324 -Node: Installation under MS Windows31670 -Node: Customizing45292 -Node: Quick Start46877 -Ref: Quick Start-Footnote-148999 -Node: Editing Facilities49093 -Node: Processing Facilities53788 -Node: Editing58517 -Node: Quotes59847 -Node: Font Specifiers68287 -Node: Sectioning70355 -Node: Environments74874 -Node: Equations80027 -Node: Floats80619 -Node: Itemize-like82623 -Node: Tabular-like83345 -Node: Customizing Environments85118 -Node: Mathematics85358 -Node: Completion88794 -Node: Marking95825 -Node: Marking (LaTeX)96449 -Node: Marking (Texinfo)97391 -Node: Commenting99002 -Node: Indenting100327 -Node: Filling106341 -Node: Display112213 -Node: Font Locking114708 -Node: Fontification of macros116787 -Node: Fontification of quotes126303 -Node: Fontification of math127797 -Node: Verbatim content131465 -Node: Faces132239 -Node: Known problems132736 -Node: Folding133733 -Node: Outline144506 -Node: Narrowing145785 -Node: Prettifying146854 -Node: Processing148091 -Node: Commands149419 -Node: Starting a Command149975 -Node: Selecting a Command154890 -Node: Processor Options163988 -Node: Viewing174381 -Node: Starting Viewers174755 -Node: I/O Correlation180405 -Node: Debugging185634 -Node: Ignoring warnings188252 -Node: Error overview190311 -Node: Checking192219 -Node: Control193835 -Node: Cleaning195944 -Node: Documentation197303 -Node: Customization198018 -Node: Modes and Hooks198511 -Node: Multifile200399 -Node: Parsing Files205131 -Node: Internationalization210120 -Node: European211468 -Node: Japanese218947 -Node: Automatic224011 -Node: Automatic Global226502 -Node: Automatic Private227634 -Node: Automatic Local228970 -Node: Style Files230001 -Node: Simple Style230807 -Node: Adding Macros234528 -Node: Adding Environments244027 -Node: Adding Other248691 -Node: Hacking the Parser251240 -Node: Appendices255229 -Node: Copying this Manual255525 -Node: GNU Free Documentation License256409 -Node: Changes281530 -Node: Development332359 -Node: Mid-term Goals333005 -Node: Wishlist334949 -Node: Bugs340397 -Node: FAQ341498 -Node: Texinfo mode346686 -Node: Exploiting347820 -Node: Superseding348638 -Node: Mapping352869 -Node: Unbinding354704 -Node: Indices355525 -Node: Key Index355688 -Node: Function Index363217 -Node: Variable Index374976 -Node: Concept Index399752 +Node: Copying7374 +Node: Introduction9319 +Node: Summary9589 +Node: Installation12322 +Node: Prerequisites14295 +Node: Configure16494 +Node: Build/install and uninstall21072 +Node: Loading the package21825 +Node: Advice for package providers23518 +Node: Advice for non-privileged users26323 +Node: Installation under MS Windows31669 +Node: Customizing45291 +Node: Quick Start46876 +Ref: Quick Start-Footnote-148997 +Node: Editing Facilities49091 +Node: Processing Facilities53786 +Node: Editing58515 +Node: Quotes59845 +Node: Font Specifiers68285 +Node: Sectioning70353 +Node: Environments74872 +Node: Equations80025 +Node: Floats80617 +Node: Itemize-like82621 +Node: Tabular-like83343 +Node: Customizing Environments85116 +Node: Mathematics85356 +Node: Completion88792 +Node: Marking95823 +Node: Marking (LaTeX)96447 +Node: Marking (Texinfo)97389 +Node: Commenting99000 +Node: Indenting100325 +Node: Filling106339 +Node: Display112211 +Node: Font Locking114706 +Node: Fontification of macros116785 +Node: Fontification of quotes126301 +Node: Fontification of math127795 +Node: Verbatim content131463 +Node: Faces132237 +Node: Known problems132734 +Node: Folding133731 +Node: Outline144504 +Node: Narrowing145783 +Node: Prettifying146852 +Node: Processing148089 +Node: Commands149417 +Node: Starting a Command149973 +Node: Selecting a Command154888 +Node: Processor Options163986 +Node: Viewing174379 +Node: Starting Viewers174753 +Node: I/O Correlation180403 +Node: Debugging185632 +Node: Ignoring warnings188250 +Node: Error overview190309 +Node: Checking192217 +Node: Control193833 +Node: Cleaning195942 +Node: Documentation197301 +Node: Customization198016 +Node: Modes and Hooks198509 +Node: Multifile200397 +Node: Parsing Files205129 +Node: Internationalization210118 +Node: European211466 +Node: Japanese218945 +Node: Automatic224009 +Node: Automatic Global226500 +Node: Automatic Private227632 +Node: Automatic Local228968 +Node: Style Files229999 +Node: Simple Style230805 +Node: Adding Macros234526 +Node: Adding Environments244025 +Node: Adding Other248689 +Node: Hacking the Parser251238 +Node: Appendices255227 +Node: Copying this Manual255523 +Node: GNU Free Documentation License256407 +Node: Changes281528 +Node: Development332831 +Node: Mid-term Goals333477 +Node: Wishlist335421 +Node: Bugs340869 +Node: FAQ341970 +Node: Texinfo mode347157 +Node: Exploiting348291 +Node: Superseding349109 +Node: Mapping353340 +Node: Unbinding355175 +Node: Indices355996 +Node: Key Index356159 +Node: Function Index363688 +Node: Variable Index375447 +Node: Concept Index400223 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 2f5fa2c1..c4498325 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.0.13 from 2021-08-13). +(version 13.0.14 from 2021-08-26). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021 Free Software Foundation, Inc. @@ -1906,7 +1906,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.13 from 2021-08-13). +(version 13.0.14 from 2021-08-26). 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 0f8dfe35..4dcebdf1 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.13" +(defconst AUCTeX-version "13.0.14" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2021-08-13" +(defconst AUCTeX-date "2021-08-26" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer