auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 7371b4617346d6f77fed


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 7371b4617346d6f77fed2e916acd5b794743a733
Date: Sun, 1 Apr 2018 10:52:31 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  7371b4617346d6f77fed2e916acd5b794743a733 (commit)
       via  3b758bf2076402b973925f32c0db4f0584705b91 (commit)
       via  59fa964e9da26c71ec5a82ba510f01e71437e3a3 (commit)
      from  e783b973e9c367d1ab31ca07bc31a0b19c110f28 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7371b4617346d6f77fed2e916acd5b794743a733
Author: Ikumi Keita <address@hidden>
Date:   Sun Apr 1 23:51:25 2018 +0900

    Add support for dvipdfmx to \includegraphics
    
    * style/graphicx.el (LaTeX-includegraphics-extensions-list): Add
    support for dvipdfmx.
    * tests/latex/latex-test.el (LaTeX-includegraphics-extensions): New
    test to check whether correct extensions are generated.

commit 3b758bf2076402b973925f32c0db4f0584705b91
Author: Ikumi Keita <address@hidden>
Date:   Sun Apr 1 23:51:25 2018 +0900

    Use `TeX-search-files-by-type' to assist input \includegraphics
    
    * style/graphicx.el (LaTeX-includegraphics-extensions-list): New
    function.
    (LaTeX-includegraphics-extensions): Delegate most of its task to the
    above new function and become its wrapper.
    (LaTeX-includegraphics-global-files): New variable.
    (LaTeX-includegraphics-read-file-TeX): Use `TeX-search-files-by-type'
    rather than `TeX-search-files' and cache global value in the above
    new variable.
    Reflect the option `LaTeX-includegraphics-strip-extension-flag'.
    * tex.el (TeX-search-files-type-alist): Remove `graphics' entry,
    which is supplied in latex-mode by `LaTeX-search-files-type-alist'.
    (TeX-normal-mode): Add `LaTeX-includegraphics-global-files' to list of
    variables to be cleared.

commit 59fa964e9da26c71ec5a82ba510f01e71437e3a3
Author: Ikumi Keita <address@hidden>
Date:   Sun Apr 1 23:51:25 2018 +0900

    Resolve conflict of argument spec between regexp and literal
    
    * tex.el (TeX-search-files-kpathsea): Treat EXTENSIONS argument as a
    list of regexps in accordance with other parts of AUCTeX.
    (TeX-ispell-document): Treat `TeX-file-extensions' as a list of
    regexps in accordance with other parts of AUCTeX.
    (TeX-file-extensions, TeX-Biber-file-extensions):
    (BibTeX-file-extensions, BibLaTeX-style-extensions):
    (BibTeX-style-extensions): Change custom type to regexp from string.
    (TeX-doc-extensions): Turn into list of regexps.
    * latex.el (LaTeX-split-bibs): Treat `TeX-Biber-file-extensions' as a
    list of regexps in accordance with other parts of AUCTeX.

-----------------------------------------------------------------------

Summary of changes:
 latex.el                  |   2 +-
 style/graphicx.el         | 135 ++++++++++++++++++++++++++++------------------
 tests/latex/latex-test.el |  86 +++++++++++++++++++++++++++++
 tex.el                    |  24 +++++----
 4 files changed, 182 insertions(+), 65 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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