[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex updated (2568505587 -> b91f15b3a3
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex updated (2568505587 -> b91f15b3a3) |
Date: |
Sat, 16 Apr 2022 04:28:40 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 2568505587 Release GNU AUCTeX 13.1.2
new 0b24e363f8 Improve indentation after '\end{macrocode}' in docTeX
mode
new 86de20d0b2 Make prettification work reliably
new 62f8341717 Lift required GNU Emacs version to 25.1
new df8d6fe772 Document how to bump the required Emacs version
new db75369df3 * latex.el (TeX-read-hook): Support 'include/excluded'
hook.
new 12f0b610a1 * style/ltx-base.el: Update style.
new f8d19d5cbb ; * style/ltx-base.el ("ltx-base"): Fix entry for
"@addtoreset".
new 35b71dfe3f Add new style/etoolbox.el
new 5d951fea03 Fix bibtex dialect
new a25652ffe2 Update style/fbox.el to package version 0.06
new aae80c4725 ; Minor Doc fix
new c534b17704 Avoid using variadic setq-local
new 615d6f2052 Merge remote-tracking branch 'origin/master' into
externals/auctex
new b91f15b3a3 Release GNU AUCTeX 13.1.3
Summary of changes:
Makefile.in | 2 +-
admin/release-process.org | 24 +++
auctex.el | 4 +-
auctex.el.in | 4 +-
auctex.info | 44 ++---
bib-cite.el | 28 +--
configure.ac | 4 +-
context.el | 16 +-
doc/changes.texi | 3 +
doc/faq.texi | 2 +-
doc/install.texi | 2 +-
doc/preview-faq.texi | 2 +-
font-latex.el | 30 +--
latex.el | 49 +++--
latex/preview.dtx | 2 +-
plain-tex.el | 8 +-
preview-latex.info | 6 +-
preview.el | 36 ++--
style/biblatex.el | 29 ++-
style/etoolbox.el | 376 ++++++++++++++++++++++++++++++++++++++
style/fbox.el | 37 +++-
style/ltx-base.el | 146 +++++++++++----
style/polyglossia.el | 2 +-
style/pstricks.el | 4 +-
tests/latex/doctex-indent-in.dtx | 68 +++++++
tests/latex/doctex-indent-out.dtx | 68 +++++++
tests/latex/latex-test.el | 21 ++-
tex-fold.el | 12 +-
tex-info.el | 4 +-
tex-site.el | 10 +-
tex-site.el.in | 6 +-
tex.el | 76 ++++----
toolbar-x.el | 4 +-
33 files changed, 900 insertions(+), 229 deletions(-)
create mode 100644 style/etoolbox.el
create mode 100644 tests/latex/doctex-indent-in.dtx
create mode 100644 tests/latex/doctex-indent-out.dtx
- [AUCTeX-diffs] [elpa] externals/auctex updated (2568505587 -> b91f15b3a3),
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex db75369df3 05/14: * latex.el (TeX-read-hook): Support 'include/excluded' hook., Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex 86de20d0b2 02/14: Make prettification work reliably, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex aae80c4725 11/14: ; Minor Doc fix, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex 12f0b610a1 06/14: * style/ltx-base.el: Update style., Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex 5d951fea03 09/14: Fix bibtex dialect, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex df8d6fe772 04/14: Document how to bump the required Emacs version, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex 0b24e363f8 01/14: Improve indentation after '\end{macrocode}' in docTeX mode, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex a25652ffe2 10/14: Update style/fbox.el to package version 0.06, Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex f8d19d5cbb 07/14: ; * style/ltx-base.el ("ltx-base"): Fix entry for "@addtoreset"., Tassilo Horn, 2022/04/16
- [AUCTeX-diffs] [elpa] externals/auctex 62f8341717 03/14: Lift required GNU Emacs version to 25.1, Tassilo Horn, 2022/04/16