[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex updated (6c32b97 -> ceb169a)
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex updated (6c32b97 -> ceb169a) |
Date: |
Thu, 12 Aug 2021 11:18:18 -0400 (EDT) |
tsdh pushed a change to branch externals/auctex.
from 6c32b97 Release GNU AUCTeX 13.0.12
new 1b1361c Make TeX-fold-mode aware of superscript and subscript
new 01b30cb Fix filling of code-and-comment lins where code ended in
\% (bug#48937)
new 268fcac ; Improve previous commit
new 32e93a0 Fix bug#36651
new b940950 Define `TeX-parse-all-errors' in tex.el
new c504093 ; * latex.el: Avoid potential compiler warning.
new ae6a21d Fix arguments given to makeglossaries
new 9b4627c ; Fix TODO
new 8c81f42 Fix doc strings and comment
new 98a059a ; * doc/changes.texi: Fix markups.
new 30a7d81 Update document
new d813213 Improve tool bar appearance
new ac9405b * doc/auctex.texi (Modes and Hooks): Fix hook name.
new 21a725b Fix order of arguments
new a589542 Add defensive `save-match-data'
new 5aef4bb Add support for LaTeX hook macros
new 4a0bfe3 Clean up temporal markers
new f200e28 * tex-fold.el (TeX-fold-macro-spec-list): Add entry for
"footref".
new 5d33c2a Be more precise about the first element in
`LaTeX-math-list'
new 14e485c ; Suppress spurious space in info output
new 2ca3d18 Fix slowdown of font lock in doctex mode
new 0152938 Update style/ulem.el
new f16fc13 Add entries for Texinfo mode in `TeX-command-list'
new 41610c7 Add index files as clean target in Texinfo mode
new 097ec6c Avoid superfluous output directories
new ceb169a Merge remote-tracking branch 'origin/master' into
externals/auctex
Summary of changes:
doc/auctex.texi | 38 +++++-----
doc/changes.texi | 9 ++-
doc/todo.texi | 15 ++--
font-latex.el | 1 +
latex.el | 223 ++++++++++++++++++++++++++++++++++++++++++++++++++----
preview.el | 13 ++--
style/dinbrief.el | 3 +-
style/letter.el | 3 +-
style/ulem.el | 50 +++++++-----
tex-buf.el | 20 ++---
tex-fold.el | 16 +++-
tex-info.el | 9 ++-
tex.el | 65 +++++++++++-----
texmathp.el | 5 +-
toolbar-x.el | 29 +++----
15 files changed, 381 insertions(+), 118 deletions(-)
- [AUCTeX-diffs] [elpa] externals/auctex updated (6c32b97 -> ceb169a),
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 268fcac 03/26: ; Improve previous commit, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 01b30cb 02/26: Fix filling of code-and-comment lins where code ended in \% (bug#48937), Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 1b1361c 01/26: Make TeX-fold-mode aware of superscript and subscript, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 8c81f42 09/26: Fix doc strings and comment, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 9b4627c 08/26: ; Fix TODO, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex c504093 06/26: ; * latex.el: Avoid potential compiler warning., Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 4a0bfe3 17/26: Clean up temporal markers, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex ae6a21d 07/26: Fix arguments given to makeglossaries, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 30a7d81 11/26: Update document, Tassilo Horn, 2021/08/12
- [AUCTeX-diffs] [elpa] externals/auctex 32e93a0 04/26: Fix bug#36651, Tassilo Horn, 2021/08/12