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

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

[elpa] externals/auctex updated (c576c01 -> 5f007f1)


From: Tassilo Horn
Subject: [elpa] externals/auctex updated (c576c01 -> 5f007f1)
Date: Thu, 23 Nov 2017 06:06:02 -0500 (EST)

tsdh pushed a change to branch externals/auctex.

      from  c576c01   Make tex-site.el target .PHONY
       new  17d86b5   Conform to elisp coding convention in context.el
       new  8337345   ; * style/minted.el: Fix header.
       new  f73ccfe   * style/amsthm.el ("amsthm"): Use 
`LaTeX-amsthm-env-label'.
       new  b43ec94   * style/XCharter.el ("XCharter"): Update to package 
v1.094 from 2017/08/08.
       new  ff07544   Delay setting Japanese TeX engine in `japanese-latex-mode'
       new  90a2c29   Use #' to quote function names
       new  075eab7   Improvements for tex-info.el
       new  aaf22a9   Add new style/arabxetex.el
       new  2ed9d93   Add %(PDF) when undumped format is used in preview-latex
       new  f3180f8   Fix doc string and indent
       new  01224b6   Add test for my commit on Aug 18
       new  a944077   Use `delete' correctly for list variable
       new  7863f42   Prevent possible infinite loop
       new  bfaa079   Conform to elisp coding convention
       new  433b5f9   Parse package/class option with comments correctly
       new  cf0ff70   Add test for infinite loop
       new  cfad977   Make correct extensions are returned
       new  6dcf0e1   Add a new option for evince compatible viewer.
       new  5a538cb   Prevent possible truncation of list value
       new  9e5e5f6   ; * tex.el (TeX-doc-backend-alist): Use 
`TeX-search-files-by-type'.
       new  20b6fd0   Add test abount truncation of list
       new  9e1aa85   Make preview-latex parsing robust to fix Bug#20773, 
Bug#27088
       new  474cc4f   ; * doc/tex-ref.tex (): Fix typo and copyright year.
       new  fe06211   Fix doc strings and comments
       new  5d8ac95   Cosmetic Change
       new  b20eea0   Fix Copyright year
       new  837d590   Remove use of .runandhide operator
       new  f362325   ; * latex.el (LaTeX-document-style-hook): Fix a typo.
       new  ea7ff48   * tex.el (TeX-math-input-method-off-regexp): Turn defvar 
into defcustom.
       new  f0145f4   Add new function `LaTeX-env-longtable'
       new  ee4cc54   Add new style/xltabular.el
       new  420ec0e   Bug fix and code refactoring related to kpathsea
       new  213b705   Mention the necessity of GNU make
       new  0d8e6c6   Document `TeX-math-input-method-off-regexp' properly.
       new  463ead7   Document `TeX-view-evince-keep-focus'
       new  5d6839e   Add test for the recent change about 
`TeX-kpathsea-path-delimiter'
       new  842471c   Give proper argument to `TeX-command-expand'
       new  c03ca2c   Improve style/epigraph.el
       new  b69d894   * doc/changes.texi: Mention compatibility of preview with 
GS 9.22.
       new  b2571b6   Don't set company-minimum-prefix-length in tex mode 
buffers
       new  800064f   Merge branch 'master' into externals/auctex
       new  5f007f1   Regenerate tex-site.el and docs


Summary of changes:
 Makefile.in                                        |   3 +-
 auctex.info                                        | 250 +++++++++-------
 context-en.el                                      |   3 +-
 context-nl.el                                      |   2 +-
 context.el                                         |  17 +-
 doc/auctex.texi                                    |  21 ++
 doc/changes.texi                                   |  25 ++
 doc/install.texi                                   |  11 +-
 doc/tex-ref.tex                                    |   4 +-
 font-latex.el                                      |   3 +-
 latex.el                                           |   8 +-
 plain-tex.el                                       |   6 +-
 preview-latex.info                                 |   6 +-
 preview.el                                         |  43 +--
 prv-xemacs.el                                      |   2 +-
 style/XCharter.el                                  |  26 +-
 style/amsthm.el                                    |   2 +-
 style/arabxetex.el                                 | 113 +++++++
 style/biblatex.el                                  |   4 +-
 style/bidi.el                                      |   0
 style/epigraph.el                                  |  62 ++--
 style/fontspec.el                                  |   3 +-
 style/graphicx.el                                  |  32 +-
 style/longtable.el                                 |  73 ++---
 style/minted.el                                    |   4 +-
 style/relsize.el                                   |   4 +-
 style/xltabular.el                                 |  64 ++++
 tests/japanese/parse-timing-test.tex               |   2 +
 .../context-test.el => japanese/parse-timing.el}   |  47 +--
 tests/latex/latex-test.el                          |  16 +
 tests/tex/path-expansion.el                        |  59 ++++
 style/canadian.el => tests/tex/utility.el          |  26 +-
 tex-bar.el                                         |   2 +-
 tex-buf.el                                         |   2 +-
 tex-fold.el                                        |   2 +-
 tex-info.el                                        |  57 +++-
 tex-jp.el                                          |  55 ++--
 tex-site.el                                        |   6 +-
 tex-site.el.in                                     |   2 +-
 tex-style.el                                       |   2 +-
 tex.el                                             | 329 ++++++++++-----------
 41 files changed, 931 insertions(+), 467 deletions(-)
 create mode 100644 style/arabxetex.el
 mode change 100755 => 100644 style/bidi.el
 create mode 100644 style/xltabular.el
 create mode 100644 tests/japanese/parse-timing-test.tex
 copy tests/{context/context-test.el => japanese/parse-timing.el} (56%)
 create mode 100644 tests/tex/path-expansion.el
 copy style/canadian.el => tests/tex/utility.el (65%)



reply via email to

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