emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex updated (b91f15b3a3 -> 0029ca410f)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (b91f15b3a3 -> 0029ca410f)
Date: Fri, 26 Aug 2022 16:06:30 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  b91f15b3a3 Release GNU AUCTeX 13.1.3
       new  010a1e24be Follow up the previous commit
       new  fa547aa71e Don't increase indentation after \iff
       new  9ede1fa203 Improve insertion of & in matrix-like environments
       new  7846cb9f94 Mention 'M-RET' alias which runs `LaTeX-insert-item'
       new  a416201f4a Delete usage of @key in index entries
       new  f33df119ce Ensure "make maintainer-clean" deletes dynvars files
       new  ba6e5ef69c ; Fix warnings reported by 'make dynvars-check'
       new  71a288a2fe Add styles for iftex bundle
       new  dc101dee44 ; Delete style/multibib.el checked in by accident
       new  619f329595 * tex-ispell.el (TeX-ispell-skip-cmds-list): Support 
shortvrb.sty.
       new  58bc18eaf7 Be more robust against false positive
       new  fabe675915 Adapt regression test for the previous commit
       new  c39fe6d1d6 Delete compatibility code
       new  ecf8b28cda Add new style/multibib.el
       new  e9af1e68fb Fix preview-latex to work with desktop.el again
       new  4486056d50 Add new style/ltcaption.el
       new  8404fe8b18 Provide generic completion functions
       new  3a1a820bdf ; Rearrange code after last commit.
       new  64a8e189a3 Remove compatibility code
       new  37e5a450a3 Complete LaTeX lengths and counters
       new  34fd998400 ; * bib-cite.el (): Silence byte compiler
       new  46373674e2 ; Fix completion for counters made in 37e5a450
       new  3f0d5a7411 Add support for \linespread macro
       new  ba568ead99 ; Silence the compiler for the change in 37e5a450
       new  9ca155cdb0 Improve fontification of kernel macros
       new  e30fda8130 ; Really silence the compiler for the change in 37e5a450
       new  9b5cf4b550 Fix insertion of second optional argument
       new  e194656ce2 Let RefTeX recognize labels in user defined environments
       new  d47a6e8716 Support complex \input path (bug#55511)
       new  59ef475125 Simplify regexp
       new  6fe2f21e96 ; Fix warnings about single quotes in docstrings
       new  3447aa75c3 ; Further fixes about single quotes in docstrings
       new  f2138e9a74 New option for saving auto parsed information (bug#55511)
       new  7d7e563862 * doc/changes.texi: Add NEWS item for the previous 
commit.
       new  794ecb01ab Fontify \maketitle macro
       new  daaff30b4a Follow elisp quoting convention
       new  d44f83de8b Add three new styles
       new  4770d57dba Support different number of arguments for \hyperref
       new  60ca36b5a1 ; * .gitignore: Exclude temp files produced by 
2022-06-01 kernel.
       new  b24dcb4feb Track changes in LaTeX kernel 2022-06-01
       new  d1f2c2cdb2 Add new style/proc.el
       new  054b38887b Fix (void-variable compilation-in-progress) error
       new  edb15b8f26 Follow up the previous commit
       new  6e25d11aa6 Add comment
       new  87b24d0963 Add support for the Sioyek document viewer
       new  39e0062235 Introduce face and keyword class for underlined text
       new  d1d1bd819d Control the opening and closing braces during insertion
       new  019bcc9cc3 ; * style/proc.el: Fix a typo.
       new  192f201f96 Add new style/microtype.el
       new  b377080c80 Add notification about xelatex in preview-latex doc
       new  cc70633aa6 ; * preview.el.in (preview-reference-face): Fix warning.
       new  e9612823ff Avoid emacs 25 error
       new  e3657144f5 Partial fix of region preview with TeX-output-dir feature
       new  fade32d568 Don't break line inside \verb-like macro (bug#56160)
       new  545129e1c3 * style/shortvrb.el: Add missing macros incl. 
fontification.
       new  04b9a6d1f9 Improve shortvrb.sty support
       new  23f4040c9d Add new test
       new  ce4bb7c1b6 ; * style/doc.el: Delete spurious `declare-function'.
       new  33a01b6928 Extend test for filling
       new  4a3d7a2dc2 Suppress indentation of verbatim env's in docTeX-mode
       new  9378b66daa Add TODO
       new  812368af6a Update documentation about C-M-a and C-M-e
       new  30f7a1ca68 Don't use void function texinfo-outline-level
       new  ead30464d8 * style/listings.el (TeX-add-style-hook): Update 
fontification.
       new  edabf207b4 Insert a space between \caption and \\ in tables
       new  4163bb5c42 Fix `autoconf` warnings
       new  2d28bd1630 Avoid `makeinfo` warnings
       new  9a3078e510 Fix comments and doc strings
       new  728db25bf7 Update documentation
       new  0f59225c0f ; * doc/todo.texi (Mid-term Goals): Fix typo.
       new  5c5aa78de0 Fix doc string
       new  cb0a1e6be1 Improve function calls to retrieve key=vals in style 
hooks
       new  19a2607b42 Unbreak building with Emacs 29 after obsoleting 
autoload.el
       new  ec3877ea7f Pacify Emacs 29 compiler warnings
       new  06db9e302b Add new style/tcolorboxlib-theorems.el
       new  fe15af59d0 Merge remote-tracking branch 'origin/master' into 
externals/auctex
       new  0029ca410f Release GNU AUCTeX 13.1.4


Summary of changes:
 .gitignore                         |   2 +
 Makefile.in                        |  41 +++--
 aclocal.m4                         |   6 +-
 auctex.el                          |   2 +-
 auctex.info                        | 336 +++++++++++++++++++++++--------------
 bib-cite.el                        |  11 +-
 configure.ac                       |   5 +-
 context.el                         |  10 +-
 doc/auctex.texi                    |  90 ++++++----
 doc/changes.texi                   |  37 ++++
 doc/preview-latex.texi             |   2 +-
 doc/preview-problems.texi          |  10 ++
 doc/todo.texi                      |  43 ++++-
 doc/wininstall.texi                |   4 +
 font-latex.el                      |  65 ++++---
 latex.el                           | 289 +++++++++++++++++++++++--------
 preview-latex.info                 |  69 +++++---
 preview.el                         |  70 +++++---
 style/amsmath.el                   |  42 ++++-
 style/bigstrut.el                  |   3 +-
 style/caption.el                   |   6 +-
 style/comment.el                   |   3 +-
 style/cuted.el                     |   3 +-
 style/doc.el                       |   3 -
 style/enumitem.el                  |  26 +--
 style/footmisc.el                  |   1 +
 style/footnotehyper.el             |   3 +-
 style/graphicx.el                  |   6 +-
 style/hyperref.el                  |  49 +++---
 style/{pdflscape.el => ifetex.el}  |  23 +--
 style/ifluatex.el                  |  47 +++---
 style/{brazil.el => ifpdf.el}      |  22 ++-
 style/iftex.el                     | 189 +++++++++++++++++++++
 style/{pdflscape.el => ifvtex.el}  |  23 +--
 style/{pdflscape.el => ifxetex.el} |  23 +--
 style/jurabib.el                   |   3 +-
 style/{xspace.el => keyval.el}     |  30 ++--
 style/kvoptions.el                 | 113 +++++++++++++
 style/{xspace.el => kvsetkeys.el}  |  30 ++--
 style/l3doc.el                     |   6 +-
 style/listings.el                  |  21 ++-
 style/longtable.el                 |  11 +-
 style/ltcaption.el                 | 120 +++++++++++++
 style/ltxdoc.el                    |   2 +-
 style/microtype.el                 | 240 ++++++++++++++++++++++++++
 style/midfloat.el                  |   3 +-
 style/multibib.el                  | 132 +++++++++++++++
 style/multirow.el                  |   3 +-
 style/{pdflscape.el => proc.el}    |  29 ++--
 style/scrpage2.el                  |   1 +
 style/shortvrb.el                  |  27 ++-
 style/sidecap.el                   |   2 +-
 style/tcolorboxlib-theorems.el     | 317 ++++++++++++++++++++++++++++++++++
 style/tikz.el                      |  11 +-
 style/ulem.el                      |  10 +-
 style/xltabular.el                 |  11 +-
 style/xparse.el                    |   5 +-
 tests/latex/doctex-indent-in.dtx   |   6 +
 tests/latex/doctex-indent-out.dtx  |   6 +
 tests/latex/latex-filling-in.tex   |  19 +++
 tests/latex/latex-filling-out.tex  |  21 +++
 tests/latex/latex-test.el          |   8 +-
 tests/tex/error-parsing.el         |   9 +-
 tests/tex/test.tex                 |   1 +
 tex-bar.el                         |   4 +-
 tex-fold.el                        |   4 +-
 tex-info.el                        |   1 -
 tex-ispell.el                      |   5 +
 tex-site.el                        |   4 +-
 tex.el                             | 225 +++++++++++++++----------
 70 files changed, 2359 insertions(+), 645 deletions(-)
 copy style/{pdflscape.el => ifetex.el} (63%)
 copy style/{brazil.el => ifpdf.el} (64%)
 create mode 100644 style/iftex.el
 copy style/{pdflscape.el => ifvtex.el} (63%)
 copy style/{pdflscape.el => ifxetex.el} (63%)
 copy style/{xspace.el => keyval.el} (64%)
 create mode 100644 style/kvoptions.el
 copy style/{xspace.el => kvsetkeys.el} (64%)
 create mode 100644 style/ltcaption.el
 create mode 100644 style/microtype.el
 create mode 100644 style/multibib.el
 copy style/{pdflscape.el => proc.el} (56%)
 create mode 100644 style/tcolorboxlib-theorems.el
 create mode 100644 tests/tex/test.tex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]