tsdh pushed a change to branch externals/auctex. from e72989a Release version 11.88.1. new 6bfd4c8 Add new styles. new 8c6a5ae [Fix #19301] Fix closing bracket in style/mathtools.el. new 49ee91a Fix byte-compile warnings. new 8dd1455 Fix in style/babel.el. new c7e1e47 [Fix #19281] Allow moodifying environments with macros in their names. new fc9a240 Fix bug#19398 in TeX-evince-sync-view new 0cc29f9 Fix void-variable error. new 63bcbcd Obsolete LaTeX-verbatim-regexp defcustom new 6e94ea0 Add (start of an) minted style. new ff1f544 Fix encoding file:// uri. new ddd6b97 Improve minted style. new d3d05d4 Make some buffer-local vars document-local. new df97f94 Improve minted style. new fff9412 Add hva file assoc to auto-mode-alist (bug#19426) new 2487022 Update changes.texi new b54c26a Fix doc build new 18ee3e9 Add `Form' environment needed for PDF and HTML forms. new 5734441 Add new styles. new f3cf79d Fix a typo. new e2d6210 Fix in minted style. new 5154e91 Remove already resolved FIXME. new 8cd2b07 Fix indentation in auto files. new 53838b3 Fix bug#19675 new 81512a2 Fix bug#19673 new 4b43c80 Fix bug#19673 (cont.) new d9126ba Fix merge commits
Summary of changes: ChangeLog | 233 +++++++++++++++++++++++++++++++- Makefile.in | 5 +- bib-cite.el | 198 +++++++++++++-------------- doc/changes.texi | 13 ++ latex.el | 49 +++++-- style/alltt.el | 2 - style/babel.el | 10 +- style/{XCharter.el => baskervaldx.el} | 53 ++++---- style/beamer.el | 22 ++-- style/bigstrut.el | 9 +- style/dinbrief.el | 4 +- style/emp.el | 2 +- style/epsf.el | 2 +- style/{XCharter.el => erewhon.el} | 53 ++++---- style/fancyref.el | 4 +- style/fancyvrb.el | 6 +- style/{zlmtt.el => fbb.el} | 45 ++++--- style/graphicx.el | 2 +- style/harvard.el | 164 +++++++++++----------- style/hyperref.el | 81 ++++++++++- style/inputenc.el | 2 +- style/listings.el | 4 +- style/mathtools.el | 30 ++-- style/minted.el | 241 +++++++++++++++++++++++++++++++++ style/multirow.el | 2 +- style/natbib.el | 2 +- style/newtxmath.el | 84 ++++++++++++ style/{xspace.el => newtxsf.el} | 46 ++++--- style/{xspace.el => newtxtext.el} | 37 +++--- style/{zlmtt.el => newtxttt.el} | 40 +++--- style/pdfsync.el | 4 +- style/prosper.el | 20 ++-- style/psfig.el | 4 +- style/pst-node.el | 15 +- style/pst-plot.el | 24 ++-- style/pstricks.el | 32 +++--- style/relsize.el | 69 ++++++++++ style/shortvrb.el | 9 +- style/wrapfig.el | 107 +++++++++++++++ tex.el | 120 ++++++++++------- 40 files changed, 1354 insertions(+), 495 deletions(-) copy style/{XCharter.el => baskervaldx.el} (50%) copy style/{XCharter.el => erewhon.el} (53%) copy style/{zlmtt.el => fbb.el} (53%) create mode 100644 style/minted.el create mode 100644 style/newtxmath.el copy style/{xspace.el => newtxsf.el} (57%) copy style/{xspace.el => newtxtext.el} (57%) copy style/{zlmtt.el => newtxttt.el} (58%) create mode 100644 style/relsize.el create mode 100644 style/wrapfig.el