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

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

[elpa] externals/auctex updated (46c464b -> 2ee9a07)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (46c464b -> 2ee9a07)
Date: Fri, 17 Dec 2021 15:00:22 -0500 (EST)

tsdh pushed a change to branch externals/auctex.

      from  46c464b   Release GNU AUCTeX 13.0.14
       new  3174ded   Add new style/backref.el
       new  fa309c9   Fix error when tex.el is loaded while default-directory 
doesn't exist
       new  2d9944d   ; Improve initial commit.
       new  2e6846e   Check the options and load the style backref.el
       new  483f6e9   ; * style/hyperref.el ("hyperref"): Fix other link to 
testform.tex.
       new  380bc4a   Handle optional embellishment arguments correctly
       new  c6350aa   Track standardized generic hook names in LaTeX kernel
       new  45d3a11   ; Fix unbalanced parentheses
       new  44a8a42   ; Don't use `assoc-delete-all'
       new  9f3e760   Recognize L3 \msg_line_context: on warning parsing
       new  fd73414   ; * doc/changes.texi: Add supplementary notice.
       new  25c8d0f   Add NEWS for two commands available in Texinfo mode
       new  0c01b75   ; * doc/changes.texi: Fix a markup.
       new  7fa094f   ; * style/tabulary.el ("tabulary"): Really append the 
entry.
       new  f72f849   Delete obsolete files and targets
       new  ec9362d   ; * doc/todo.texi (Mid-term Goals): Fix spacing.
       new  3684fde   Explain how to support option completion
       new  b379da7   Don't indent begin/end of comment env
       new  4e15656   Cleanup indentation of verbatim environments
       new  464fd34   * tests/latex/latex-test.el (LaTeX-flush-left-indent): 
New test.
       new  16bcc8d   ; * tex.el (TeX-source-correlate-mode): Quote function 
name by #'.
       new  9284ac6   Explain how to do forward search by mouse
       new  ae2d7ef   Silence compiler warning
       new  bd723c7   Cater for corner case when dealing with TeX error
       new  f6dd4a4   ; Silence the compiler
       new  df69443   ; Silence the compiler
       new  2af20f4   ; Silence TeX warnings
       new  cd4a1c9   * style/graphicx.el (LaTeX-graphicx-key-val-options): Add 
alt key.
       new  9a42bf4   ; Minor doc fixes
       new  6433dc3   Extend `TeX-read-key-val' to accept a function call
       new  b866110   Autoload `TeX-check-engine-add-engines' in tex.el
       new  0376fd2   ; Fix doc strings
       new  ee37db3   Supplement doc string
       new  d62d8f3   Update style/fontspec.el to package version 2.7i
       new  c457aab   * style/babel.el ("babel"): Use 
`LaTeX-fontspec-font-features'.
       new  2e968b6   ; Fix escapings
       new  0419539   Improve style/babel.el
       new  9fa3859   ; Remove duplicates
       new  df0545f   Improve handling of key=vals in style/empheq.el
       new  2db5e3c   Improve handling of key=vals style/newfloat.el
       new  db45d9e   Improve handling of key=vals in style/mdframed.el
       new  6902d05   Improve handling of key=vals in style/minted.el
       new  7b632c6   * doc/todo.texi (Mid-term Goals): Add TODO about tool bar.
       new  0752650   Don't use obsolete @inforef
       new  b9545c8   Improve handling of key=vals in style/fancyvrb.el
       new  43f6398   Improve handling of key=vals in style/enumitem.el
       new  8e0fb65   Improve handling of key=vals in style/listings.el
       new  199bc6e   Use coherent logic to identify code comment (bug#51762)
       new  9e97edc   Fix wrong logic of the previous commit
       new  5f67eac   Fix logic again
       new  08f5c9e   Improve handling of key=vals in style/floatrow.el
       new  df0d719   Improve handling of key=vals in style/hologo.el
       new  ba1cbd2   Improve handling of key=vals in style/caption.el
       new  d77f49e   Fontify \tabularnewline macro
       new  0322057   Fix misc minor issues
       new  363b778   Update style/multicol.el to package version 1.9b
       new  7c4147b   Improve handling of key=vals in style/tcolorbox.el
       new  accfe51   Add new style/xr-hyper.el
       new  dfd3369   Add new style/xr.el
       new  bc5f7bc   Add new style/cancel.el
       new  2e26d49   Update style/siunitx.el to package version 3
       new  8c50665   Add new style/unicodefonttable.el
       new  bd2f3a8   Track changes in LaTeX kernel 2021-11-15
       new  e118a53   ; Prepare for upcoming release
       new  17277d8   Fix marker management
       new  8e13306   Update style/url.el to package version 3.4
       new  9fdb117   ; Fix previous commit
       new  22e4415   Add styles for packages from sttools collection
       new  19cd047   Add new style/rotating.el
       new  f6edd15   Add style/sidecap.el
       new  2ee9a07   Merge remote-tracking branch 'origin/master' into 
externals/auctex


Summary of changes:
 Makefile.in                          | 106 +-----
 RELEASE                              | 176 ++++++---
 auctex.spec                          | 223 -----------
 configure.ac                         |   2 +-
 context-en.el                        |   8 +-
 context-nl.el                        |   6 +-
 context.el                           |  59 +--
 doc/auctex.texi                      |  90 ++++-
 doc/changes.texi                     |  33 ++
 doc/preview-latex.texi               |   4 +-
 doc/preview-problems.texi            |   6 +-
 doc/preview-readme.texi              |   6 +-
 doc/tex-ref.tex                      |  10 +-
 doc/todo.texi                        |  27 +-
 font-latex.el                        |  15 +-
 latex.el                             | 559 ++++++++++++++++------------
 latex/preview.dtx                    |   4 +-
 plain-tex.el                         |   8 +-
 preview-latex.spec                   | 260 -------------
 style/acro.el                        |   4 +-
 style/amsthm.el                      |   2 +-
 style/arabxetex.el                   |   7 +-
 style/babel.el                       |  63 ++--
 style/backref.el                     |  94 +++++
 style/bidi.el                        |   8 +-
 style/booktabs.el                    |   4 +-
 style/{truncate.el => cancel.el}     |  28 +-
 style/caption.el                     | 207 ++++++-----
 style/{extramarks.el => cuted.el}    |  49 +--
 style/empheq.el                      | 110 +++---
 style/enumitem.el                    | 260 +++++++------
 style/fancyvrb.el                    | 112 ++++--
 style/{extramarks.el => floatpag.el} |  53 +--
 style/floatrow.el                    | 152 ++++----
 style/{extramarks.el => flushend.el} |  53 +--
 style/fontspec.el                    | 292 ++++++++-------
 style/fvextra.el                     |  51 +--
 style/graphicx.el                    |   3 +-
 style/hologo.el                      |  24 +-
 style/hyperref.el                    |  17 +-
 style/kpfonts.el                     |  12 +-
 style/listings.el                    |  88 ++---
 style/mdframed.el                    | 139 +++----
 style/{brazil.el => midfloat.el}     |  24 +-
 style/minted.el                      |  77 ++--
 style/multicol.el                    |  35 +-
 style/newfloat.el                    |  30 +-
 style/ntheorem.el                    |   2 +-
 style/polyglossia.el                 |   2 -
 style/pythontex.el                   |  29 +-
 style/rotating.el                    |  87 +++++
 style/sidecap.el                     | 160 ++++++++
 style/siunitx.el                     | 702 ++++++++++++++---------------------
 style/{brazil.el => stabular.el}     |  36 +-
 style/{extramarks.el => stfloats.el} |  41 +-
 style/subcaption.el                  |  19 +-
 style/tabulary.el                    |   9 +-
 style/tcolorbox.el                   | 133 +++----
 style/tcolorboxlib-raster.el         |  24 +-
 style/tex-live.el                    |   5 +-
 style/theorem.el                     |   6 +-
 style/thmtools.el                    |   2 +-
 style/unicodefonttable.el            | 134 +++++++
 style/url.el                         | 181 +++++++--
 style/xparse.el                      | 104 ++++--
 style/{truncate.el => xr-hyper.el}   |  40 +-
 style/{truncate.el => xr.el}         |  35 +-
 tests/latex/latex-filling-in.tex     |  42 +++
 tests/latex/latex-filling-out.tex    |  52 +++
 tests/latex/latex-test.el            |  59 ++-
 tex-bar.el                           |   6 -
 tex-buf.el                           |  48 +--
 tex-fold.el                          |   6 +-
 tex-info.el                          |  17 +-
 tex-jp.el                            |   2 +-
 tex.el                               |  56 +--
 texmathp.el                          |   4 +-
 77 files changed, 3065 insertions(+), 2578 deletions(-)
 delete mode 100644 auctex.spec
 delete mode 100644 preview-latex.spec
 create mode 100644 style/backref.el
 copy style/{truncate.el => cancel.el} (67%)
 copy style/{extramarks.el => cuted.el} (57%)
 copy style/{extramarks.el => floatpag.el} (50%)
 copy style/{extramarks.el => flushend.el} (52%)
 copy style/{brazil.el => midfloat.el} (64%)
 create mode 100644 style/rotating.el
 create mode 100644 style/sidecap.el
 copy style/{brazil.el => stabular.el} (51%)
 copy style/{extramarks.el => stfloats.el} (63%)
 create mode 100644 style/unicodefonttable.el
 copy style/{truncate.el => xr-hyper.el} (56%)
 copy style/{truncate.el => xr.el} (61%)



reply via email to

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