[elpa] externals/auctex b59075b 06/36: Do not insert a new line if \label is omitted

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit b59075b4b6c1db93372b1a6f74e50a564ba2d18e Author: Arash Esbati Commit: Arash Esbati Do not insert a new line if \label is omitted * style/subcaption.el (LaTeX-arg-subcaption-subcaption): Insert a new line only if \label is given. --- style/subcapt

[elpa] externals/auctex c073d3e 12/36: Insert \label inside the mandatory argument of \caption

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit c073d3e3e04832a2c178ef5f5b52f0d4935a5ea2 Author: Arash Esbati Commit: Arash Esbati Insert \label inside the mandatory argument of \caption * style/longtable.el ("longtable"): Append \label at the end of caption text inside the mandatory argument.

[elpa] externals/auctex c5d1d02 13/36: Append entry to `LaTeX-label-alist' for new "verbatim" floats

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit c5d1d02443095721e292e5b383b3db73fb2a1624 Author: Arash Esbati Commit: Arash Esbati Append entry to `LaTeX-label-alist' for new "verbatim" floats * style/newfloat.el (LaTeX-newfloat-auto-cleanup): Append an entry for parsed environments of "verbati

[elpa] externals/auctex 80d2a08 10/36: Min fix to kpfonts package

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 80d2a087963676fd98683ab04dfd685e5b91ff81 Author: Mosè Giordano Commit: Mosè Giordano Min fix to kpfonts package * style/kpfonts.el ("kpfonts"): Move setting of `TeX-font-list' inside the hook. --- style/kpfonts.el | 26 +--

[elpa] externals/auctex 8a14439 11/36: Add style file for subfiles package.

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 8a14439f4fbb0f8e5d30c689b339e32effbe0177 Author: Uwe Brauer Commit: Mosè Giordano Add style file for subfiles package. * Makefile.in (STYLESRC): add subfiles.el entry * style/subfiles.el ("subfiles"): add new style. Signed-off-by: Mo

[elpa] externals/auctex 76db91e 27/36: Accept non-letter characters as column specifier

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 76db91e3b6426ca56a2be4e9089aa5c9994629d9 Author: Arash Esbati Commit: Arash Esbati Accept non-letter characters as column specifier * style/array.el (LaTeX-array-newcolumntype-regexp): Accept non-letter characters as column specifier. --- style/a

[elpa] externals/auctex 29ae5fb 15/36: Add \LTXtable to list of file-loading commands

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 29ae5fbdd4029c941de4d6ac6b5a4906d4b4d505 Author: Arash Esbati Commit: Arash Esbati Add \LTXtable to list of file-loading commands * style/ltxtable.el (LaTeX-ltxtable-file-regexp): New variable. ("ltxtable"): Make AUCTeX and RefTeX aware of \LTXtab

[elpa] externals/auctex f04e5f7 09/36: Add style file for amsfonts package

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit f04e5f70629a4e8b0f2068de59441d8b0dedd9a2 Author: Mosè Giordano Commit: Mosè Giordano Add style file for amsfonts package * style/amsfonts.el: New file. * Makefile.in (STYLESRC): Install it. * style/amssymb.el ("amssymb"): Run `amsfonts' hook.

[elpa] externals/auctex eb748ea 18/36: Fix query for defined colors in style/ntheorem.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit eb748ea03793a87e752717b0a35840e4fdb8a817 Author: Arash Esbati Commit: Arash Esbati Fix query for defined colors in style/ntheorem.el * style/ntheorem.el ("ntheorem"): Use `cond' to check which color defining package is loaded and use the respectiv

[elpa] externals/auctex c265fc9 02/36: Add new style/FiraMono.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit c265fc9bb3cd53c8c0bffb1b79e24858d8c63252 Author: Arash Esbati Commit: Arash Esbati Add new style/FiraMono.el * Makefile.in (STYLESRC): Add new style. * style/FiraMono.el: New file. --- Makefile.in |2 +- style/FiraMono.el | 70 ++

[elpa] externals/auctex 3677ddc 28/36: Add new style/dcolumn.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 3677ddcd6837c5b107d4a5d94059d487e928e082 Author: Arash Esbati Commit: Arash Esbati Add new style/dcolumn.el * Makefile.in (STYLESRC): Add new style. * style/dcolumn.el: New file. --- Makefile.in |3 ++- style/dcolumn.el | 49 +

[elpa] externals/auctex 1aa46c3 23/36: ; Use third argument of `TeX-argument-insert'

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 1aa46c3e193ac4c9d23586b59e2256841d02c413 Author: Arash Esbati Commit: Arash Esbati ; Use third argument of `TeX-argument-insert' * style/mathtools.el (LaTeX-mathtools-arg-mathstyle-completion) (LaTeX-mathtools-arg-mathsize-completion): (LaTeX-

[elpa] externals/auctex 66ed2ac 30/36: Add test for new column counting code

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 66ed2ac0732d0a0af1045091fb24535ac5d3bdbf Author: Arash Esbati Commit: Arash Esbati Add test for new column counting code * tests/latex/tabular-count-ampersands-out.tex: * tests/latex/tabular-count-ampersands-in.tex: New files. * tests/lat

[elpa] externals/auctex 70c6499 34/36: Fix to TeX-add-local-master

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 70c649961416be00181844277a5cc34b41946839 Author: Mosè Giordano Commit: Mosè Giordano Fix to TeX-add-local-master * tex.el (TeX-add-local-master): Parse local variables again after calling the mode function, which killed local variables. --- tex

[elpa] externals/auctex e4aba95 21/36: Support RefTeX with `reftex-add-label-environments' in style/mathtools.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit e4aba9556ca602ce069226a41121cd038877ad36 Author: Arash Esbati Commit: Arash Esbati Support RefTeX with `reftex-add-label-environments' in style/mathtools.el * style/mathtools.el (LaTeX-mathtools-auto-cleanup, "mathtools"): Support RefTeX with `ref

[elpa] externals/auctex 40da84e 20/36: Support RefTeX with `reftex-add-label-environments' in style/empheq.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 40da84e6de74bff46445043c05802fe67d36c491 Author: Arash Esbati Commit: Arash Esbati Support RefTeX with `reftex-add-label-environments' in style/empheq.el * style/empheq.el ("empheq"): Support RefTeX with `reftex-add-label-environments' and not by

[elpa] externals/auctex 6a31d4e 14/36: Support new floats defined with newfloat package

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 6a31d4e79ecc6f8921a60f268751efae9f9da4f4 Author: Arash Esbati Commit: Arash Esbati Support new floats defined with newfloat package * style/caption.el (LaTeX-caption-update-key-val-options): Append new floating environments defined with "newfloat.

[elpa] externals/auctex 7518a8a 31/36: Mention that arguments to *-operator must be in braces

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 7518a8a3ae1a85bebd5aa7a9f16e9c36317c150e Author: Arash Esbati Commit: Arash Esbati 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

[elpa] externals/auctex a833aff 26/36: Use `LaTeX-item-longtable' while inserting longtable's

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit a833afff74bb3534a5bce265e2478296f8152526 Author: Arash Esbati Commit: Arash Esbati Use `LaTeX-item-longtable' while inserting longtable's * style/longtable.el (LaTeX-longtable-skipping-regexp): New variable. (LaTeX-item-longtable): New function.

[elpa] externals/auctex 25e4f33 03/36: Add new style/FiraSans.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 25e4f335868962e6d1db8a6cc8a507f5c46c2e2e Author: Arash Esbati Commit: Arash Esbati Add new style/FiraSans.el * Makefile.in (STYLESRC): Add new style. * style/FiraSans.el: New file. --- Makefile.in |2 +- style/FiraSans.el | 102 ++

[elpa] externals/auctex 1c9de7e 29/36: Count *-operator in column specification

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 1c9de7e71aa03fc333b1009fa74d10278f8068b5 Author: Arash Esbati Commit: Arash Esbati Count *-operator in column specification * latex.el (LaTeX-array-count-columns): Detect *-operator in column specification and count the arguments for final calcula

[elpa] externals/auctex 6ec185e 16/36: Do not spell-check arguments of \LTXtable

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 6ec185ed54ec16f06f14cd27c82483d43d6da06d Author: Arash Esbati Commit: Arash Esbati Do not spell-check arguments of \LTXtable * tex-ispell.el (TeX-ispell-skip-cmds-list): Add entry for \LTXtable. --- tex-ispell.el |3 +++ 1 file changed, 3 ins

[elpa] externals/auctex updated (1b5875c -> 2e7ca50)

2016-12-22 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 1b5875c Release GNU AUCTeX 11.89.7 new 0d26aba Suggest to display warnings when there are no errors in error overview new c265fc9 Add new style/FiraMono.el new 25e4f33 Add new style/FiraSans.el new

[elpa] externals/auctex 0265793 25/36: Add "s" and "S" to `LaTeX-array-column-letters'

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 026579322e0d3327717841f50c1f8814e2909af1 Author: Arash Esbati Commit: Arash Esbati Add "s" and "S" to `LaTeX-array-column-letters' * style/siunitx.el ("siunitx"): Add column specification letters "s" and "S" to `LaTeX-array-column-letters'. --- s

[elpa] externals/auctex 42dd1f1 22/36: Support RefTeX with `reftex-add-index-macros' in style/splitidx.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 42dd1f1bbd55361be0494e2f8456c2535aecb855 Author: Arash Esbati Commit: Arash Esbati Support RefTeX with `reftex-add-index-macros' in style/splitidx.el * style/splitidx.el ("splitidx"): Support RefTeX with `reftex-add-index-macros' and not by append

[elpa] externals/auctex e3c60cf 08/36: Add new style/bicaption.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit e3c60cfa033546bf8c11dd9956a68de65ff7b38e Author: Arash Esbati Commit: Arash Esbati Add new style/bicaption.el * Makefile.in (STYLESRC): Add new style. * style/bicaption.el: New file. --- Makefile.in|3 +- style/bicaption.el | 18

[elpa] externals/auctex 945035c 24/36: Append tabular[xy] to `LaTeX-item-list'

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 945035c9c12a9930cb84491f3b6e0d30e1672798 Author: Arash Esbati Commit: Arash Esbati Append tabular[xy] to `LaTeX-item-list' * style/tabulary.el ("tabulary"): * style/tabularx.el ("tabularx"): Append tabularx and tabulary to `LaTeX-item-list'. -

[elpa] externals/auctex 79c8264 19/36: Fix query for defined colors in style/textpos.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 79c8264b3e41efa816c96d0f3955255a95055a35 Author: Arash Esbati Commit: Arash Esbati Fix query for defined colors in style/textpos.el * style/textpos.el ("textpos"): Use `cond' to check which color defining package is loaded and use the respective f

[elpa] externals/auctex db3fcb9 32/36: * tex.el (TeX-add-local-master): Inherit major mode from master file.

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit db3fcb96aaa768a1b851a00d9254d7135c832251 Author: Mosè Giordano Commit: Mosè Giordano * tex.el (TeX-add-local-master): Inherit major mode from master file. --- tex.el | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(-) diff --

[elpa] externals/auctex d6890e8 04/36: Improve caption and label insertion in style/subcaption.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit d6890e8c7d2fd925855e30d861887b0cf417dbb2 Author: Arash Esbati Commit: Arash Esbati Improve caption and label insertion in style/subcaption.el * style/subcaption.el (LaTeX-arg-subcaption-subcaption): Delete unused prompt argument. Ask for short ca

[elpa] externals/auctex 2f75f51 17/36: Add support for LaTeX core command \textsubscript

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 2f75f51bb8b76fb282f126b4517adfb555a239a5 Author: Arash Esbati Commit: Arash Esbati Add support for LaTeX core command \textsubscript * font-latex.el (font-latex-built-in-keyword-classes): * latex.el (LaTeX-common-initialization): Add entry for

[elpa] externals/auctex 0d26aba 01/36: Suggest to display warnings when there are no errors in error overview

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 0d26aba1be73d6d615baa20525d43eb893b740b3 Author: Mosè Giordano Commit: Mosè Giordano Suggest to display warnings when there are no errors in error overview * tex-buf.el (TeX-error-overview): When there are no errors, suggest to display warnings

[elpa] externals/auctex 94db238 05/36: Improve caption and label insertion in style/caption.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 94db238bb188d225264100a49ccbbcd43ade2140 Author: Arash Esbati Commit: Arash Esbati Improve caption and label insertion in style/caption.el * style/caption.el (LaTeX-caption-key-val-options): Add key slc which is an abbrev for singlelinecheck.

[AUCTeX-diffs] [elpa] externals/auctex b44d524 35/36: Uniform font-lock updates/don't break prettify (bug#25245)

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit b44d52469fb7b3dc7743881e9927a01999b6fef1 Author: Tassilo Horn Commit: Tassilo Horn Uniform font-lock updates/don't break prettify (bug#25245) * font-latex.el (font-latex-update-font-lock): New function. (font-latex-add-keywords): Use it. (font

[elpa] externals/auctex c4cb166 33/36: Add style/ directory to TeX-style-path for tests

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit c4cb166fe1624545786a9f82f2385ba6a70d4384 Author: Mosè Giordano Commit: Mosè Giordano Add style/ directory to TeX-style-path for tests * tests/latex/latex-test.el: Add our "style/" directory `TeX-style-path' to make it possible to load style file

[elpa] externals/auctex 2e7ca50 36/36: Merge branch 'master' into externals/auctex

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit 2e7ca50778b6dda75f1ce2f6b96219818041d138 Merge: 1b5875c b44d524 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into externals/auctex --- Makefile.in |4 +- doc/auctex.texi |

[elpa] externals/auctex cb6bc11 07/36: Add support for style/bicaption.el to style/caption.el

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit cb6bc118ee622257d0152ca8637b60fbf1d7c6ca Author: Arash Esbati Commit: Arash Esbati Add support for style/bicaption.el to style/caption.el * style/caption.el (LaTeX-caption-supported-float-types): Add supported caption types available with bicaptio

[elpa] externals/auctex a580432: Release GNU AUCTeX 11.89.8

2016-12-22 Thread Tassilo Horn
branch: externals/auctex commit a580432df9dd0b9227cd8b01f93bc07204123013 Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 11.89.8 * Version 11.89.8 released. --- auctex.el |2 +- auctex.info| 158 +++-

[elpa] master b4b1c3d: Use jka-compr-load-suffixes instead of hardcoded suffixes

2016-12-22 Thread Michael Heerdegen
branch: master commit b4b1c3df7d7e3dd055e68fc9003861c11343b7f6 Author: Michael Heerdegen Commit: Michael Heerdegen Use jka-compr-load-suffixes instead of hardcoded suffixes --- packages/el-search/el-search.el |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package