tsdh pushed a change to branch externals/auctex. from 945aba3d41 Release GNU AUCTeX 13.1.6 new 6bdb392dfe ; * style/theorem.el ("theorem"): Fix last change. new a3887ad184 Ignore errors from dbus-ping (fixes bug#59380). new 6a5c691f7e Simplify implementation of style/amsthm.el new aaf71ede5d Simplify implementation of style/ntheorem.el new 7f9e7ec8a1 * style/array.el ("array"): Replace `TeX-arg-eval' with a closure. new 08f4fda5bd * style/attachfile.el ("attachfile"): Replace `TeX-arg-eval'. new 5c67eb2dfd Simplify implementation of style/babel.el new 2342a342f9 Simplify implementation of style/bigstrut.el new 75bea89b03 Simplify implementation of style/booktabs.el new 94c28a3214 Enhance scope environmnent support new ee9e8a2b6e Move `TeX-TikZ-point-name-regexp' to tex-style.el new c60ed913a0 ; Remove unnecessary `declare-function' new 65652e8c2d Simplify implementation of style/breqn.el new e4ceb88bb7 Bind a value to `LaTeX-current-environment' locally new 00f9192bbb Check the value of `LaTeX-current-environment' first new d937d4035c Simplify implementation of style/changelog.el new 3d5ac9cf7a Cleanup newcommand/newenvironment support new eca0fadbc3 ; Trivial cleanups new d55a960018 Simplify implementation of style/changes.el new 7bb6878867 Simplify implementation of style/CJK.el new 0cea7e107a Simplify implementation of style/cleveref.el new a648993763 * style/comment.el ("comment"): Replace `TeX-arg-eval'. new 1c7a1b582e Simplify implementation of style/csquotes.el new c7de94dc94 Replace `TeX-arg-eval' new d7dc696f47 * latex.el (LaTeX-env-contents): Add the "nowarn" key. new 7da1860c2a Support starred section names new ba70baec6c Fix doc strings regarding to section commands new 13c77f998e Simplify implementation of style/empheq.el new 4b9dafad86 Simplify implementation of style/fancyvrb.el new 287da56401 Revert "Bind a value to `LaTeX-current-environment' locally" new 5484b57bc4 Don't rely on the value of `LaTeX-current-environment' new 1a72c0f884 Simplify implementation of style/floatrow.el new 8941bd640f * style/fontspec.el ("fontspec"): Replace `TeX-arg-eval'. new 517d5a6e4e ; * style/floatrow.el ("floatrow"): Fix last change. new 3e8aa71ef2 Fix bug#58689 with a bit of optiomization new ac7ad4fff4 Simplify implementation of style/footmisc.el new 2664170ecc Update style/fvextra.el to package version 1.5 new 33bb54bb9e Simplify implementation of style/geometry.el new 1def8bd570 ; * style/graphics.el ("graphics"): Remove unnecessary `function'. new b7b498baad Simplify implementation of style/graphicx.el new 324cb5c913 Simplify implementation of style/hologo.el new 5b693f4e2e ; * style/hyperref.el ("hyperref"): Don't use list inside vector. new f84b1a5fdb Simplify implementation of style/ifthen.el new eb7b8d4de4 * style/listings.el ("listings"): Replace `TeX-arg-eval'. new 68e14e7ce4 * style/ltablex.el ("ltablex"): Add fontification support. new 83622003aa * style/enumitem.el ("enumitem"): Replace `TeX-arg-eval'. new 7c15b32d06 Simplify implementation of style/ltugboat.el new 982b20571c * style/ltxdoc.el ("ltxdoc"): Replace `TeX-arg-eval'. new fb9c5645dc * style/ltxtable.el ("ltxtable"): Replace `TeX-arg-eval'. new 28eee191b2 ; * style/enumitem.el ("enumitem"): Slightly improve last change. new 5b73efbfe3 ; * latex.el (LaTeX-what-macro): Assign values in one go. new 22336f15bd Simplify implementation of style/mathtools.el new e772b93525 * style/mdframed.el ("mdframed"): Replace `TeX-arg-eval'. new d43bfae3fa Overhaul beamer.el new 22fa670915 ; Fix doc strings new 3806176ba2 Fix argument description in doc strings new 288665587a Use `symbol-value' instead of `eval' new 5f129b5dca Support starred variant name new a57e627284 Improve consistency between similar functions new d3ab64f893 Reduce redundancy in regexp new bf66b302a4 Improve the previous commit slightly new e97fb94f4e Pacify compiler warning new 46c1a5a592 Add filename as a prefix to catchfilebetweentags counter new 4700af5dd4 ; Delete ineffective string escapes reported by Relint new ff65b9b4d0 Avoid compiler warnings with long function names new b2b899a450 ; * style/pstricks.el (LaTeX-package-parameter-value): Pacify compiler. new 54c82bd093 New style file physics.el new 906e57dfb8 ; * style/physics.el: Write proper date. new 2d0fdebac0 Preserve braces after @TeX and similar macros. new f9b378a45c Support detached arguments new 30bca31f77 ; * style/xcolor.el ("xcolor"): Replace `TeX-arg-eval'. new dc6e8c44c9 Turn `y-or-n-p' into `always' for in-buffer completion new 01f84ce9f5 Simplify implementation of style/minted.el new 8984821716 ; * style/natbib.el ("natbib"): Fontify \citetext. new 643d39a10c Update Pygments style names new 358b4d0785 Merge remote-tracking branch 'origin/master' into externals/auctex
Summary of changes: Makefile.in | 3 +- context.el | 241 ++++++++++----- doc/macros.texi | 30 +- font-latex.el | 6 +- latex.el | 287 ++++++++--------- multi-prompt.el | 12 +- plain-tex.el | 2 +- style/CJK.el | 27 +- style/acro.el | 9 +- style/amsthm.el | 139 ++++----- style/array.el | 10 +- style/attachfile.el | 22 +- style/babel.el | 115 +++---- style/beamer.el | 702 ++++++++++++++++++++++++++++-------------- style/beamerarticle.el | 6 +- style/bigstrut.el | 15 +- style/booktabs.el | 13 +- style/breqn.el | 65 ++-- style/catchfilebetweentags.el | 18 +- style/changelog.el | 96 +++--- style/changes.el | 92 ++---- style/cleveref.el | 70 +++-- style/comment.el | 43 +-- style/csquotes.el | 126 ++++---- style/doc.el | 59 ++-- style/empheq.el | 208 +++++++------ style/enumitem.el | 40 +-- style/fancyvrb.el | 91 +++--- style/floatrow.el | 138 ++++++--- style/fontspec.el | 22 +- style/footmisc.el | 30 +- style/fvextra.el | 18 +- style/geometry.el | 25 +- style/graphics.el | 8 +- style/graphicx.el | 69 ++--- style/hologo.el | 144 ++++----- style/hyperref.el | 18 +- style/ifthen.el | 28 +- style/l3doc.el | 12 +- style/listings.el | 10 +- style/ltablex.el | 16 +- style/ltugboat.el | 26 +- style/ltxdoc.el | 10 +- style/ltxtable.el | 9 +- style/mathtools.el | 144 +++++---- style/mdframed.el | 40 ++- style/minted.el | 71 ++--- style/natbib.el | 3 +- style/ntheorem.el | 179 +++++------ style/physics.el | 418 +++++++++++++++++++++++++ style/pstricks.el | 2 + style/theorem.el | 4 +- style/tikz.el | 28 +- style/xcolor.el | 23 +- tests/tex/navigation.el | 75 +++-- tex-info.el | 10 +- tex-style.el | 7 + tex.el | 113 +++---- 58 files changed, 2523 insertions(+), 1724 deletions(-) create mode 100644 style/physics.el