branch: main commit 40cb4f2d7441443f6c0621e8ee99f0c25589ba98 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Merge from master up to release_11_92 --- auctex.info | 42 ++++++++++++++++++++++-------------------- latex/preview.sty | 2 +- preview-latex.info | 4 ++-- tex-site.el | 4 ++-- 4 files changed, 27 insertions(+), 25 deletions(-) diff --git a/auctex.info b/auctex.info index 7e22f733..81b89db5 100644 --- a/auctex.info +++ b/auctex.info @@ -1,6 +1,6 @@ This is auctex.info, produced by makeinfo version 6.5 from auctex.texi. -This manual is for AUCTeX (version 11.91.0.2017-11-23 from 2017-11-23), +This manual is for AUCTeX (version 11.91.0.2017-12-06 from 2017-12-06), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software @@ -5947,8 +5947,8 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 11.91.0.2017-11-23 from -2017-11-23), a sophisticated TeX environment for Emacs. + This manual is for AUCTeX (version 11.91.0.2017-12-06 from +2017-12-06), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software Foundation, Inc. @@ -6475,6 +6475,8 @@ News in 11.92 evince-compatible viewers if a new customize option 'TeX-view-evince-keep-focus' is non-nil. + * The usual dose of bug fixes was administered. + News in 11.91 ------------- @@ -8636,7 +8638,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 14) -* auctex.el <1>: Changes. (line 538) +* auctex.el <1>: Changes. (line 540) * auto directories.: Automatic. (line 6) * Auto-Reveal: Folding. (line 6) * Automatic: Automatic. (line 6) @@ -8938,7 +8940,7 @@ Concept Index (line 286) * tex-site.el: Loading the package. (line 14) * tex-site.el <1>: Customizing. (line 6) -* tex-site.el <2>: Changes. (line 538) +* tex-site.el <2>: Changes. (line 540) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9043,20 +9045,20 @@ Node: Appendices253353 Node: Copying this Manual253649 Node: GNU Free Documentation License254544 Node: Changes279663 -Node: Development320230 -Node: Mid-term Goals320876 -Node: Wishlist322093 -Node: Bugs327534 -Node: FAQ329064 -Node: Texinfo mode335237 -Node: Exploiting336373 -Node: Superseding337193 -Node: Mapping341397 -Node: Unbinding343226 -Node: Indices344047 -Node: Key Index344210 -Node: Function Index350534 -Node: Variable Index361344 -Node: Concept Index384202 +Node: Development320282 +Node: Mid-term Goals320928 +Node: Wishlist322145 +Node: Bugs327586 +Node: FAQ329116 +Node: Texinfo mode335289 +Node: Exploiting336425 +Node: Superseding337245 +Node: Mapping341449 +Node: Unbinding343278 +Node: Indices344099 +Node: Key Index344262 +Node: Function Index350586 +Node: Variable Index361396 +Node: Concept Index384254 End Tag Table diff --git a/latex/preview.sty b/latex/preview.sty index 3df1d9fe..7734bb48 100644 --- a/latex/preview.sty +++ b/latex/preview.sty @@ -26,7 +26,7 @@ \NeedsTeXFormat{LaTeX2e} \def\reserved@a #1#2$#3: #4${\xdef#1{\reserved@c #2#4 $}} \def\reserved@c #1 #2${#1} \begingroup \catcode`\_=12 -\reserved@a\pr@version $Name: release_11_91 $ \ifx\pr@version\@empty +\reserved@a\pr@version $Name: release_11_92 $ \ifx\pr@version\@empty \reserved@a\pr@version CVS-$Revision: 1.126 $ \endgroup \else \def\next release_{} \lccode`\_=`. \edef\next{\lowercase{\endgroup diff --git a/preview-latex.info b/preview-latex.info index c9314796..ddc0ac36 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.5 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 11.91.0.2017-11-23 from 2017-11-23). +(version 11.91.0.2017-12-06 from 2017-12-06). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -1900,7 +1900,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 11.91.0.2017-11-23 from 2017-11-23). +(version 11.91.0.2017-12-06 from 2017-12-06). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index ed713dd6..f9cc31c5 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 "11.91.0.2017-11-23" +(defconst AUCTeX-version "11.91.0.2017-12-06" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2017-11-23" +(defconst AUCTeX-date "2017-12-06" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer