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. 667f4e9351702ea1bd54


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 667f4e9351702ea1bd54c127bafa2dbf368b1401
Date: Mon, 26 Nov 2018 01:44:15 -0500 (EST)

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  667f4e9351702ea1bd54c127bafa2dbf368b1401 (commit)
       via  d2b054747a3a2e8244d89101dfaaa1110607fe2c (commit)
      from  a20430d63b94c80bb4f7e05736cd2241425d469b (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 667f4e9351702ea1bd54c127bafa2dbf368b1401
Author: Ikumi Keita <address@hidden>
Date:   Thu Nov 15 00:26:36 2018 +0900

    Defer running style hook until options are given actually
    
    * latex.el (LaTeX-arg-usepackage-read-packages-with-options): Don't
    run the style hooks before reading package options, just load the
    style files for completion of package options.
    (LaTeX-arg-usepackage): Run style hooks actually after the package
    options are given.
    (TeX-arg-document): Don't run the style hooks before reading class
    options, just load the style file for completion of class options.
    The style hooks are run afterward by `TeX-update-style' anyway.
    ; Mark unused argument with underscore.
    * style/exam.el ("exam"): Prepare `LaTeX-exam-class-options' to have
    its full values outside the style hook along with the above idea.
    * style/mathtools.el ("mathtools"):
    * style/empheq.el ("empheq"):
    * style/graphics.el ("graphics"): Set `LaTeX-*****-package-options'
    outside the style hook along with the above idea.

commit d2b054747a3a2e8244d89101dfaaa1110607fe2c
Author: Ikumi Keita <address@hidden>
Date:   Sat Nov 17 21:30:11 2018 +0900

    Fix not to run wrong style hooks
    
    * tex.el (TeX-style-hook-dialect-weight-alist): Add entry for
    pseudo-dialect `:classopt'.
    (TeX-style-hook-dialect): Add description for `:classopt' in doc
    string.
    * latex.el (LaTeX-common-initialization): Assign style hooks for
    class options into pseudo-dialect `:classopt'.
    Don't set `TeX-PDF-from-DVI' in XeLaTeX document.
    ; Use `LaTeX-dialect' instead of constant symbol `:latex'.
    (TeX-latex-mode): Run style hooks for class options in
    `TeX-update-style-hook', without altering `TeX-active-list'.
    * style/geometry.el ("geometry"):
    * style/graphicx.el ("graphicx"): Don't set `TeX-PDF-from-DVI' in
    XeLaTeX document.
    * style/hyperref.el ("hyperref"): Set `TeX-PDF-from-DVI' to "Dvipdfmx"
    when package option "dvipdfmx" is given for non-XeLaTeX document.
    * tests/latex/latex-test.el (LaTeX-style-hook-with-class-option):
    Refine tests.
    * doc/auctex.texi (Simple Style): Add descriptions for available
    dialects including `:classopt'.

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

Summary of changes:
 doc/auctex.texi           | 11 +++++++++--
 latex.el                  | 50 +++++++++++++++++++++++++++++------------------
 style/empheq.el           | 12 ++++++------
 style/exam.el             |  8 +++++---
 style/geometry.el         |  3 ++-
 style/graphics.el         |  9 +++++++--
 style/graphicx.el         |  3 ++-
 style/hyperref.el         |  7 ++++++-
 style/mathtools.el        |  8 ++++----
 tests/latex/latex-test.el | 46 ++++++++++++++++++++++++++++++-------------
 tex.el                    |  5 ++++-
 11 files changed, 108 insertions(+), 54 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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