auctex-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex updated (311d292163 -> 75702683d0)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (311d292163 -> 75702683d0)
Date: Wed, 11 Oct 2023 03:41:54 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  311d292163 Update Package-Requires to emacs 26.1
       new  3c03ee089a Add missing alternative for custom type
       new  65330be8e6 ; Trivial cleanups
       new  f69211af62 Fix context nl mode
       new  b18e98cbec Follow-up fix for doc string (bug#65195)
       new  dc40d6e812 Fix bug#64921
       new  e3d0a7dca5 * latex.el: Require subr-x.el during byte-compilation.
       new  8c3e73c4bb Unbreak in-buffer completion for Emacs prior to v.28
       new  8e4043a899 ; * latex.el (LaTeX-completion-parse-args): Use 
`cl-flet'.
       new  fe3ef154cd Support verbatim shorthands defined with fancyvrb package
       new  d486947cd8 Enable LaTeX abbrevs in docTeX mode buffer.
       new  66941e5aad ; * doc/changes.texi: Fix typo.
       new  e4c48a5a02 Improve tex-jp.el politeness
       new  91da27754b Keep preview images when killing indirect buffer 
(bug#65462)
       new  95163c6602 ; Fix typo and spacing in Texinfo document
       new  c290376d5d Allow programmatic folding
       new  d3d9dc089b Disallow opening square brackets as verb delimiter
       new  2151c3831f Honor file local value for `LaTeX-section-list' 
(bug#65750)
       new  c273efdeb2 Honor file local variable (bug#65750)
       new  0df824d5d2 Remove menu title inconsistency
       new  95d7a81f40 Fix "Honor file local variables" (bug#65750)
       new  90960e2be9 ; * .gitignore: Ignore Finder files on macOS.
       new  aabf144dfb Arrange indent of tabular-like environments (bug#65648)
       new  e2f18de580 ; * auctex.el.in: Provide the final product.
       new  a228137f66 Don't count braces in verbatim constructs for indentation
       new  454f02a588 Take care of temporal buffers (bug#65912)
       new  ad81644cf1 ; * tex.el (TeX-brace-count-line): Fix last change.
       new  bb5e6c0a27 Remove let-binding for `max-specpdl-size'
       new  c139490c7e Tune special modes
       new  34a94db2ae * tex.el (plain-TeX-auto-regexp-list): Save regexp 
groups.
       new  338c5d0a4b * latex.el (LaTeX-auto-index-regexp-list): Save regexp 
groups.
       new  d436191cef * latex.el (LaTeX-auto-class-regexp-list): Save regexp 
groups.
       new  7b1d4156b2 * latex.el (LaTeX-auto-counter-regexp-list): Save regexp 
groups.
       new  034c528741 * latex.el (LaTeX-auto-regexp-list): Save regexp groups.
       new  cb0e671b0c ; * tex-site.el.in (BibTeX-auto-store): Pacify the 
compiler.
       new  d9a6c248d0 ; Minor improvement of documentation
       new  846cce4378 Fix documentations about Texinfo mode
       new  75702683d0 Merge remote-tracking branch 'origin/master' into 
externals/auctex


Summary of changes:
 .gitignore                     |   2 +-
 auctex.el.in                   |   2 +
 auctex.info                    | 283 +++++++++++++++++++++--------------------
 context-nl.el                  |   3 +
 context.el                     |  56 ++++++--
 doc/auctex.texi                |  45 ++++---
 doc/changes.texi               |   4 +-
 doc/faq.texi                   |   2 +-
 doc/install.texi               |   2 +-
 doc/quickstart.texi            |   2 +-
 font-latex.el                  |  21 ++-
 latex.el                       | 153 ++++++++++++++++------
 plain-tex.el                   |  16 ++-
 preview-latex.info             |  80 ++++++------
 preview.el                     |  15 ++-
 style/biblatex.el              |  10 +-
 style/fancyvrb.el              |  23 ++++
 tests/context/context-test.el  |   6 -
 tests/latex/font-latex-test.el |   6 -
 tests/latex/latex-test.el      |  12 +-
 tests/latex/tabular-out.tex    |   8 +-
 tests/latex/texmathp-test.el   |   2 -
 tex-fold.el                    |  73 ++++++-----
 tex-info.el                    |  61 ++++++---
 tex-jp.el                      |  13 +-
 tex-site.el                    |   6 +-
 tex-site.el.in                 |   2 +
 tex-style.el                   |  26 +++-
 tex.el                         |  79 +++++++-----
 29 files changed, 638 insertions(+), 375 deletions(-)




reply via email to

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