tsdh pushed a change to branch externals/auctex. from 0029ca410f Release GNU AUCTeX 13.1.4 new 6b5f00bfac Unquote lambdas in font-latex.el & tex-bar.el; add some FIXMEs new 56b081e241 * tex.el (TeX-insert-macro): Use 'atomic-change-group' new 48db5bdf84 Restore compatibility for BSD sed new 324250f243 Support macros for key-val package or class options new d58f4fdd7e Don't use RESULT arg of dolist. new 99470f080d Close over list-strings from outer scope. new 567458f54f Silence byte-compiler. new 10dbae9ab1 Add support for catchfilebetweentags package new 4004dc6b8f Simplify the function `LaTeX-array-update-column-letters' new b36127cc74 * tex.el: Require seq.el for older Emacsen where not preloaded. new fe801f9e4a Add support for the amsaddr package new 1e2e097106 * style/l3doc.el ("l3doc"): Fix entry for the "env" macro. new 07a8a3cf98 ; Use `TeX-dialect' in style/tcolorboxlib-theorems.el new ae2922ce76 Update style/amsart.el new 16ef09b18c Override built-in tex-mode new 6baccb4054 Recognize '=' argument modifier new 9fc41106dc Add new style/parskip.el new 1e59481512 Improve interaction between fancyvrb.el and fvextra.el new e2ce8ae4db Improve style/fvextra.el new b302fdce1d Add missing argument for `TeX-argument-prompt' new 4c26ef9b0b ; Delete ineffective string escapes new 4a843073c5 Don't use `eval' on code new d22387d0d2 Merge remote-tracking branch 'origin/master' into externals/auctex
Summary of changes: Makefile.in | 11 ++-- font-latex.el | 4 ++ latex.el | 96 ++++++++++++++++++--------------- style/{jura.el => amsaddr.el} | 23 ++++---- style/amsart.el | 109 +++++++++++++++++++++++++++++++++++-- style/array.el | 15 ++---- style/catchfilebetweentags.el | 116 ++++++++++++++++++++++++++++++++++++++++ style/fancyvrb.el | 29 +++++++--- style/fvextra.el | 22 ++++---- style/hologo.el | 10 ++-- style/l3doc.el | 7 ++- style/ltx-base.el | 15 +++++- style/newfloat.el | 19 +++---- style/{ifvtex.el => parskip.el} | 37 +++++++------ style/tcolorboxlib-theorems.el | 2 +- style/xparse.el | 16 +++--- tex-bar.el | 99 +++++++++++++++++----------------- tex-site.el.in | 7 ++- tex-style.el | 7 +++ tex.el | 10 ++-- 20 files changed, 460 insertions(+), 194 deletions(-) copy style/{jura.el => amsaddr.el} (68%) create mode 100644 style/catchfilebetweentags.el copy style/{ifvtex.el => parskip.el} (51%)