auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] [SCM] GNU AUCTeX branch, master, updated. f8c1d44c62f958


From: Tassilo Horn
Subject: [AUCTeX-commit] [SCM] GNU AUCTeX branch, master, updated. f8c1d44c62f958e19d924deeb51c54f2413e1ef6
Date: Mon, 14 Oct 2013 09:24:59 +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  f8c1d44c62f958e19d924deeb51c54f2413e1ef6 (commit)
      from  3e33dfd60c602b819863143ff91cbf6962de65f0 (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 f8c1d44c62f958e19d924deeb51c54f2413e1ef6
Author: Oleh Krehel <address@hidden>
Date:   Sat Oct 12 12:16:16 2013 +0200

    Add indentation for tabular environment.
    
    * latex.el: `LaTeX-indent-tabular' now indents tabular-like environments.
      (LaTeX--tabular-like-end): new variable.
      (LaTeX-indent-environment-list): added `LaTeX-indent-tabular' as
      indenter for "tabular" and "align", added a setter that recomputes
      `LaTeX--tabular-like-end'
      (LaTeX-env-beginning-pos-col): new function.
      (LaTeX-hanging-ampersand-position): new function.
      (LaTeX-indent-tabular): new function.
    
    * tests/latex/latex-test.el : added an ERT test for `LaTeX-indent-tabular'
      (LaTeX-indent-tabular-test/in): input filename variable
      (LaTeX-indent-tabular-test/out): output filename variable
    
    * tests/latex/tabular-in.tex: input to latex-test.el
    
    * tests/latex/tabular-out.tex: input to latex-test.el
    
    * tex.el (TeX-how-many): added for compatibility with XEmacs.
    
    Signed-off-by: Tassilo Horn <address@hidden>

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

Summary of changes:
 ChangeLog                   |   23 +++++++++++++++
 latex.el                    |   67 +++++++++++++++++++++++++++++++++++++++++--
 tests/latex/latex-test.el   |   13 ++++++++
 tests/latex/tabular-in.tex  |   41 ++++++++++++++++++++++++++
 tests/latex/tabular-out.tex |   41 ++++++++++++++++++++++++++
 tex.el                      |    9 ++++++
 6 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 tests/latex/latex-test.el
 create mode 100644 tests/latex/tabular-in.tex
 create mode 100644 tests/latex/tabular-out.tex


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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