auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex updated (0e878e9 -> f761ab4)


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex updated (0e878e9 -> f761ab4)
Date: Sun, 16 Sep 2018 01:47:18 -0400 (EDT)

tsdh pushed a change to branch externals/auctex.

      from  0e878e9   Release GNU AUCTeX 12.1.1
       new  cff0781   Fix incorrect FSF address
       new  f107ca1   Make compatible with emacs 24
       new  52d6a54   Make `TeX-clean' to work in ams-tex-mode
       new  e783b97   Fix TeX-dwim-master
       new  59fa964   Resolve conflict of argument spec between regexp and 
literal
       new  3b758bf   Use `TeX-search-files-by-type' to assist input 
\includegraphics
       new  7371b46   Add support for dvipdfmx to \includegraphics
       new  15d3d97   Quote %b expansion string for SumatraPDF
       new  94378c1   Correct record in changes.texi
       new  59a9e5b   Correct how `TeX-record-buffer' is used
       new  4afd633   Update key=val options to geometry package v5.8
       new  6112351   ; * style/geometry.el 
(LaTeX-geometry-preamble-key-val-options): Add luatex key.
       new  00f0e0e   ; * tex.el (TeX-expand-list): Fix docstring (bug#31217).
       new  0d8f8a2   Prevent spurious newlines to be added
       new  68095a3   Fix previous removal of xemacs compatibility code
       new  527bcb2   ; * doc/auctex.texi (Processor Options): Add note of case 
in an option.
       new  cff843b   Remove obsolete option related to Japanese TeX
       new  1a7b2bf   Adjust coding system for Japanese pTeX engine on w32
       new  168a4a1   Update URLs
       new  48325a7   Update URLs further
       new  4775f96   ; * tex-jp.el (japanese-TeX-self-insert-command): Silence 
byte compiler.
       new  a16a510   Replace another cl function with cl-lib
       new  96ba113   Support UTF-8 with BOM in Japanese TeX documents
       new  6a17a52   ; * doc/changes.texi (News in 12.2): Add news about 
removed option.
       new  e0caf59   Drop compatibility code for older emacsen in preview-latex
       new  3741b8c   Prepare for UTF-8 with BOM
       new  c64a0e1   Quote %b expansion string for Zathura
       new  ff08d38   Fix region compilation with \usepackage[utf8]{inputenc}
       new  a8ea127   Accept non-ascii file name in accord with change in TL 
2018
       new  3b1ffcd   TL 2018 non-ascii file name fix for preview-latex
       new  cad042f   Add note and test about the change involving non-ascii 
file name
       new  d5f98ae   ; Fix typos
       new  5ce08ab   Raise robustness of call of dvipng command
       new  c3cf39e   Make preamble caching robust to LuaLaTeX and (u)pLaTeX
       new  a59c754   Adjust test for known emacs bug
       new  4816092   Fix possible endless loop
       new  8d30dc1   Add new style/marginnote.el
       new  31ee142   Fix regression of `TeX-view'
       new  ff8f183   ; * style/floatrow.el 
(LaTeX-floatrow-update-key-val-options): Use `setq' inside the loop.
       new  74c4843   Add new style/thmtools.el and style/thm-restate.el
       new  0d5c1c0   ; Fix last commit and push missing Makefile.in.
       new  45747b9   Add qref to RefTeX's reference styles
       new  03ba1fa   Add new style/ocg-p.el and style/ocgx.el
       new  5df288d   ; Remove unwanted spaces.
       new  1fef01c   Update style/lettrine.el to package version 2.01
       new  80bcd0a   Update style/lettrine.el to package version 2.1
       new  a7cde09   Update style/lettrine.el to package version 2.21
       new  f761ab4   Merge branch 'master' into externals/auctex


Summary of changes:
 COPYING                              |   6 +-
 Makefile.in                          |  15 +-
 RELEASE                              |   8 +-
 auctex.spec                          |  15 +-
 bib-cite.el                          |  12 +-
 build-aux/gitlog-to-auctexlog        |   2 +-
 build-aux/gitlog-to-changelog        |   6 +-
 doc/auctex.texi                      |  16 +-
 doc/changes.texi                     |  43 +++--
 doc/fdl.texi                         |   4 +-
 doc/install.texi                     |   8 +-
 doc/intro.texi                       |   6 +-
 doc/preview-latex.texi               |  20 ++-
 doc/preview-readme.texi              |   8 +-
 doc/wininstall.texi                  |  18 +--
 latex.el                             |   7 +-
 latex/README                         |   6 +-
 latex/preview.dtx                    |   2 +-
 multi-prompt.el                      |   9 +-
 plain-tex.el                         |  26 ++-
 preview.el                           | 124 ++++++---------
 prv-emacs.el                         |   8 +-
 style/amsmath.el                     |  77 +++++----
 style/comment.el                     |   4 +-
 style/floatrow.el                    |   4 +-
 style/foils.el                       |   2 +-
 style/geometry.el                    |  16 +-
 style/graphicx.el                    | 135 +++++++++-------
 style/hyperref.el                    |   6 +-
 style/ifluatex.el                    |   2 +-
 style/latexinfo.el                   |   9 +-
 style/lettrine.el                    |  47 ++++--
 style/luatextra.el                   |   2 +-
 style/{newtxttt.el => marginnote.el} |  48 +++---
 style/mathtools.el                   |   2 +-
 style/ocg-p.el                       | 190 ++++++++++++++++++++++
 style/{FiraMono.el => ocgx.el}       |  58 ++++---
 style/pstricks.el                    |  10 +-
 style/thm-restate.el                 | 115 ++++++++++++++
 style/thmtools.el                    | 299 +++++++++++++++++++++++++++++++++++
 tests/Makefile                       |   2 +-
 tests/japanese/preview-latex.el      |  94 +++++------
 tests/latex/latex-test.el            |  95 +++++++++++
 tests/tex/command-expansion.el       |  59 ++++++-
 tex-buf.el                           | 211 +++++++++++++++++-------
 tex-fold.el                          |  29 ++--
 tex-jp.el                            |  98 +++---------
 tex-site.el.in                       |   4 +-
 tex.el                               |  98 ++++++------
 toolbar-x.el                         |   6 +-
 50 files changed, 1493 insertions(+), 598 deletions(-)
 copy style/{newtxttt.el => marginnote.el} (56%)
 create mode 100644 style/ocg-p.el
 copy style/{FiraMono.el => ocgx.el} (50%)
 create mode 100644 style/thm-restate.el
 create mode 100644 style/thmtools.el



reply via email to

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