[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex updated (9d47b0a1bd -> 1c3360b162)
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex updated (9d47b0a1bd -> 1c3360b162) |
Date: |
Thu, 20 Jul 2023 04:21:47 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 9d47b0a1bd Release GNU AUCTeX 13.2.0
new d6fb3c58ce Be more resilient when parsing arguments
new b4c27dd36b Lift required GNU Emacs version to 26.1
new cdd0cbf33a Add new style/soul.el
new 3b38bd625b Fontify \sloppy and \fussy
new 87e8cb0369 Simplify implementation of style/pythontex.el
new 22ba857c53 Improve fontification within shortvrb delimiters
new befc4a49bb Fix style/changelog.el
new 7e420cff9b ; * style/soul.el ("soul"): Use
`LaTeX-soul-auto-cleanup'.
new 2017d97b0e Rewrite *-unload-hook to *-unload-function
new 7a347cd394 Remove compatibility code for Emacs<26
new 5bfc2cb68a Clean up ConTeXt mode
new 6439edca63 Clean up Texinfo mode
new c64c8a26eb Add support for wasysym package
new c67f5d75b2 ; * Makefile.in (STYLESRC): Fix last change.
new 4bcad4772d Simplify handling of package options
new 2969b24b52 ; * style/wasysym.el: Silence warnings from 'make
dynvars-check'.
new 93fa8bde57 Introduce new fontification keywords class
"function-noarg"
new 28aa6b99e4 Harmonize provisioning of package options
new c9ab5d58f3 Update style/babel.el to package version 3.88
new da28858e46 Improve handling of beamer class options
new 0cb158fd96 Improve fontification of verbatim macros with braces
new 715a88a5f2 Treat backslash in verbatim macro arguments correctly
new e0bc78a500 Support in-buffer completion for class/package
names/options
new 25bf8e13e9 ; (LaTeX-completion-documentclass-usepackage): Fix
docstring.
new e1290af3e7 Remove definition of `LaTeX-label-list' in bib-cite.el
new fe42de7cf6 Obey buffer-local value of
TeX-error-overview-open-after-TeX-run
new 55bfb2b419 ; * latex.el (TeX-arg-tb): Fix docstring.
new 38e729a75f * latex.el (LaTeX-common-initialization): Replace
`TeX-arg-eval'.
new 5eac6b0800 Improve query for \newtheorem macro
new 11e9dbfdf3 Track last change for \newtheorem macro in styles
new 9ab3f77d53 * style/ntheorem.el (ntheorem"): Simplify additions to
the parser.
new 658340b188 Remove requiring a match during `completing-read'
new e8b451297a Improve query of optional notes for natbib cite macros
new 6d34e1f1ae Simplify implementation of style/paralist.el
new 5fae21f4bf * style/algpseudocodex.el ("algpseudocodex"): Add
missing macros.
new 78bc8d6b56 * style/menukeys.el ("menukeys"): Replace `TeX-arg-eval'.
new 7cd0cdd60a Speed up parsing
new b55368f75f Merge remote-tracking branch 'origin/master' into
externals/auctex
new 1c3360b162 Release GNU AUCTeX 13.2.1
Summary of changes:
Makefile.in | 3 +-
RELEASE | 2 +-
auctex.el | 2 +-
auctex.el.in | 4 +-
auctex.info | 153 ++++++++++++-----------
bib-cite.el | 2 -
configure.ac | 2 +-
context-en.el | 7 +-
context-nl.el | 7 +-
context.el | 59 ++++-----
doc/auctex.texi | 6 +-
doc/changes.texi | 8 ++
doc/faq.texi | 4 +-
doc/install.texi | 4 +-
doc/preview-faq.texi | 4 +-
font-latex.el | 58 +++++----
latex.el | 172 +++++++++++++++++++++-----
preview-latex.info | 6 +-
style/XCharter.el | 58 ++++-----
style/algpseudocodex.el | 47 +++++--
style/amsthm.el | 15 +--
style/babel.el | 79 +++++++-----
style/beamer.el | 45 ++++---
style/bicaption.el | 30 ++---
style/caption.el | 27 +++--
style/changelog.el | 4 +-
style/changes.el | 66 +++++-----
style/csquotes.el | 138 +++++++++++----------
style/dinbrief.el | 52 ++++----
style/expl3.el | 20 +--
style/fontenc.el | 14 +--
style/geometry.el | 11 +-
style/letter.el | 13 +-
style/mdsymbol.el | 9 +-
style/menukeys.el | 270 ++++++++++++++++++-----------------------
style/microtype.el | 13 +-
style/natbib.el | 31 +++--
style/newfloat.el | 15 +--
style/ntheorem.el | 65 +++++-----
style/paralist.el | 32 ++---
style/parskip.el | 18 +--
style/pythontex.el | 24 +---
style/revtex4-2.el | 25 ++--
style/shortvrb.el | 45 +++----
style/siunitx.el | 12 +-
style/soul.el | 169 ++++++++++++++++++++++++++
style/subcaption.el | 13 +-
style/theorem.el | 15 +--
style/wasysym.el | 187 ++++++++++++++++++++++++++++
style/xparse.el | 20 +--
tests/latex/font-latex-test.el | 128 ++++++++++++++++++-
tex-info.el | 24 ++--
tex-site.el | 23 ++--
tex-site.el.in | 19 +--
tex.el | 57 +++++----
55 files changed, 1491 insertions(+), 845 deletions(-)
create mode 100644 style/soul.el
create mode 100644 style/wasysym.el
- [elpa] externals/auctex updated (9d47b0a1bd -> 1c3360b162),
Tassilo Horn <=
- [elpa] externals/auctex 11e9dbfdf3 30/39: Track last change for \newtheorem macro in styles, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex d6fb3c58ce 01/39: Be more resilient when parsing arguments, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 22ba857c53 06/39: Improve fontification within shortvrb delimiters, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 4bcad4772d 15/39: Simplify handling of package options, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex b4c27dd36b 02/39: Lift required GNU Emacs version to 26.1, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex e0bc78a500 23/39: Support in-buffer completion for class/package names/options, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex b55368f75f 38/39: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 2017d97b0e 09/39: Rewrite *-unload-hook to *-unload-function, Tassilo Horn, 2023/07/20
- [elpa] externals/auctex c67f5d75b2 14/39: ; * Makefile.in (STYLESRC): Fix last change., Tassilo Horn, 2023/07/20
- [elpa] externals/auctex 1c3360b162 39/39: Release GNU AUCTeX 13.2.1, Tassilo Horn, 2023/07/20