[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex updated (3e163e5 -> 6c32b97)
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex updated (3e163e5 -> 6c32b97) |
Date: |
Sun, 6 Jun 2021 11:39:58 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 3e163e5 Release GNU AUCTeX 13.0.11
new bff3d85 ; Delete unnecessary escaping of characters
new 1193619 ; Silence the compiler
new 7ff3323 Add support for (Brazilian) Portuguese
new 431375f Support new kernel macro \footref
new dc425b7 Make `TeX-run-format' self-contained (bug#48144)
new 95c3acf Ensure rawness of data to compute MD5
new 9f7bddc ; * style/thmtools.el (LaTeX-thmtools-env-label): Fix
quote.
new 3c8e583 Introduce new variable `LaTeX-global-package-files'
new 70907dd Skip inline math $ inside comments (bug#48365)
new b852059 ; Improve previous commit
new 2959334 ; Improve previous commit again
new 6050e27 Add new variable `TeX-normal-mode-reset-list'
new a6121fb Fix fontification when $ is unclosed in buffer
new 605cfc2 Add new test
new 4309e91 ; * tex.el (TeX-command-list): Remove linebreak in :help
string.
new 8990190 Improve style/algorithm.el
new afab0e0 Indent region (bug#48518)
new a8e1a5d Update documentation
new 81ce0ee Add -dDELAYBIND only when necessary
new b0c5a4e Delete style/latexinfo.el from AUCTeX
new 2a4cbbb Improve `TeX-electric-macro' in Texinfo mode
new 34ab611 Improve completion
new b5f34a9 Followup my commit on May 6
new 1ded6fc Fix markups in documents
new 1d32138 ; Silence the compiler
new e7b25d1 Use #' rather than ' to quote function names
new bb1bb25 Remove backspace as paragraph separator
new 154fc6e Only re-fill \item contents if auto-fill-mode is active
(bug#48760)
new a21c10a Check for `auto-fill-function' before filling
new c540e3a Define minor modes using keywords
new 93d66d1 Adapt for Texinfo mode
new cd63c11 Use own error description for LaTeX mode only
new dfd6585 Merge remote-tracking branch 'origin/master' into
externals/auctex
new 6c32b97 Release GNU AUCTeX 13.0.12
Summary of changes:
Makefile.in | 6 +-
README | 18 +-
auctex.el | 2 +-
auctex.info | 1607 +++++++++++++++++++++-------------------
doc/auctex.texi | 822 +++++++++++---------
doc/changes.texi | 175 ++---
doc/faq.texi | 19 +-
doc/install.texi | 128 ++--
doc/preview-faq.texi | 25 +-
doc/preview-latex.texi | 88 +--
doc/preview-problems.texi | 7 +-
doc/preview-readme.texi | 13 +-
doc/preview-todo.texi | 12 +-
doc/quickstart.texi | 57 +-
doc/todo.texi | 39 +-
doc/wininstall.texi | 51 +-
font-latex.el | 41 +-
latex.el | 478 +++++++++++-
preview-latex.info | 147 ++--
preview.el | 3 +-
style/algorithm.el | 33 +-
style/beamer.el | 7 +-
style/bicaption.el | 4 +-
style/{jura.el => brazil.el} | 19 +-
style/brazilian.el | 77 ++
style/caption.el | 4 +-
style/currvita.el | 3 +-
style/doc.el | 2 +-
style/enumitem.el | 3 +-
style/graphicx.el | 3 +
style/kpfonts.el | 4 +-
style/latexinfo.el | 183 -----
style/longtable.el | 2 +-
style/moodle.el | 5 +-
style/pdfpages.el | 3 +-
style/{jura.el => portuges.el} | 19 +-
style/portuguese.el | 78 ++
style/subcaption.el | 4 +-
style/tcolorboxlib-raster.el | 3 +-
style/thmtools.el | 4 +-
style/xltabular.el | 2 +-
tests/latex/font-latex-test.el | 17 +
tex-buf.el | 511 ++-----------
tex-fold.el | 4 +-
tex-info.el | 8 +-
tex-jp.el | 2 +-
tex-site.el | 4 +-
tex.el | 51 +-
48 files changed, 2566 insertions(+), 2231 deletions(-)
copy style/{jura.el => brazil.el} (72%)
create mode 100644 style/brazilian.el
delete mode 100644 style/latexinfo.el
copy style/{jura.el => portuges.el} (72%)
create mode 100644 style/portuguese.el
- [elpa] externals/auctex updated (3e163e5 -> 6c32b97),
Tassilo Horn <=
- [elpa] externals/auctex bff3d85 01/34: ; Delete unnecessary escaping of characters, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 1193619 02/34: ; Silence the compiler, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 431375f 04/34: Support new kernel macro \footref, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex dc425b7 05/34: Make `TeX-run-format' self-contained (bug#48144), Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 9f7bddc 07/34: ; * style/thmtools.el (LaTeX-thmtools-env-label): Fix quote., Tassilo Horn, 2021/06/06
- [elpa] externals/auctex b852059 10/34: ; Improve previous commit, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 7ff3323 03/34: Add support for (Brazilian) Portuguese, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 95c3acf 06/34: Ensure rawness of data to compute MD5, Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 70907dd 09/34: Skip inline math $ inside comments (bug#48365), Tassilo Horn, 2021/06/06
- [elpa] externals/auctex 2959334 11/34: ; Improve previous commit again, Tassilo Horn, 2021/06/06