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

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

[elpa] externals/auctex updated (5f45de1 -> 1fc2c7a)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (5f45de1 -> 1fc2c7a)
Date: Fri, 07 Aug 2015 15:59:14 +0000

tsdh pushed a change to branch externals/auctex.

      from  5f45de1   Release auctex 11.88.6
       new  0a1742f   Parse env's defined with `\lstnewenvironment'.
       new  11d759d   More font-lock fix for verbatim environment args.
       new  0e3f3ac   New styles newpxtext.el and newpxmath.el.
       new  4e84c98   Add subtitle to slide-title class
       new  752171a   Fix bug in LaTeX-backward-paragraph in narrowed buffers
       new  b1e4d46   Consider args with \newenvironment with opt arg
       new  0b85713   Query for optional env arg
       new  3cd3e72   Restore Emacs 22 compatibility
       new  1341b2c   Query for optional env arg defined with 
\lstnewenvironment.
       new  7a0d85f   New style pdfpages.el.
       new  b9eddc9   Really ignore dbus errors
       new  8426ca5   Missing ConTeXt-(un)numbered-section-list-nl variables.
       new  8052cd5   Find warnings emitted by a package with digits in its 
name.
       new  0efe678   Improve completion of includepdf macro.
       new  bb195ae   Add new style file for mnras class.
       new  5178ba6   Parse hf-tikz messages suggesting to rerun LaTeX.
       new  6094700   Restore deleted preview README.
       new  c2c7dd9   Parse user-defined new column types.
       new  1202f83   Add `X' to `LaTeX-array-column-letters'.
       new  24a2a9d   Add `LCRJ' to `LaTeX-array-column-letters'.
       new  d27e773   Add new style environ.el.
       new  e301b71   Add new style textpos.el.
       new  107f106   Add new style vwcol.el.
       new  482dddb   Query for default first arg when (re-)defining env's.
       new  166e14b   Fix a typo in the name of provided env's.
       new  e351a3a   Add missing commands `\nameref*' and `\Nameref'.
       new  3fdeb4b   Setup preview differently; fixes bug#21188
       new  1fc2c7a   Merge branch 'master' into elpa


Summary of changes:
 ChangeLog                            |  128 ++++++++++++++++++++++++
 Makefile.in                          |   13 ++-
 context-nl.el                        |   15 ++-
 font-latex.el                        |    6 +-
 latex.el                             |   22 ++++-
 latex/README                         |   64 ++++++++++++
 preview.el                           |    9 +--
 style/array.el                       |   53 ++++++++++-
 style/beamer.el                      |    1 +
 style/environ.el                     |  127 ++++++++++++++++++++++++
 style/listings.el                    |   67 +++++++++++--
 style/mnras.el                       |  176 ++++++++++++++++++++++++++++++++++
 style/nameref.el                     |   19 +++--
 style/{newtxmath.el => newpxmath.el} |   38 +++-----
 style/{newtxtext.el => newpxtext.el} |   29 +++---
 style/pdfpages.el                    |  135 ++++++++++++++++++++++++++
 style/tabularx.el                    |    8 +-
 style/tabulary.el                    |    6 +-
 style/textpos.el                     |  111 +++++++++++++++++++++
 style/vwcol.el                       |   71 ++++++++++++++
 tex-buf.el                           |    9 ++-
 tex.el                               |   59 +++++++-----
 22 files changed, 1054 insertions(+), 112 deletions(-)
 create mode 100644 latex/README
 create mode 100644 style/environ.el
 create mode 100644 style/mnras.el
 copy style/{newtxmath.el => newpxmath.el} (68%)
 copy style/{newtxtext.el => newpxtext.el} (77%)
 create mode 100644 style/pdfpages.el
 create mode 100644 style/textpos.el
 create mode 100644 style/vwcol.el



reply via email to

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