[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex updated (817b1c4 -> f571914)
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex updated (817b1c4 -> f571914) |
Date: |
Sat, 11 Apr 2020 15:05:17 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 817b1c4 ; Fix .elpaignore syntax (dirs must be specified as dir
and not dir/)
new 19716fb ; Add ELPA release process description
new 8a2cdac Add new style/fbox.el
new 7c48889 ; * style/fbox.el: Fix wrong package version.
new 8927ed6 Update style/ltugboat.el to class version 2.22
new 486650b Update menu in proper timing (bug#38058)
new e35f85a Update style/caption.el to package version 3.4a
new 45f0298 * font-latex.el (font-latex-setup): Remove XEmacs compat
code.
new 6c25ffe Adjust Makefile clean targets
new 2ceda21 Use pdf rather than dvi for preview package document
new 4c1bb12 ; * tex-style.el (LaTeX-exam-reftex-quick-id-key): Fix
docstring.
new f2bac9d Improve environment insertion (bug#35284)
new 7f60ef7 Update Pygments styles to version 2.5.2
new 13e6746 Delete insertion of wrong dollar sign
new d308a1e Fix handling of LaTeX font declaration macros
new 3424aae Update style/fbox.el to package version 0.04
new f700ec0 Support extended NFSS shapes with 2020-02-02 LaTeX kernel
new 8cd9db3 Add changelog for my previous bug fix
new 68247ff Delete obsolete comment
new 7565d7c Remove compatibility code for older emacsen
new 8979812 Don't use obsolete variable
new 1d72a5c Remove compatibility code for older emacsen
new 88edbf8 Improve support for extended NFSS macros
new c1e0419 Adjust style/fontaxes.el to LaTeX kernel
new aa85918 Add new style/revtex4-2.el
new 520585a ; * style/revtex4-2.el: Silence the compiler.
new 1d2e61d Add new font macros in the related menus
new 4894e78 Move customizable variable into tex-style.el
new ae89690 * doc/auctex.texi (Font Specifiers): Document new font
macros.
new 0bc0ff5 Add fontification support \textnormal macro
new 0d79074 Add support for some missing environments
new 07efee4 Add new style/ltxguide.el
new cc3f860 Fix regexp for parsing optional arguments
new 0d6271f Add new style/overpic.el
new 811c52a Update style/listings.el
new 0dee720 Add new style/tex-live.el
new 0d3393d * preview.el.in (preview-gs-open): Use wrapper function.
new 54cb9c0 Load caption style before asking for package options
new dab40b7 Load caption style when asking for bicaption package
options
new 1f04541 Track LaTeX kernel changes for textcomp package
new 240476c * doc/changes.texi: Document latest changes.
new fb1fdc4 Fix y-or-n-p query prompts
new b84ab02 Merge branch 'master' into externals/auctex
new f571914 Compile after merge from master
Summary of changes:
Makefile.in | 16 ++-
admin/release-process.org | 84 +++++++++++
auctex.info | 287 +++++++++++++++++++++----------------
doc/Makefile.in | 5 +-
doc/auctex.texi | 22 ++-
doc/changes.texi | 32 ++++-
font-latex.el | 129 +++--------------
latex.el | 326 +++++++++++++++++++++++++++++++++++--------
latex/Makefile.in | 23 +--
preview-latex.info | 78 +++++------
preview.el | 2 +-
style/bicaption.el | 3 +-
style/caption.el | 27 ++--
style/exam.el | 19 ++-
style/{xspace.el => fbox.el} | 32 ++---
style/fontaxes.el | 31 ++--
style/listings.el | 4 +-
style/ltugboat.el | 12 +-
style/ltxguide.el | 123 ++++++++++++++++
style/minted.el | 15 +-
style/overpic.el | 121 ++++++++++++++++
style/prosper.el | 93 ++++++------
style/revtex4-2.el | 264 +++++++++++++++++++++++++++++++++++
style/shortvrb.el | 33 +----
style/subcaption.el | 6 +-
style/tex-live.el | 177 +++++++++++++++++++++++
style/textcomp.el | 146 ++-----------------
tests/latex/latex-test.el | 218 ++++++++++++++++++++++++++++-
tex-buf.el | 28 ++--
tex-site.el | 4 +-
tex-style.el | 76 +++++++---
tex-wizard.el | 4 +-
tex.el | 3 +-
33 files changed, 1778 insertions(+), 665 deletions(-)
copy style/{xspace.el => fbox.el} (64%)
create mode 100644 style/ltxguide.el
create mode 100644 style/overpic.el
create mode 100644 style/revtex4-2.el
create mode 100644 style/tex-live.el
- [AUCTeX-diffs] [elpa] externals/auctex updated (817b1c4 -> f571914),
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 19716fb 01/43: ; Add ELPA release process description, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 7c48889 03/43: ; * style/fbox.el: Fix wrong package version., Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 2ceda21 09/43: Use pdf rather than dvi for preview package document, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex f700ec0 16/43: Support extended NFSS shapes with 2020-02-02 LaTeX kernel, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 7f60ef7 12/43: Update Pygments styles to version 2.5.2, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 13e6746 13/43: Delete insertion of wrong dollar sign, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 486650b 05/43: Update menu in proper timing (bug#38058), Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 1d72a5c 21/43: Remove compatibility code for older emacsen, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8927ed6 04/43: Update style/ltugboat.el to class version 2.22, Tassilo Horn, 2020/04/11
- [AUCTeX-diffs] [elpa] externals/auctex 8a2cdac 02/43: Add new style/fbox.el, Tassilo Horn, 2020/04/11