tsdh pushed a change to branch externals/auctex. from b6366ef * tex-site.el (AUCTeX-version): Add comment new 601e6a3 Get rid of gabage in generated texi file new 2e798ee Support \newblock macro new bdf96e8 Ajust document new 94af6a0 ; Silence the compiler new 1b71eb6 Add short verb characters to `ispell-tex-skip-alist' new 243961c ; Silence the compiler new e293844 ; Silence the compiler new 840973c ; Silence the compiler new 4d58d7d Don't extend font lock region too eagerly (bug#42267) new a27850f Fix previous commit and add new test new 255e768 Cater for case where fontification match goes over limit new dd7f844 Add support of \tag for texmathp new 2e448e3 ; Silence the compiler new 971bece Update style/csquotes.el to package version 5.2j new 55e8842 Treat \choice like \item new a17fee2 ; Silence the compiler new 59b7942 ; Silence the compiler new 67ecb0b ; Silence the compiler new b21889e Merge prv-emacs.el into preview.el.in new 3ef28a5 Add an extra check for tex-buf.el in some style hooks new d7cba92 Prepare for pdf output for PSTricks documents new f04a508 Restore all math environments in texmathp.el new 0692e51 ; Silence the compiler new 07b79fc ; Silence the compiler new b06ca0a Fix document new be4a912 ; Silence the compiler new ef1f670 ; Partially revert silencing the compiler new 087b030 Simplify mode line for emacs 27 new 92aa02b Merge remote-tracking branch 'origin/master' into externals/auctex new 1bc7a21 ; Regenerate docs
Summary of changes: Makefile.in | 2 +- auctex.info | 227 ++++++++-------- bib-cite.el | 19 +- configure.ac | 3 - context.el | 21 +- doc/auctex.texi | 7 +- doc/changes.texi | 18 +- doc/preview-dtxdoc.pl | 6 +- doc/preview-latex.texi | 4 +- font-latex.el | 82 ++++-- latex.el | 40 ++- preview-latex.info | 92 +++---- preview.el | 515 +++++++++++++++++++++++++++++++++++- prv-emacs.el | 587 ----------------------------------------- style/amsmath.el | 19 -- style/arabxetex.el | 2 + style/bidi.el | 4 +- style/breqn.el | 16 -- style/csquotes.el | 470 +++++++++++++++++++++------------ style/dinbrief.el | 142 +++++----- style/empheq.el | 20 -- style/exam.el | 6 +- style/fontspec.el | 4 +- style/ifluatex.el | 2 +- style/kpfonts.el | 7 +- style/letter.el | 23 +- style/mathtools.el | 8 - style/polyglossia.el | 2 + style/pstricks.el | 9 +- style/shortvrb.el | 9 + style/tikz.el | 86 +++--- tests/latex/font-latex-test.el | 40 +++ tex-bar.el | 100 +++---- tex-buf.el | 8 +- tex-font.el | 3 +- tex-info.el | 1 + tex-site.el | 10 +- tex.el | 74 +++++- texmathp.el | 40 ++- 39 files changed, 1478 insertions(+), 1250 deletions(-) delete mode 100644 prv-emacs.el