auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] [elpa] externals/auctex updated (6ff4fca -> c390682)


From: Stefan Monnier
Subject: [AUCTeX-devel] [elpa] externals/auctex updated (6ff4fca -> c390682)
Date: Fri, 28 Nov 2014 17:25:36 +0000

monnier pushed a change to branch externals/auctex.

      from  6ff4fca   Add requires to fix separate compilation.
       new  5211b5e   Create a top level directory in the preview tarball.
       new  19cb9af   Add new TeX-file-line-error option
       new  c2d3585   Update MinionPro style.
       new  f9611ad   Add new styles.
       new  022873b   Fix typo in Makefile.in.
       new  3909e4c   Several changes suggested by byte-compiler warnings.
       new  10de62b   Several changes suggested by byte-compiler warnings.
       new  c72f8a8   Prepare for find-file-hooks being removed from Emacs.
       new  0c2cfc8   Replace `read-string' with `TeX-read-string'
       new  bcea858   Added ChangeLog entries for commit [0c2cfc8]
       new  1997613   Add copyright notice to style/foils.el
       new  43ff21a   Fix documentation about changing font attributes of 
existing text
       new  67756b7   Fix typo
       new  d8dd53d   Update manual
       new  7f64d6c   Update the FAQ entry about failing `TeX-next-error' 
behavior
       new  af12165   Add new `ifluatex.el' style
       new  c4feba1   Add new `luatextra.el' style
       new  0bae61a   Add `ifluatex.el' to Makefile.in
       new  29724a5   Add `luatextra.el' to Makefile.in
       new  daa8a25   Update windows-package Make rule to new Emacs 24.4 
package.
       new  904dfef   Fix structure of the package for Windows.
       new  622c054   Document presence of bashisms in some Make rules.
       new  15edd9b   Omit f-f hooks and more with TeX-region-create
       new  deb1a64   Use more consistent fontification in some styles
       new  e4101ed   Adapt bug intro text for debbugs.
       new  0cb3759   Implement inverse/backward search for TeX regions.
       new  20c7209   Fix fontification of a couple of fontspec macros.
       new  58bd866   Fix indentation in LaTeX-env-figure in a corner case.
       new  a3f4cac   Implement forward-search for View command on TeX-region.
       new  8f7c399   Implement LaTeX-command-section.
       new  acf1c76   Document LaTeX-command-section.
       new  e739b85   Move preview/ to top-level.
       new  e1ec6a0   Make second argument of LaTeX-label optional.
       new  7b427a7   Merge ELPA changes fixing some byte-compile warnings.
       new  59ccf34   Check the viewer executable exists before opening it.
       new  c390682   Merge from upstream.


Summary of changes:
 .gitignore                       |   18 ++
 ChangeLog                        |  377 ++++++++++++++++++++++++++++++++++++++
 ChangeLog-preview                |   17 ++
 Makefile-preview.in              |  162 ----------------
 Makefile.in                      |  152 +++++++++++----
 auctex.info                      |  368 ++++++++++++++++++++-----------------
 auto-preview.el.in => auto.el.in |    0
 autogen.sh                       |    5 +-
 bib-cite.el                      |   84 +++++----
 configure-preview.ac             |  226 -----------------------
 configure.ac                     |  161 +++++++++++++---
 context.el                       |   47 +++---
 doc/Makefile.in                  |    4 +-
 doc/auctex.texi                  |   37 +++-
 doc/changes.texi                 |   12 ++
 doc/faq.texi                     |   20 +-
 doc/quickstart.texi              |    8 +-
 latex.el                         |  132 +++++++++-----
 latex/README                     |   64 -------
 multi-prompt.el                  |    7 +-
 preview-latex.info               |   76 ++++----
 preview.el                       |  117 ++++++------
 prv-install.el                   |    4 +-
 style/AnonymousPro.el            |   90 +++++++++
 style/CJK.el                     |    6 +-
 style/MinionPro.el               |   45 ++---
 style/MyriadPro.el               |   90 +++++++++
 style/XCharter.el                |   76 ++++++++
 style/amsmath.el                 |    6 +-
 style/amsthm.el                  |    4 +-
 style/beamer.el                  |   20 +-
 style/book.el                    |    4 +-
 style/csquotes.el                |    4 +-
 style/dinbrief.el                |   36 ++--
 style/dk-bib.el                  |    4 +-
 style/emp.el                     |   14 +-
 style/epsf.el                    |    6 +-
 style/eso-pic.el                 |   91 +++++++++
 style/filecontents.el            |    4 +-
 style/foils.el                   |   23 +++-
 style/fontaxes.el                |  114 ++++++++++++
 style/fontspec.el                |    4 +-
 style/graphicx.el                |   40 ++--
 style/ifluatex.el                |   61 ++++++
 style/inputenc.el                |    4 +-
 style/letter.el                  |   18 +-
 style/longtable.el               |    4 +-
 style/luatextra.el               |   44 +++++
 style/mathtools.el               |   10 +-
 style/mdsymbol.el                |   99 ++++++++++
 style/natbib.el                  |    8 +-
 style/paralist.el                |    2 +-
 style/plext.el                   |    8 +-
 style/prosper.el                 |    4 +-
 style/psfig.el                   |   17 +-
 style/pstricks.el                |    4 +-
 style/scrbase.el                 |   24 ++--
 style/scrlttr2.el                |    6 +-
 style/textcomp.el                |  178 ++++++++++++++++++
 style/{setspace.el => zlmtt.el}  |   50 +++---
 tex-buf.el                       |  146 ++++++++++++---
 tex-fold.el                      |   13 +-
 tex-info.el                      |   27 ++--
 tex.el                           |  301 +++++++++++++++++++-----------
 toolbar-x.el                     |    7 +-
 65 files changed, 2554 insertions(+), 1260 deletions(-)
 delete mode 100644 Makefile-preview.in
 rename auto-preview.el.in => auto.el.in (100%)
 delete mode 100644 configure-preview.ac
 delete mode 100644 latex/README
 create mode 100644 style/AnonymousPro.el
 create mode 100644 style/MyriadPro.el
 create mode 100644 style/XCharter.el
 create mode 100644 style/eso-pic.el
 create mode 100644 style/fontaxes.el
 create mode 100644 style/ifluatex.el
 create mode 100644 style/luatextra.el
 create mode 100644 style/mdsymbol.el
 create mode 100644 style/textcomp.el
 copy style/{setspace.el => zlmtt.el} (52%)



reply via email to

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