auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex updated (ce2ba8f -> 64e54ee)


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex updated (ce2ba8f -> 64e54ee)
Date: Thu, 25 Mar 2021 09:44:59 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  ce2ba8f   Release GNU AUCTeX 13.0.5
      adds  7ccff10   ; * latex.el (LaTeX-fill-region-as-paragraph): Fix typo.
      adds  c037cac   Prepare for enabling lexical binding in preview.el.in
      adds  7c2f403   * font-latex.el (font-latex-make-built-in-keywords): 
Reorder defs
      adds  7d89628   * font-latex.el (font-latex-make-built-in-keywords): Make 
it a macro
      adds  1d188f5   Use #' rather than ' to quote functions
      adds  8de4670   Remove some redundant `:group` arguments
      adds  e6910bb   Don't quote `lambda`
      adds  7a68408   Remove some XEmacs and old-Emacs code
      adds  00ef597   Miscellaneous minor changes
      adds  d7bdc79   Expose the body of advice to the compiler
      adds  2852adf   Activate lexical-binding everywhere
      adds  6ca7910   Prefer lexical closures over hand-built lambda forms
      adds  7606a49   Use UTF-8 for all ELisp files
       new  8f0638c   Fix merging
       new  65a711b   Discard obsolete variables
       new  a7b5f1a   Fix documents
       new  adc70b8   Fix void function error
       new  6a47321   Fix font-latex.el
       new  64e54ee   Merge branch 'master' into externals/auctex


Summary of changes:
 auctex.el.in                      |   4 +-
 bib-cite.el                       |  86 ++---
 context-en.el                     |   2 +-
 context-nl.el                     |   2 +-
 context.el                        |  47 +--
 doc/auctex.texi                   |   4 +-
 doc/install.texi                  |   2 +-
 doc/preview-faq.texi              |   8 +-
 font-latex.el                     | 192 +++++++-----
 latex.el                          | 248 +++++++--------
 lpath.el                          |   4 +-
 multi-prompt.el                   |   8 +-
 plain-tex.el                      |  10 +-
 preview.el                        | 295 ++++++++---------
 style/CJK.el                      |   4 +-
 style/array.el                    |   4 +-
 style/babel.el                    |   4 +-
 style/beamer.el                   |  14 +-
 style/biblatex.el                 |  14 +-
 style/dinbrief.el                 |   6 +-
 style/dk-bib.el                   |   4 +-
 style/doc.el                      |   4 +-
 style/foils.el                    |   4 +-
 style/fontenc.el                  |   7 +-
 style/inputenc.el                 |   4 +-
 style/jurabib.el                  |   4 +-
 style/kpfonts.el                  |  15 +-
 style/latexinfo.el                |  22 +-
 style/ntheorem.el                 |  12 +-
 style/pdfsync.el                  |   4 +-
 style/polyglossia.el              |   8 +-
 style/prosper.el                  |   6 +-
 style/pst-node.el                 |   4 +-
 style/pstricks.el                 |  11 +-
 style/siunitx.el                  |   4 +-
 style/theorem.el                  |   6 +-
 style/tikz.el                     |  18 +-
 style/ulem.el                     |   7 +-
 style/url.el                      |   4 +-
 tests/context/context-test.el     |   4 +-
 tests/japanese/error-parsing.el   |   4 +-
 tests/japanese/parse-timing.el    |   4 +-
 tests/japanese/preview-latex.el   |  26 +-
 tests/latex/font-latex-test.el    |   4 +-
 tests/latex/latex-test.el         |   4 +-
 tests/latex/preview-latex-test.el |   4 +-
 tests/latex/texmathp-test.el      |   4 +-
 tests/tex/command-expansion.el    |   4 +-
 tests/tex/error-parsing.el        |   4 +-
 tests/tex/navigation.el           |   4 +-
 tests/tex/path-expansion.el       |   4 +-
 tex-bar.el                        |  16 +-
 tex-buf.el                        |  88 +++---
 tex-fold.el                       |  86 +++--
 tex-font.el                       |  10 +-
 tex-info.el                       |  93 +++---
 tex-jp.el                         | 645 +++++++++++++++++++-------------------
 tex-mik.el                        |   4 +-
 tex-site.el.in                    |   9 +-
 tex-style.el                      |  48 +--
 tex-wizard.el                     |  14 +-
 tex.el                            | 197 ++++++------
 texmathp.el                       |   7 +-
 toolbar-x.el                      | 381 +++++++++-------------
 64 files changed, 1306 insertions(+), 1468 deletions(-)




reply via email to

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