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. 7518a8a3ae1a85bebd5a


From: Arash Esbati
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 7518a8a3ae1a85bebd5aa7a9f16e9c36317c150e
Date: Mon, 19 Dec 2016 16:23:14 +0000 (UTC)

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  7518a8a3ae1a85bebd5aa7a9f16e9c36317c150e (commit)
       via  66ed2ac0732d0a0af1045091fb24535ac5d3bdbf (commit)
       via  1c9de7e71aa03fc333b1009fa74d10278f8068b5 (commit)
       via  3677ddcd6837c5b107d4a5d94059d487e928e082 (commit)
       via  76db91e3b6426ca56a2be4e9089aa5c9994629d9 (commit)
      from  a833afff74bb3534a5bce265e2478296f8152526 (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 7518a8a3ae1a85bebd5aa7a9f16e9c36317c150e
Author: Arash Esbati <address@hidden>
Date:   Mon Dec 19 17:20:15 2016 +0100

    Mention that arguments to *-operator must be in braces
    
    * doc/auctex.texi (Tabular-like): Mention that the new code for
    counting columns in *{num}{cols} expects num and cols to be
    enclosed in braces.

commit 66ed2ac0732d0a0af1045091fb24535ac5d3bdbf
Author: Arash Esbati <address@hidden>
Date:   Mon Dec 19 17:12:01 2016 +0100

    Add test for new column counting code
    
    * tests/latex/tabular-count-ampersands-out.tex:
    * tests/latex/tabular-count-ampersands-in.tex: New files.
    
    * tests/latex/latex-test.el
    (LaTeX-count-ampersands-inserted-in-tabular): Test new column
    counting code in `LaTeX-array-count-columns'.

commit 1c9de7e71aa03fc333b1009fa74d10278f8068b5
Author: Arash Esbati <address@hidden>
Date:   Mon Dec 19 17:06:23 2016 +0100

    Count *-operator in column specification
    
    * latex.el (LaTeX-array-count-columns): Detect *-operator in
    column specification and count the arguments for final calculation
    of columns.  Thanks to Ikumi Keita for pointing out this
    deficiency and code to fix it.

commit 3677ddcd6837c5b107d4a5d94059d487e928e082
Author: Arash Esbati <address@hidden>
Date:   Mon Dec 19 16:50:43 2016 +0100

    Add new style/dcolumn.el
    
    * Makefile.in (STYLESRC): Add new style.
    
    * style/dcolumn.el: New file.

commit 76db91e3b6426ca56a2be4e9089aa5c9994629d9
Author: Arash Esbati <address@hidden>
Date:   Mon Dec 19 16:46:14 2016 +0100

    Accept non-letter characters as column specifier
    
    * style/array.el (LaTeX-array-newcolumntype-regexp): Accept
    non-letter characters as column specifier.

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

Summary of changes:
 Makefile.in                                  |    3 +-
 doc/auctex.texi                              |    7 ++++-
 latex.el                                     |   29 ++++++++++++++---
 style/array.el                               |    2 +-
 style/{framed.el => dcolumn.el}              |   33 +++++++++-----------
 tests/latex/latex-test.el                    |   26 ++++++++++++++--
 tests/latex/tabular-count-ampersands-in.tex  |   36 +++++++++++++++++++++
 tests/latex/tabular-count-ampersands-out.tex |   43 ++++++++++++++++++++++++++
 8 files changed, 151 insertions(+), 28 deletions(-)
 copy style/{framed.el => dcolumn.el} (64%)
 create mode 100644 tests/latex/tabular-count-ampersands-in.tex
 create mode 100644 tests/latex/tabular-count-ampersands-out.tex


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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