auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex updated (1006b89 -> 1e8a495)


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex updated (1006b89 -> 1e8a495)
Date: Sat, 27 Jun 2020 03:17:40 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  1006b89   Release GNU AUCTeX 12.2.3
       new  1685a67   * doc/changes.texi (News in 12.3): Add news about fix of 
bug#33139.
       new  e5090c2   Complement document
       new  b97a049   * doc/changes.texi: Delete words inappropriate for raw 
file.
       new  b45bf4d   Ignore 3 consective $'s properly
       new  7a1ebbf   Add support for algorithm style
       new  f3df76a   Add support for algopseudocde style
       new  5017391   Update region extension in font-latex.el
       new  9170170   Delete overhead in extending font lock range of math 
expression
       new  32ad0e2   Obsolete font-latex-update-font-lock (bug#37945)
       new  54bb7c1   Omit hard font-lock reset also in 
font-latex-add-to-syntax-alist
       new  9c105a2   Trigger refontification in font-latex-add-to-syntax-alist.
       new  e62ce38   Merge branch 'obsolete-font-latex-update-font-lock'
       new  0ec28c6   Reconsider region extension
       new  ababc71   Recover compatibility for older emacsen
       new  393fb21   * texmathp.el: Add comment about additional bug.
       new  a6b12a2   Update documents
       new  3d4f378   Fix typos
       new  3a809a9   Fix regression of font lock
       new  0079026   ; * tests/latex/fontification-general.tex: Fix 
Indentation in environments.
       new  22d2eb6   Use constant regexp to fontify math environments
       new  1855efd   ; * style/mathtools.el: A bit change to align with 
previous commit.
       new  4c0d150   Don't call TeX-remove-style in TeX-arg-document.
       new  3e1adad   ; * style/breqn.el (): Fix stupid mistake.
       new  14a2b27   Improve conformance to code conventions, and documents
       new  3c1f820   Add TODO item about remove-style feature
       new  d9e148b   Merge remote-tracking branch 'origin/master' into 
externals/auctex
       new  1e8a495   Regenerate docs and tex-site.el after merge


Summary of changes:
 Makefile.in                                        |   2 +-
 auctex.info                                        | 269 ++++++++++--------
 doc/auctex.texi                                    |  17 +-
 doc/changes.texi                                   |  29 ++
 doc/todo.texi                                      |  15 +-
 font-latex.el                                      | 301 ++++++++++++---------
 latex.el                                           |  10 +-
 preview-latex.info                                 |  78 +++---
 style/algorithm.el                                 |  80 ++++++
 style/algpseudocode.el                             |  73 +++++
 style/alltt.el                                     |  11 +-
 style/amsmath.el                                   |  33 ++-
 style/beamer.el                                    |   9 +-
 style/breqn.el                                     |  30 +-
 style/comment.el                                   |  10 +-
 style/empheq.el                                    |  41 +--
 style/expl3.el                                     |  14 +-
 style/fancyhdr.el                                  |  11 +-
 style/fancyvrb.el                                  |  30 +-
 style/fvextra.el                                   |   8 +-
 style/hyperref.el                                  |   9 +-
 style/listings.el                                  |  15 +-
 style/ltxguide.el                                  |   8 +-
 style/mathtools.el                                 |  10 +-
 style/minted.el                                    |  18 +-
 style/pythontex.el                                 |  84 +++---
 style/revtex4-2.el                                 |   8 +-
 style/tex-live.el                                  |   8 +-
 style/url.el                                       |  12 +-
 style/verbatim.el                                  |   7 +-
 .../latex/{texmathp-test.el => font-latex-test.el} |  47 ++--
 tests/latex/fontification-general.tex              |  20 +-
 tex-site.el                                        |   4 +-
 texmathp.el                                        |  50 +---
 34 files changed, 813 insertions(+), 558 deletions(-)
 create mode 100644 style/algorithm.el
 create mode 100644 style/algpseudocode.el
 copy tests/latex/{texmathp-test.el => font-latex-test.el} (51%)



reply via email to

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