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. 22d2eb6a33718053d12b


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 22d2eb6a33718053d12b1887b123fca68ae02f36
Date: Wed, 17 Jun 2020 03:40:07 -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  22d2eb6a33718053d12b1887b123fca68ae02f36 (commit)
      from  0079026a7c0aa5ca0f9b22b0af65436e6675e3c3 (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 22d2eb6a33718053d12b1887b123fca68ae02f36
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Tue Jun 16 17:59:07 2020 +0900

    Use constant regexp to fontify math environments
    
    * font-latex.el (font-latex--match-math-envII-regexp): New internal
    variable to store regexp to search math environments such as
    "equation".
    (font-latex-match-math-envII): Use it.
    (font-latex--update-math-env): New function to update
    `font-latex-math-environments' and build
    `font-latex--match-math-envII-regexp' from it.
    (font-latex-math-environments-from-texmathp): Remove.
    (font-latex-math-environments): Change default value to nil and
    initialize at top level by new function.
    * style/breqn.el:
    * style/empheq.el:
    * style/mathtools.el:
    Arrange in accord with the above change.
    * style/amsmath.el:
    Arrange in accord with the above change.
    Add fontification rule for \boxed{}.
    * doc/auctex.texi:
    Add instruction to convert customization.

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

Summary of changes:
 doc/auctex.texi    |  9 ++++++-
 font-latex.el      | 73 +++++++++++++++++++++++++++++++-----------------------
 style/amsmath.el   | 20 +++++++++------
 style/breqn.el     | 11 +++-----
 style/empheq.el    | 10 +++-----
 style/mathtools.el |  1 +
 6 files changed, 72 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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