tsdh pushed a change to branch externals/auctex.
from 6d4b412b69 Release GNU AUCTeX 13.1.9
new 5cf1dd2ae2 Indent the active region (bug#48518, bug#28382)
new 992410a201 ; * style/physics.el: Fix trivial typo.
new 358cc74dda Add new style/algpseudocodex.el
new 41397e93cb ; Improve last change
new de6aa05d74 Make `texmathp' aware of verbatim macros/environments
new 9d8bd6b30e Update style/ltugboat.el to class version 2.28
new 4959b9d240 * style/url.el ("url"): Add missing \DeclareUrlCommand
macro.
new bbb4e2ae23 Fill \verb-like macros appropriately (bug#61400)
new fbc6399b99 Add new tests
new 3564d9467e ; Fix typos
new 4c77908707 Fix \includegraphics key-vals prompt in beamer documents.
new b77907698e Merge remote-tracking branch 'origin/master' into
externals/auctex
new 658832b8a2 Release GNU AUCTeX 13.1.10
Summary of changes:
Makefile.in | 4 +-
auctex.el | 2 +-
auctex.info | 202 +++++++++++++++++------------------
latex.el | 105 ++++++++++++------
preview-latex.info | 80 +++++++-------
style/algpseudocodex.el | 216 ++++++++++++++++++++++++++++++++++++++
style/beamer.el | 6 +-
style/ltugboat.el | 35 ++++--
style/overpic.el | 7 +-
style/physics.el | 4 +-
style/url.el | 6 +-
tests/latex/latex-filling-in.tex | 14 +++
tests/latex/latex-filling-out.tex | 19 ++++
tests/latex/latex-test.el | 21 ++++
tests/latex/nested-indent-in.tex | 10 ++
tests/latex/nested-indent-out.tex | 12 +++
tests/latex/texmathp-test.el | 22 ++++
tex-site.el | 4 +-
texmathp.el | 27 +++--
19 files changed, 590 insertions(+), 206 deletions(-)
create mode 100644 style/algpseudocodex.el
create mode 100644 tests/latex/nested-indent-in.tex
create mode 100644 tests/latex/nested-indent-out.tex