[GNU ELPA] Auctex version 13.2.0

2023-04-24 Thread ELPA update
Version 13.2.0 of package Auctex has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Auctex describes itself as: Integrated environment for *TeX* More at https://elpa.gnu.org/packages/auctex.htm

[elpa] externals/auctex 1c808c0adc 15/16: Merge commit 'bd2c1c67' into externals/auctex

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 1c808c0adc9a81478b1edcfcfdb6f6d80d927416 Merge: 658832b8a2 bd2c1c676b Author: Tassilo Horn Commit: Tassilo Horn Merge commit 'bd2c1c67' into externals/auctex --- ChangeLog-preview |4 + ChangeLog.1 | 2622

[elpa] externals/auctex 0270dd972d 10/16: Improve style/fancyvrb.el

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 0270dd972d9d0ad7ed108b550661fcca8adae126 Author: Arash Esbati Commit: Arash Esbati Improve style/fancyvrb.el * style/fancyvrb.el (LaTeX-fancyvrb-arg-define-macro): Improve addition of parsed elements incl. starred version, fontification and sp

[elpa] externals/auctex 2a65fac9b1 03/16: Return correct completion candidates in math-mode

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 2a65fac9b17a81fdbcad1e71ef9537771809354b Author: Arash Esbati Commit: Arash Esbati Return correct completion candidates in math-mode * latex.el (LaTeX-common-initialization): Make sure that from the second elements inside `LaTeX-math-list' and `La

[elpa] externals/auctex 629504af8c 01/16: Simplify implementation of style/overpic.el

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 629504af8c26af0d8f3f3cd8c7b031e30322f2f1 Author: Arash Esbati Commit: Arash Esbati Simplify implementation of style/overpic.el * style/overpic.el (LaTeX-arg-overpic-key-val): Delete function and move the functionality into the hook. (LaTeX-gra

[elpa] externals/auctex 99334fe623 08/16: Improve filling over comments in docTeX-mode

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 99334fe6235f010a6430e9310eb0ed7dd19d32dc Author: Arash Esbati Commit: Arash Esbati Improve filling over comments in docTeX-mode * doc/auctex.texi (Indenting): Document new option. * latex.el (docTeX-indent-across-comments): New option. (L

[elpa] externals/auctex 1a2060af30 04/16: * style/pdfpages.el ("pdfpages"): Replace `TeX-arg-eval'.

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 1a2060af30258bab872d2f3a607f863a7be9e6b5 Author: Arash Esbati Commit: Arash Esbati * style/pdfpages.el ("pdfpages"): Replace `TeX-arg-eval'. --- style/pdfpages.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/style/pdfpages.

[elpa] externals/auctex 191db68497 11/16: Improve style/enumitem.el

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 191db684974762e88f4663f0307ce8ca8cf5bedb Author: Arash Esbati Commit: Arash Esbati Improve style/enumitem.el * style/enumitem.el (LaTeX-enumitem-key-val-options): Use variables provided by latex.el and don't hard-code the font related values.

[elpa] externals/auctex 21893998a4 07/16: Update style/expl3.el

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 21893998a4ec14d87227161c6bd93a9bb833c7d8 Author: Arash Esbati Commit: Arash Esbati Update style/expl3.el * style/expl3.el ("expl3"): Add missing macros plus fontification. (LaTeX-expl3-package-options): Update options. --- style/expl3.el | 43 +++

[elpa] externals/auctex b49bb22929 13/16: ; make change-history-commit

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit b49bb2292912b81b6603a419449c73f91a0084cf Author: Mosè Giordano Commit: Mosè Giordano ; make change-history-commit --- ChangeLog.1 | 2618 ++- 1 file changed, 2617 insertions(+), 1 deletion(-) diff --git

[elpa] externals/auctex bd2c1c676b 14/16: ; Release_13.2

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit bd2c1c676b9a37d42db85a9514498750c23b3d08 Author: Mosè Giordano Commit: Mosè Giordano ; Release_13.2 --- ChangeLog-preview | 4 ChangeLog.1 | 4 2 files changed, 8 insertions(+) diff --git a/ChangeLog-preview b/ChangeLog-preview index 753847c9

[elpa] externals/auctex 1adb687a9d 05/16: Fix query of optional arguments

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 1adb687a9d8816763c787abf751367925788b909 Author: Arash Esbati Commit: Arash Esbati Fix query of optional arguments * style/thmtools.el (LaTeX-thmtools-env-label): Add ?\r (RET) to list of valid chars for input. --- style/thmtools.el | 12

[elpa] externals/auctex ec742f3332 12/16: ; Prepare for new release

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit ec742f33320928680dfb3b287add4d511a69f4d4 Author: Mosè Giordano Commit: Mosè Giordano ; Prepare for new release --- RELEASE | 224 +- admin/release-process.org | 11 ++- configure.ac |

[elpa] externals/auctex updated (658832b8a2 -> 9d47b0a1bd)

2023-04-24 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 658832b8a2 Release GNU AUCTeX 13.1.10 new 629504af8c Simplify implementation of style/overpic.el new c19d4003e0 Replace `TeX-arg-eval' in style/newfloat.el new 2a65fac9b1 Return correct completion candidates in ma

[elpa] externals/auctex 9d47b0a1bd 16/16: Release GNU AUCTeX 13.2.0

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 9d47b0a1bdffb8e01a83bf507dac7677ecca92f7 Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 13.2.0 * GNU AUCTeX Version 13.2.0 released. --- auctex.el | 2 +- auctex.info| 236 ++---

[elpa] externals/auctex c19d4003e0 02/16: Replace `TeX-arg-eval' in style/newfloat.el

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit c19d4003e0f4d5abba6aab67c7c952f3d1622d91 Author: Arash Esbati Commit: Arash Esbati Replace `TeX-arg-eval' in style/newfloat.el * style/newfloat.el ("newfloat"): Replace `TeX-arg-eval' with closure. Fix the first argument of `TeX-arg-completing

[elpa] externals/auctex 91e863aa38 09/16: Improve spelling skip support for fancyvrb macros

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 91e863aa3848492347da763eff3f537bf658f4fa Author: Arash Esbati Commit: Arash Esbati Improve spelling skip support for fancyvrb macros * tex-ispell.el (TeX-ispell-skip-cmds-list): Improve skip support for macros provided by fancyvrb package. --- te

[elpa] externals/auctex 3fc581c356 06/16: ; Silence issues reported by 'make -dynvars-check'

2023-04-24 Thread Tassilo Horn
branch: externals/auctex commit 3fc581c3565429966bfe3655b6b7de5f39a74df4 Author: Arash Esbati Commit: Arash Esbati ; Silence issues reported by 'make -dynvars-check' * style/beamerarticle.el: * style/physics.el: Require latex.el. --- style/beamerarticle.el | 3 ++- style/physic

Re: master 04b9a6d1: Improve shortvrb.sty support

2023-04-24 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > branch: master > commit 04b9a6d1f9c7337e1f500721c9ad32029f3fb4c8 > Author: Ikumi Keita > Commit: Ikumi Keita > > Improve shortvrb.sty support > > * style/shortvrb.el ("shortvrb"): Install new syntax table which > assigns "string quotes" syntax t

master d6fb3c58: Be more resilient when parsing arguments

2023-04-24 Thread Arash Esbati
branch: master commit d6fb3c58ce624a89b3e7f5dbf6e2764f950c7fc7 Author: Arash Esbati Commit: Arash Esbati Be more resilient when parsing arguments * style/xparse.el (LaTeX-xparse-macro-parse): Locally bind `case-fold-search' to nil and be case-sensitive when parsing the argum