[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex updated (8ff369bd92 -> 03ed9004cd)
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex updated (8ff369bd92 -> 03ed9004cd) |
Date: |
Fri, 8 Apr 2022 11:52:44 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 8ff369bd92 Release GNU AUCTeX 13.1.1
new e625dc05ea Improve keymap handling
new 163dcb75bd Fix label insertion at env. insertion with active region
(bug#28382)
new 0847db39c9 Improve file query in style/ltxtable.el
new 238dad67f9 Introduce DEFAULT argument in `TeX-arg-length'
new e032df90e7 Fix simultaneity
new a078fda16b ; * doc/auctex.texi (Starting a Command): Delete
obosolete comment.
new 844e758a47 Improve indent in tabular-like environments
new 4e4c48556b ; Trivial cleanup
new dff1592319 Adjust argument list of `TeX-arg-length'
new 90b1803b02 Use DEFAULT argument in latex.el where appropriate
new c731038844 Improve regexp matching new environments
new 259ffc34c4 Use DEFAULT argument of `TeX-read-string' in styles
new ab3bfaf103 Don't use obsolete font-lock-syntactic-keywords
new 7119e9b58c ; Fix tests relying on font-lock has put syntax
properties already
new a2724f3677 Don't set syntax-propertize-function in defaults
new f686fbca6d Add new test
new 0e0551126d * doc/changes.texi: Document switch from initial input
to default.
new 78cf12b33c ; * doc/auctex.texi: Adjust the year in @copying.
new 3e95554c27 Reduce code duplication in style/sidecap.el
new 1bc2630275 Don't change syntax of ^^A comments in doctex mode
(bug#35140)
new c050335dd8 ; Fix typo
new b7d45e19c6 Discard obsolete hook
new f9356664c8 Update documentation
new 36655f6a5e Revert "Fix simultaneity"
new 3df1e313ea Adapt TeX-region-hook for lexical-binding
new fa8842c626 Recognize macrocode*? environments in doctex-mode
new 806100f29a Delete obsoleted variables (bug#54339)
new 2be733a3e3 Add new style/l3doc.el
new f464242eab Enable indent by square bracket
new 2b11084455 ; * style/l3doc.el (LaTeX-env-l3doc-function): Delete
unused var.
new e37c7a8b39 Revise documentation about simultaneous process
new 0ce906cfc7 Improve indentation of conditionals
new 2af3c1bcbd Add new style/ifthen.el
new 8460859b69 Improve fontification of kernel macros
new 4bcda2d50c Improve indentation in env from algpseudocode package
new b1a0d5df74 ; * style/algpseudocode.el: Fix position of TeX-dialect.
new 8938787491 ; * style/algpseudocode.el ("algpseudocode"): Fix
"While".
new 7b0cbbb465 Document feature of []-induced indent
new b3d4a509d0 ; * doc/auctex.texi (Indenting): Fix wording.
new 9554d1e8a2 * doc/changes.texi: Announce the indentation improvement.
new fce8b94ca8 Update documentation with respect to indent
new c43d21326d Follow similar update of latex.el in context.el
new 494d501e63 Adjust indenting of conditionals in styles
new 8e7d19fe84 Make tex-buf.el compile without (require 'latex)
new 4b1c7015ae Move contents of tex-buf.el into tex.el
new 323eb08ca6 Assign reasonable sentinel in AmS-TeX mode
new 7e6d83ff4e Add news
new 45aff50ff3 Support \mathcolor in style/x?color.el
new 5d2829aed4 Remove old defadvices (patch by Stefan Monnier)
new 180cc28dfa Apply remaining portion of Stefan's patch
new eb4e331bd6 Add news for new indent feature
new 5cf46ff8e2 Improve parsing of re-definitions
new b2cea20056 ; Delete unnecessary quoting in docstrings
new 69b78fcc26 Don't change indentation when defining a conditional
new 1823017839 Wrap the 'function' environment better with %
new e1c3e37e0c ; Update copyright year
new e83ca6a072 Update style/doc.el to package version 3.0h
new fd118c67d4 ; * style/doc.el (LaTeX-env-doc-no-comment): Fix
docstring.
new fded69c292 Let \Describe<foo> macros stay on their own lines
new 03ed9004cd Merge remote-tracking branch 'origin/master' into
externals/auctex
Summary of changes:
Makefile.in | 7 +-
auctex.el.in | 2 +-
context.el | 17 +-
doc/auctex.texi | 87 +-
doc/changes.texi | 53 +
doc/faq.texi | 29 +-
doc/todo.texi | 6 +-
font-latex.el | 84 +-
latex.el | 560 +++--
plain-tex.el | 15 +-
preview.el | 39 +-
style/algpseudocode.el | 105 +-
style/babel.el | 9 +-
style/color.el | 15 +-
style/csquotes.el | 15 +-
style/doc.el | 488 ++++-
style/exam.el | 16 +-
style/fancyhdr.el | 11 +-
style/german.el | 18 +-
style/gloss-italian.el | 14 +-
style/ifluatex.el | 1 -
style/{flushend.el => ifthen.el} | 67 +-
style/italian.el | 17 +-
style/l3doc.el | 270 +++
style/longtable.el | 21 +-
style/ltxtable.el | 16 +-
style/newfloat.el | 14 +-
style/ngerman.el | 18 +-
style/ocg-p.el | 11 +-
style/plext.el | 15 +-
style/polyglossia.el | 1 -
style/scrpage2.el | 4 +
style/sidecap.el | 149 +-
style/titleps.el | 6 +-
style/titlesec.el | 6 +-
style/xcolor.el | 15 +-
style/xltabular.el | 28 +-
tests/context/context-test.el | 6 +
tests/japanese/error-parsing.el | 1 -
tests/latex/conditionals-indent-in.tex | 158 ++
tests/latex/conditionals-indent-out.tex | 158 ++
tests/latex/font-latex-test.el | 6 +
tests/latex/latex-test.el | 34 +-
tests/latex/tabular-in.tex | 23 +
tests/latex/tabular-out.tex | 23 +
tests/tex/command-expansion.el | 2 +-
tests/tex/error-parsing.el | 1 -
tex-bar.el | 5 +-
tex-buf.el | 3510 ------------------------------
tex-fold.el | 2 +-
tex-info.el | 8 +-
tex-ispell.el | 2 +-
tex-jp.el | 3 +-
tex-site.el.in | 50 +-
tex.el | 3587 ++++++++++++++++++++++++++++++-
55 files changed, 5587 insertions(+), 4241 deletions(-)
copy style/{flushend.el => ifthen.el} (51%)
create mode 100644 style/l3doc.el
create mode 100644 tests/latex/conditionals-indent-in.tex
create mode 100644 tests/latex/conditionals-indent-out.tex
delete mode 100644 tex-buf.el
- [elpa] externals/auctex updated (8ff369bd92 -> 03ed9004cd),
Tassilo Horn <=
- [elpa] externals/auctex 0847db39c9 03/60: Improve file query in style/ltxtable.el, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex e625dc05ea 01/60: Improve keymap handling, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex 259ffc34c4 12/60: Use DEFAULT argument of `TeX-read-string' in styles, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex 90b1803b02 10/60: Use DEFAULT argument in latex.el where appropriate, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex ab3bfaf103 13/60: Don't use obsolete font-lock-syntactic-keywords, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex c731038844 11/60: Improve regexp matching new environments, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex 3e95554c27 19/60: Reduce code duplication in style/sidecap.el, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex b7d45e19c6 22/60: Discard obsolete hook, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex f9356664c8 23/60: Update documentation, Tassilo Horn, 2022/04/08
- [elpa] externals/auctex f464242eab 29/60: Enable indent by square bracket, Tassilo Horn, 2022/04/08