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. 6e94ea0227aae5959b82


From: Tassilo Horn
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 6e94ea0227aae5959b820b5021ef08973c2403eb
Date: Fri, 19 Dec 2014 21:25:01 +0000

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  6e94ea0227aae5959b820b5021ef08973c2403eb (commit)
       via  63bcbcd1f6aae29b8c53d7a703fb0e5f92be0701 (commit)
       via  0cc29f909de3f1febd9d958e96007493a2f9b69c (commit)
      from  fc9a240dccd5e328142c821fb4ed0dbe34bd76c7 (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 6e94ea0227aae5959b820b5021ef08973c2403eb
Author: Tassilo Horn <address@hidden>
Date:   Fri Dec 19 22:24:17 2014 +0100

    Add (start of an) minted style.
    
    * style/minted.el: New style.
    
    * Makefile.in (STYLESRC): Add style/minted.el.

commit 63bcbcd1f6aae29b8c53d7a703fb0e5f92be0701
Author: Tassilo Horn <address@hidden>
Date:   Fri Dec 19 22:19:07 2014 +0100

    Obsolete LaTeX-verbatim-regexp defcustom
    
    * latex.el (LaTeX-verbatim-regexp): Make variable obsolete.
    (LaTeX-verbatim-regexp): New function which computes a regexp of
    verbatim environments from LaTeX-verbatim-environments.
    (LaTeX-indent-calculate, LaTeX-indent-calculate-last): Use the
    function LaTeX-verbatim-regexp instead of the variable.
    
    * style/listings.el ("listings"): Don't modify the now obsolete
    LaTeX-verbatim-regexp.
    
    * style/fancyvrb.el ("fancyvrb"): Don't modify the now obsolete
    LaTeX-verbatim-regexp.
    
    * style/beamer.el ("beamer"): Don't modify the now obsolete
    LaTeX-verbatim-regexp.
    
    * style/alltt.el ("alltt"): Don't modify the now obsolete
    LaTeX-verbatim-regexp.

commit 0cc29f909de3f1febd9d958e96007493a2f9b69c
Author: Tassilo Horn <address@hidden>
Date:   Fri Dec 19 22:07:25 2014 +0100

    Fix void-variable error.
    
    * latex.el (LaTeX-env-args): Bind exit-mark if its not bound
    already.

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

Summary of changes:
 ChangeLog         |   26 +++++++
 Makefile.in       |    2 +-
 latex.el          |   19 ++++-
 style/alltt.el    |    2 -
 style/beamer.el   |    4 +-
 style/fancyvrb.el |    6 +-
 style/listings.el |    4 +-
 style/minted.el   |  212 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 256 insertions(+), 19 deletions(-)
 create mode 100644 style/minted.el


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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