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

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

[elpa] externals/auctex updated (1b5875c -> 2e7ca50)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (1b5875c -> 2e7ca50)
Date: Thu, 22 Dec 2016 13:08:10 +0000 (UTC)

tsdh pushed a change to branch externals/auctex.

      from  1b5875c   Release GNU AUCTeX 11.89.7
       new  0d26aba   Suggest to display warnings when there are no errors in 
error overview
       new  c265fc9   Add new style/FiraMono.el
       new  25e4f33   Add new style/FiraSans.el
       new  d6890e8   Improve caption and label insertion in style/subcaption.el
       new  94db238   Improve caption and label insertion in style/caption.el
       new  b59075b   Do not insert a new line if \label is omitted
       new  cb6bc11   Add support for style/bicaption.el to style/caption.el
       new  e3c60cf   Add new style/bicaption.el
       new  f04e5f7   Add style file for amsfonts package
       new  80d2a08   Min fix to kpfonts package
       new  8a14439   Add style file for subfiles package.
       new  c073d3e   Insert \label inside the mandatory argument of \caption
       new  c5d1d02   Append entry to `LaTeX-label-alist' for new "verbatim" 
floats
       new  6a31d4e   Support new floats defined with newfloat package
       new  29ae5fb   Add \LTXtable to list of file-loading commands
       new  6ec185e   Do not spell-check arguments of \LTXtable
       new  2f75f51   Add support for LaTeX core command \textsubscript
       new  eb748ea   Fix query for defined colors in style/ntheorem.el
       new  79c8264   Fix query for defined colors in style/textpos.el
       new  40da84e   Support RefTeX with `reftex-add-label-environments' in 
style/empheq.el
       new  e4aba95   Support RefTeX with `reftex-add-label-environments' in 
style/mathtools.el
       new  42dd1f1   Support RefTeX with `reftex-add-index-macros' in 
style/splitidx.el
       new  1aa46c3   ; Use third argument of `TeX-argument-insert'
       new  945035c   Append tabular[xy] to `LaTeX-item-list'
       new  0265793   Add "s" and "S" to `LaTeX-array-column-letters'
       new  a833aff   Use `LaTeX-item-longtable' while inserting longtable's
       new  76db91e   Accept non-letter characters as column specifier
       new  3677ddc   Add new style/dcolumn.el
       new  1c9de7e   Count *-operator in column specification
       new  66ed2ac   Add test for new column counting code
       new  7518a8a   Mention that arguments to *-operator must be in braces
       new  db3fcb9   * tex.el (TeX-add-local-master): Inherit major mode from 
master file.
       new  c4cb166   Add style/ directory to TeX-style-path for tests
       new  70c6499   Fix to TeX-add-local-master
       new  b44d524   Uniform font-lock updates/don't break prettify (bug#25245)
       new  2e7ca50   Merge branch 'master' into externals/auctex


Summary of changes:
 Makefile.in                                  |    4 +-
 doc/auctex.texi                              |    7 +-
 font-latex.el                                |   36 +++--
 latex.el                                     |   30 ++++-
 style/{newtxttt.el => FiraMono.el}           |   50 ++++---
 style/FiraSans.el                            |  102 +++++++++++++++
 style/alltt.el                               |    7 +-
 style/{xspace.el => amsfonts.el}             |   36 ++---
 style/amssymb.el                             |    1 +
 style/array.el                               |    2 +-
 style/beamer.el                              |    6 +-
 style/bicaption.el                           |  181 ++++++++++++++++++++++++++
 style/caption.el                             |  123 +++++++++++------
 style/comment.el                             |    7 +-
 style/{framed.el => dcolumn.el}              |   33 +++--
 style/empheq.el                              |   12 +-
 style/expl3.el                               |    7 +-
 style/fancyhdr.el                            |    6 +-
 style/fancyvrb.el                            |    7 +-
 style/kpfonts.el                             |   26 ++--
 style/listings.el                            |    7 +-
 style/longtable.el                           |   61 +++++++--
 style/ltxtable.el                            |   34 ++++-
 style/mathtools.el                           |   45 +++----
 style/minted.el                              |   14 +-
 style/newfloat.el                            |    1 +
 style/ntheorem.el                            |   12 +-
 style/siunitx.el                             |    6 +
 style/splitidx.el                            |   16 +--
 style/subcaption.el                          |  108 +++++++++------
 style/{setspace.el => subfiles.el}           |   52 ++++----
 style/tabularx.el                            |    4 +
 style/tabulary.el                            |    4 +
 style/textpos.el                             |   18 ++-
 style/url.el                                 |    8 +-
 tests/latex/latex-test.el                    |   33 ++++-
 tests/latex/tabular-count-ampersands-in.tex  |   36 +++++
 tests/latex/tabular-count-ampersands-out.tex |   43 ++++++
 tex-buf.el                                   |   16 ++-
 tex-ispell.el                                |    3 +
 tex.el                                       |   31 +++--
 41 files changed, 914 insertions(+), 321 deletions(-)
 copy style/{newtxttt.el => FiraMono.el} (51%)
 create mode 100644 style/FiraSans.el
 copy style/{xspace.el => amsfonts.el} (58%)
 create mode 100644 style/bicaption.el
 copy style/{framed.el => dcolumn.el} (64%)
 copy style/{setspace.el => subfiles.el} (50%)
 create mode 100644 tests/latex/tabular-count-ampersands-in.tex
 create mode 100644 tests/latex/tabular-count-ampersands-out.tex



reply via email to

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