[elpa] externals/auctex bf5f55b 09/11: Document indentation of "\[...\]".

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit bf5f55b5f333fb1dfc39b4f02ae005dae06b7721 Author: Mosè Giordano Commit: Mosè Giordano Document indentation of "\[...\]". * doc/auctex.texi (Indenting): Document indentation of "\[...\]". * doc/changes.texi: Mention it. --- ChangeLog|

[elpa] externals/auctex 143aa59 10/11: Merge branch 'master' into elpa

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit 143aa59c508484d16e5034895a001772be3735a1 Merge: 6620d8c bf5f55b Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog | 54 ++ Makefile.in |2 +- doc/auctex.texi |

[elpa] externals/auctex e4a6481 05/11: New style colortbl.el.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit e4a648149cd19f621ea6329088e808ddb7c18df1 Author: Arash Esbati Commit: Mosè Giordano New style colortbl.el. * Makefile.in (STYLESRC): Add new style. * style/colortbl.el: New file. --- ChangeLog |4 +++ Makefile.in |2 +-

[elpa] externals/auctex 0c15d1a 07/11: Remove duplicate lines.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit 0c15d1af0de1f989065c3028332d4e33f29b95bb Author: Mosè Giordano Commit: Mosè Giordano Remove duplicate lines. --- style/caption.el |1 - style/geometry.el |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/style/caption.el b/style/ca

[elpa] externals/auctex 8af05de 01/11: Apply styles in reverse order

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit 8af05de02e766633d594ffb63a44415a0f6d2169 Author: Tassilo Horn Commit: Tassilo Horn Apply styles in reverse order * tex.el (TeX-run-style-hooks): Apply style hooks in reverse order. With that, a local style can modify a private or a global sty

[elpa] externals/auctex 05e30be 11/11: Release 11.88.4

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit 05e30be976321870bcdbe338e82043d72e43560a Author: Tassilo Horn Commit: Tassilo Horn Release 11.88.4 --- ChangeLog |4 ++ auctex.el |2 +- auctex.info| 137 +++- preview-latex.in

[elpa] externals/auctex b418fbb 04/11: Ask for a `Width' in minibuffer and not a `Length'.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit b418fbb582094745075ea9ae6aa1a2398494a4f3 Author: Arash Esbati Commit: Mosè Giordano Ask for a `Width' in minibuffer and not a `Length'. * style/ltxtable.el ("ltxtable"): Ask for a `Width' and not for a `Length' in minibuffer. --- ChangeLog

[elpa] externals/auctex 4fd5b48 03/11: Add three missing LaTeX lengths.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit 4fd5b487d16e134d3f23ce96655d56f0815dd04b Author: Arash Esbati Commit: Mosè Giordano Add three missing LaTeX lengths. * latex.el (LaTeX-common-initialization): Add standard LaTeX lengths `arraycolsep', `arrayrulewidth' and `doublerulesep'. --- Cha

[elpa] externals/auctex c2f6e9c 08/11: [Fix #20227] Fix indentation of \[...\] math mode.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit c2f6e9c4ad208ebddadd42a0314a59503399d00f Author: Mosè Giordano Commit: Mosè Giordano [Fix #20227] Fix indentation of \[...\] math mode. * latex.el (LaTeX-begin-regexp): Add "\[". (LaTeX-indent-calculate): Remove indentation of "\[...\]" from h

[elpa] externals/auctex c7c77a2 06/11: Fix parsing of new auto types in style files.

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit c7c77a29202353e2a8528ff054b9e029cc05f5a6 Author: Mosè Giordano Commit: Mosè Giordano Fix parsing of new auto types in style files. * style/acro.el: * style/acronym.el: * style/caption.el: * style/color.el: * style/e

[elpa] externals/auctex updated (6620d8c -> 05e30be)

2015-04-11 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 6620d8c Merge from upstream master; release 11.88.3 new 8af05de Apply styles in reverse order new b91b203 docfix new 4fd5b48 Add three missing LaTeX lengths. new b418fbb Ask for a `Width' in mini

[elpa] externals/auctex b91b203 02/11: docfix

2015-04-11 Thread Tassilo Horn
branch: externals/auctex commit b91b20395be673394305be872e9cbbe5a5cadd3c Author: Tassilo Horn Commit: Tassilo Horn docfix --- tex.el |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tex.el b/tex.el index df8369f..394814e 100644 --- a/tex.el +++ b/tex.el @@ -27