tsdh pushed a change to branch externals/auctex. from c569c7d486 Release GNU AUCTeX 13.1.5 new 0ee39626e4 Use `TeX-arg-completing-read' new 05cd0440c5 Use `TeX-arg-completing-read-multiple' new 7642155b73 Don't let-bind `inhibit-point-motion-hooks' to t new 487c91fddb ; Pacify compiler warning: Unused lexical argument `ignored' new d7e6fa0d41 Cleanup `TeX-insert-dollar' new 42150568f1 Allow user to insert "$" (bug#57626) new 35ec84ba6f Add capf for LaTeX marco/environment arguments new a617944b4b Fix style/xspace.el new d3970b77da ; * latex.el (LaTeX-common-initialization): Remove dupe textcircled. new 1f6e9e7e58 Update style/XCharter.el to package version 1.24 new cdf57fba58 * latex.el (TeX-arg-conditional): Declare 'indent'. new 5949388ca2 Simplify argument queries in style/wrapfig.el new 8775c8355f Replace `TeX-arg-url-urlstyle' in style/url.el new 8f70cd5211 Simplify implementation of style/ulem.el new 8e3137f641 Simplify implementation of style/titlesec.el new 978ebea1e8 Simplify implementation of style/thmtools.el new ff5a83f345 Simplify implementation of style/thm-restate.el new 9b365b7419 Simplify implementation of style/textpos.el new 49987f08dd Provide completion candidates for `TeX-arg-length' new 20cabef81f ; Delete unnecessary `TeX-arg-string' new 748449959c New option `TeX-refuse-unmatched-dollar' new c6c7c3f024 ; Use #' to quote function new a0ba387b2c ; Trivial cleanups new ce15e3fd87 Extend Japanese TeX support new e83a4b87b3 Use the correct function to retrieve the key=vals new 4eaed332ba Add new hooks for inserting environments with arguments new 52a7f4050f ; * doc/auctex.texi (Adding Environments): Adjust indentation. new 21e624026a Improve support for TikZ new 316550f0bf Fix `ConTeXt-add-environments' new c0c9556338 Don't insert empty node name new cb7b44227d Improve fontification of indexing macros new 0c482642cc Simplify implementation of style/currvita.el new a7a7209a08 Extend the argument list of some functions new d5ff42e0bd Simplify implementation of style/enumitem.el new c525dd42dd Simplify implementation of style/tcolorboxlib-raster.el new 835e01ddb6 Extend the argument list of `TeX-arg-string' new e53bb19a90 ; Recognize large arguments with many lines new b9548da54a Simplify implementation of style/tcolorboxlib-theorems.el new 52738d11b2 Remove entry in `LaTeX-completion-function-map-alist-keyval' new c8d638ac9d Use `functionp' to recognize a function new 3d8d93e4fd ; Make code more resilient new 615e12f650 Simplify implementation of style/tcolorbox.el new 82a23a93ae Add some variables containing font declarations new 47f9ead1c6 Respect `TeX-exit-mark' when inserting enviroments new 04a3138c81 Simplify implementation of style/theorem.el new 50c0fb3d31 * style/afterpage.el ("afterpage"): Fontify the only macro. new 6cbeff713b Simplify implementation of style/fancyhdr.el new 93430d7ab0 Merge remote-tracking branch 'origin/master' into externals/auctex
Summary of changes: context-en.el | 5 +- context-nl.el | 5 +- context.el | 25 +- doc/auctex.texi | 52 +++- doc/changes.texi | 15 + font-latex.el | 2 +- latex.el | 669 ++++++++++++++++++++++++++++++++++++++--- style/MyriadPro.el | 8 +- style/XCharter.el | 116 +++++-- style/afterpage.el | 18 +- style/amsthm.el | 4 +- style/arabxetex.el | 16 +- style/babel.el | 37 +-- style/biblatex.el | 20 +- style/bigdelim.el | 33 +- style/caption.el | 28 +- style/changes.el | 10 +- style/csquotes.el | 24 +- style/currvita.el | 51 +--- style/doc.el | 19 +- style/enumitem.el | 236 +++++++-------- style/environ.el | 4 +- style/etoolbox.el | 13 +- style/exam.el | 64 +--- style/fancyhdr.el | 62 ++-- style/fancyvrb.el | 44 +-- style/floatrow.el | 36 +-- style/fontaxes.el | 26 +- style/fontspec.el | 17 +- style/footmisc.el | 43 ++- style/graphicx.el | 52 ++-- style/harvard.el | 17 +- style/hologo.el | 12 +- style/ifthen.el | 4 +- style/imakeidx.el | 23 +- style/l3doc.el | 12 +- style/ltugboat.el | 18 +- style/ltxdoc.el | 4 +- style/makeidx.el | 17 +- style/mathtools.el | 16 +- style/mdframed.el | 31 +- style/menukeys.el | 128 +++----- style/metalogo.el | 10 +- style/multind.el | 20 +- style/multirow.el | 20 +- style/natbib.el | 10 +- style/newfloat.el | 12 +- style/ntheorem.el | 51 ++-- style/paracol.el | 24 +- style/polyglossia.el | 7 +- style/pythontex.el | 139 +++------ style/siunitx.el | 14 +- style/splitidx.el | 32 +- style/subcaption.el | 50 +-- style/tcolorbox.el | 77 +++-- style/tcolorboxlib-raster.el | 101 ++----- style/tcolorboxlib-theorems.el | 50 ++- style/tex-live.el | 45 ++- style/textpos.el | 42 ++- style/theorem.el | 117 +++---- style/thm-restate.el | 93 +++--- style/thmtools.el | 196 ++++++------ style/tikz.el | 71 ++++- style/titleps.el | 34 +-- style/titlesec.el | 91 +++--- style/titletoc.el | 24 +- style/ulem.el | 56 +--- style/url.el | 19 +- style/wrapfig.el | 98 ++---- style/xcolor.el | 86 ++---- style/xr-hyper.el | 6 +- style/xspace.el | 9 +- tex-bar.el | 18 +- tex.el | 193 +++++++----- texmathp.el | 17 +- 75 files changed, 2069 insertions(+), 1799 deletions(-)