tsdh pushed a change to branch externals/auctex.

      from  0c8d670   * auctex.el: Add requireds, keywords, and trailer
       new  5b97c38   Add dependencies file auctex-pkg.el
       new  083964b   Delete auctex-pkg.el which is not needed for ELPA releases
       new  18a09f0   * auctex.el: Add requireds, keywords, and trailer
       new  c531148   ; Improve previous change in auctex.el.in
       new  c8177fd   * style/listings.el: Require tex.el.
       new  3543e45   New styles for beamerarticle & beamerswitch triggering 
beamer
       new  78c0f09   Fix fontification of simple macros
       new  b82ab0c   Support up to 12 command arguments.
       new  1a83f1b   ; Remove `eval-when-compile' for latex.el
       new  4d0cf0f   ; Silence the compiler
       new  fcaef6b   Improve fontification of \href macro
       new  8a36595   Fix handling of function entries in `TeX-complete-list'
       new  686a8ed   Elaborate LaTeX math insertion command
       new  cd39966   ; Fix typos
       new  7872796   * tex-info.el (TeX-texinfo-mode): Set 
`add-log-current-defun-function' locally.
       new  ca0437d   Update keywords to biblatex v3.12
       new  5592f7d   Reset `TeX-PDF-from-DVI' if xetex engine is in use
       new  d4660dd   * style/xparse.el ("xparse"): Fix fontification of 
alternatives.
       new  2a642a4   Add support for ChangeLog entries for LaTeX files
       new  ddd7894   ; Fix last commit
       new  ab57cb0   Add new function `LaTeX-extract-key-value-label'
       new  1b6e513   ; Use `LaTeX-extract-key-value-label'
       new  23b3405   ; Fix typos
       new  a30db7c   Allow the user to customize which TeX commands are 
available in each mode.
       new  4776fd0   ; Remove compatibility code for older emacsen
       new  3b3c224   Remove compatibility code for xemacs
       new  b141ded   Remove compatibility code for xemacs
       new  400b002   Remove obsolete codes
       new  b62181c   ; Remove unused code fragment
       new  92c090d   Fix treatment of class and package options
       new  a8bbd1f   ; Fix document
       new  4611580   * tex-jp.el (AUCTeX-jp): Add keyword :link to info node.
       new  ff688b9   Stop depreciated usage of undeclared dynamic variable
       new  cdb98c6   Fix last commit
       new  0fd9848   Improve style/mflogo.el
       new  c92251c   Load hyperref.el in `LaTeX-beamer-class-options'
       new  a9eb155   Fix regression
       new  1b88eda   Fix autoload generation code (bug#35758)
       new  0cc2578   ; Use the correct variable `LaTeX-fontspec-font-features'
       new  945ffaf   Update style/babel.el to package version 3.31
       new  90fcbd4   Make navigation function robust
       new  af15814   ; * style/babel.el: Fix typo, remove code remainder.
       new  a033c30   ; Use `LaTeX-extract-key-value-label'
       new  36d06e2   ; * tests/latex/preview-latex-test.el: Fix typo.
       new  8530cd0   Support cleveref labels
       new  aa17420   ; Silence the compiler
       new  0a9407c   Conform to `delete-selection-mode' (bug#36385)
       new  686366e   ; Add Emacs 24 compatibility to the previous commit
       new  c07e4bf   Update style/AnonymousPro.el to package version 2.2
       new  5208d91   Enhance support for file names with spaces
       new  b7083ee   Change color adjustment method (bug#35571, bug#35696, 
bug#36039)
       new  8610189   Update style/paracol.el to package version 1.35
       new  3e179f8   Update style/fvextra.el to package version 1.4
       new  f477383   Update style/thmtools.el to package version 67
       new  43e98f1   Update style/titlesec.el to package version 2.11
       new  4a56103   Reduce unnecessary local variable safety inquiry
       new  ccfd3d9   Restore syntax fontify in Texinfo mode
       new  d56a596   ; * tests/tex/path-expansion.el (): Fix typo.
       new  7cb6c19   Fix lisp example for `TeX-electric-math'
       new  f127145   * context.el (ConTeXt-environment): Fix docstring.
       new  c64d8c1   * doc/changes.texi: Mention fontification improvement for 
biblatex.
       new  2c23247   Support explicitly numbered group contructs
       new  799c844   Add new style/changelog.el
       new  dac5503   Add new style/ltugboat.el
       new  dc2c2d6   Make "PDF Tools" viewer available under Windows and macOS
       new  dc5e90e   Add new style/multitoc.el
       new  a9b5eb1   ; * style/changelog.el (font-latex-add-keywords): Silence 
the compiler.
       new  52e0dac   Improve detecting of rejected optional arguments
       new  9127647   Update style/varioref.el to package version 1.6b
       new  3542a23   Update style/subcaption.el to package version 1.3
       new  dbc1fa0   Support new kernel macros \Ref and \labelformat
       new  d93db40   * latex.el (LaTeX-common-initialization): Add \Ref to 
`TeX-complete-list'.
       new  85dd4fe   Delete \Ref and \labelformat from varioref.el
       new  7cd329f   Add fontification support for ragged2e macros
       new  eafb114   Fix preview-latex for TeXLive 2019 update
       new  65607e5   * preview.el.in (preview-undump-replacements): Fix last 
commit.
       new  cc52bce   Fix for revised file access controls of gs (bug#37719)
       new  01dc048   Change default for new Ghostscript
       new  c6d6c19   Merge remote-tracking branch 'origin/master' into 
externals/auctex
       new  c5e47f8   ; Recompile using GNUMakefile after merge from 
origin/master


Summary of changes:
 Makefile.in                         |  15 +-
 auctex.el.in                        |  41 +++++-
 auctex.info                         | 259 +++++++++++++++++---------------
 context.el                          |   2 +-
 doc/auctex.texi                     |   6 +-
 doc/changes.texi                    |  28 +++-
 doc/install.texi                    |   4 +-
 doc/preview-problems.texi           |  56 +++++++
 font-latex.el                       | 130 ++++++++++++----
 latex.el                            | 124 ++++++++++++++--
 multi-prompt.el                     |   8 +-
 preview-latex.info                  | 144 ++++++++++++------
 preview.el                          | 194 +++++++++++++++++-------
 prv-emacs.el                        |   9 +-
 style/AnonymousPro.el               |  10 +-
 style/babel.el                      | 286 ++++++++++++++++++++++++++++++++----
 style/beamer.el                     |   1 +
 style/{jura.el => beamerarticle.el} |  17 +--
 style/{jura.el => beamerswitch.el}  |  17 +--
 style/bicaption.el                  |   9 +-
 style/breqn.el                      |  14 +-
 style/caption.el                    |  11 +-
 style/changelog.el                  | 159 ++++++++++++++++++++
 style/cleveref.el                   | 141 ++++++++++++++----
 style/color.el                      |   6 +-
 style/expl3.el                      |   7 +-
 style/fancyvrb.el                   |  10 +-
 style/floatrow.el                   |  20 ++-
 style/fontspec.el                   |   2 +-
 style/fvextra.el                    |  74 ++++++++--
 style/hyperref.el                   |  12 +-
 style/listings.el                   |  23 +--
 style/ltugboat.el                   | 283 +++++++++++++++++++++++++++++++++++
 style/mflogo.el                     |  15 +-
 style/{pdflscape.el => multitoc.el} |  26 ++--
 style/paracol.el                    |  27 ++--
 style/pst-plot.el                   |   6 +-
 style/ragged2e.el                   |  15 +-
 style/subcaption.el                 |  19 ++-
 style/tcolorbox.el                  |  21 +--
 style/thmtools.el                   |  35 +++--
 style/titlesec.el                   |  18 ++-
 style/varioref.el                   | 141 +++++++++---------
 style/xcolor.el                     |   9 +-
 style/xparse.el                     |  10 +-
 tests/latex/preview-latex-test.el   |   2 +-
 tests/tex/navigation.el             |  54 +++++++
 tests/tex/path-expansion.el         |   2 +-
 tex-buf.el                          |  62 +++++---
 tex-info.el                         |   6 +-
 tex-jp.el                           |   3 +-
 tex-site.el                         |   4 +-
 tex.el                              | 126 ++++++++++++----
 texmathp.el                         |   6 +-
 54 files changed, 2094 insertions(+), 635 deletions(-)
 copy style/{jura.el => beamerarticle.el} (71%)
 copy style/{jura.el => beamerswitch.el} (71%)
 create mode 100644 style/changelog.el
 create mode 100644 style/ltugboat.el
 copy style/{pdflscape.el => multitoc.el} (63%)
 create mode 100644 tests/tex/navigation.el

Reply via email to