[elpa] externals/auctex 8926369 06/69: Improve new-file regex.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 89263699459a6201c244d327d7dc4b606f9547d1 Author: Tassilo Horn Commit: Tassilo Horn Improve new-file regex. * tex-buf.el (TeX-parse-error): Improve new-file regex. --- tex-buf.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[elpa] externals/auctex c34bf64 07/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit c34bf649f5d460fe396d43cff751164ceb2895f7 Merge: 8926369 bee6baf Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |4 style/listings.el |2 +- 2 files changed, 5 insertions(+), 1 d

[elpa] externals/auctex a33be07 62/69: Remove "table" and "table*" from LaTeX-indent-environment-list

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit a33be079f05bfb5e4358fb7bb38b3e6696af7c1c Author: Matthew Leach Commit: Mosè Giordano Remove "table" and "table*" from LaTeX-indent-environment-list * latex.el (LaTeX-indent-environment-list): Remove the "table" and "table*" elements. Si

[elpa] externals/auctex f919468 01/69: Improve TeX error parsing.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f91946802bd0bc6689de31493da9d8f8e55abfbb Author: Tassilo Horn Commit: Tassilo Horn Improve TeX error parsing. * tex-buf.el (TeX-error): Error if file containing the TeX error doesn't exist instead of finding a new file. (TeX-parse-error): Grea

[elpa] externals/auctex 30fe0e9 63/69: Ensure LaTeX-indent-environment-list environments aren't filled

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 30fe0e90de48d403525375ba62b7783c7b084c47 Author: Matthew Leach Commit: Mosè Giordano Ensure LaTeX-indent-environment-list environments aren't filled * tests/latex/latex-filling-in.tex: Add a tabular environment to ensure the body of the environm

[elpa] externals/auctex af1ee52 47/69: Add support for missing macro \SetLabelAlign

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit af1ee52a86509d81f3a25f9f880bdedb8ec9704d Author: Arash Esbati Commit: Mosè Giordano Add support for missing macro \SetLabelAlign * style/enumitem.el ("enumitem-SetLabelAlign"): Plug \SetLabelAlign into AUCTeX parser. (LaTeX-enumitem-SetLabelAl

[elpa] externals/auctex c6d3152 29/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit c6d3152545eae9258cad5ed71f3f7303e2edf56c Merge: 16af75d babe224 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 20 context.el |2 +- latex.el |2

[elpa] externals/auctex 416f131 40/69: Catch LaTeX class warnings

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 416f1315ca14e4d7eff16e78c601f43a3f31a795 Author: Mosè Giordano Commit: Mosè Giordano Catch LaTeX class warnings * tex-buf.el (LaTeX-warnings-regexp): New variable. This is the same regexp used before by `TeX-LaTeX-sentinel-has-warnings' and

[elpa] externals/auctex 17d1a5d 36/69: ; Merge branch 'simplify-TeX-parse-error'

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 17d1a5d71f9fb6adbb90e17dbf223f3bf1e2f92a Merge: f9efa73 1950012 Author: Mosè Giordano Commit: Mosè Giordano ; Merge branch 'simplify-TeX-parse-error' --- tex-buf.el | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions

[elpa] externals/auctex 3dec183 08/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 3dec183d22fb0d43dddc2809b51e70ddb661e21d Merge: c34bf64 da395f4 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 21 ++ font-latex.el| 12 +- style/siunitx.el | 578 +

[elpa] externals/auctex 8b2550e 16/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 8b2550e597af38caa377b6353578f52928f2811e Merge: a074732 46e6803 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 60 + Makefile.in | 14 +++--- doc/auctex.tex

[elpa] externals/auctex 2e543ef 58/69: Fix parsing of vertical bad boxes context

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 2e543efcc625e2e8645c934e01d3baf76b104bee Author: Mosè Giordano Commit: Mosè Giordano Fix parsing of vertical bad boxes context * tex-buf.el (TeX-warning): Use as context for vertical bad boxes the warning itself and don't move point. * tests/t

[elpa] externals/auctex 891bba7 38/69: Add ERT test for error parsing

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 891bba7c125e7fff5e0c345e5aab1a28a809902e Author: Mosè Giordano Commit: Mosè Giordano Add ERT test for error parsing * tests/tex/compilation-log.txt: Add minimal example of compilation log that failed to be parsed correctly with the old parsing f

[elpa] externals/auctex 056d8c8 50/69: Fix TeX-check-files

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 056d8c84edcdf20a3b365516f4d5c2dc4a554fda Author: Mosè Giordano Commit: Mosè Giordano Fix TeX-check-files * tex-buf.el (TeX-check-files): Run the test in `TeX-master-directory' as well. --- tex-buf.el | 11 ++- 1 files changed, 10 inse

[elpa] externals/auctex 7d4bfac 18/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 7d4bfacf028203616194b95d5eff7f263d2f6d51 Merge: 312c74a 4c8d64c Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 14 +++ doc/auctex.texi | 34 ++ doc/changes.texi |

[elpa] externals/auctex 464bef6 39/69: Fix TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 464bef63b52ef3aee0b50c4bee76d24dc6b58ddc Author: Mosè Giordano Commit: Mosè Giordano Fix TeX-parse-error * tex-buf.el (TeX-parse-error): Remove from the file string pages of the output file. * tests/tex/compilation-log.txt: Add a warning con

[elpa] externals/auctex 524b45b 05/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 524b45bd1daaa2891d5854ef7fe4b265515a1c2c Merge: a7f4839 32fc9bd Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |6 ++ font-latex.el | 16 ++-- 2 files changed, 20 insertion

[elpa] externals/auctex d4059b8 02/69: Improve line wrap removal heuristics.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit d4059b8f49c2609369d694a8250d1df8641161c3 Author: Tassilo Horn Commit: Tassilo Horn Improve line wrap removal heuristics. * tex-buf.el (TeX-format-filter): Remove linebreaks at columns 79 and also column 80. Also remove linebreaks preceded by a pe

[elpa] externals/auctex 2c21439 41/69: Improve parsing of certain warnings

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 2c21439771b038682814b239dfba0b8d799d487c Author: Mosè Giordano Commit: Mosè Giordano Improve parsing of certain warnings * tex-buf.el (TeX-warning): Get full context and line numbers for warnings matching `LaTeX-warnings-regexp'. * tests/tex

[elpa] externals/auctex 2888571 52/69: Allow ignoring certain warnings

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 28885717e4f75ecaab2c9018d4ba7713955778a4 Author: Mosè Giordano Commit: Mosè Giordano Allow ignoring certain warnings * tex.el (TeX-ignore-warnings, TeX-suppress-ignored-warnings): New customizable options. (TeX-toggle-suppress-ignored-warnin

[elpa] externals/auctex 70e62a9 57/69: Catch more bad box warnings

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 70e62a98cac5882e7e4c5c2c7cb719adbb48fdd2 Author: Mosè Giordano Commit: Mosè Giordano Catch more bad box warnings * tex-buf.el (TeX-error-list): More information for some elements of the list. (TeX-parse-error): Change regexp to catch bad verti

[elpa] externals/auctex 6962c34 56/69: Avoid checking duplicate directories in TeX-check-files

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 6962c34a28dbf62622f46fbeca77295223c3112c Author: Mosè Giordano Commit: Mosè Giordano Avoid checking duplicate directories in TeX-check-files * tex-buf.el (TeX-check-files): Delete duplicate directories in paths list before performing the check.

[elpa] externals/auctex cfa82d8 65/69: Prompt for optional short caption parameter.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit cfa82d807cb2d2f9cdcd2f7816030485505e2eb4 Author: Matthew Leach Commit: Mosè Giordano Prompt for optional short caption parameter. * latex.el (LaTeX-compose-caption-macro): New. (LaTeX-short-caption-prompt-length): New. (LaTeX-env-figure):

[elpa] externals/auctex a074732 15/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit a074732d46699dd26c43ad0f907abce9695ddbd1 Merge: 8fac199 a34b0fe Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 45 latex.el |2 +- preview/pre

[elpa] externals/auctex 43ba124 23/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 43ba1244a245f7fa9cfc64317b49a6bec7915fa8 Merge: 901b20a 312dde3 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 42 +++ bib-cite.el |6 +-- font-latex.el |5

[elpa] externals/auctex f351ed9 24/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f351ed978811db6792be85cc1425f1d0219845f8 Merge: 43ba124 8570248 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/C

[elpa] externals/auctex 2cca33f 42/69: Minor fix in TeX-documentation-texdoc

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 2cca33f68a2df99cd3600b1d3193b2b3727ced80 Author: Mosè Giordano Commit: Mosè Giordano Minor fix in TeX-documentation-texdoc * tex.el (TeX-documentation-texdoc): Make it possible to run the function in read-only buffers. --- tex.el |2 +- 1 f

[elpa] externals/auctex b72dcb7 44/69: Add support for SumatraPDF viewer

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit b72dcb7b2f40d861ff90bd9bea37c4aabcc9cf9c Author: Arash Esbati Commit: Mosè Giordano Add support for SumatraPDF viewer * doc/changes.texi: Mention support for SumatraPDF on Windows. Fix typos. * tex.el (TeX-view-program-list-builtin): Add

[elpa] externals/auctex 53f2fab 53/69: Another fix for TeX-parse-errro

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 53f2fab87869063d07010229c0c8675a35721a95 Author: Mosè Giordano Commit: Mosè Giordano Another fix for TeX-parse-errro * tex-buf.el (TeX-parse-error): Improve regexp for polishing file name. * tests/tex/compilation-log.txt: Add example to test file.

[elpa] externals/auctex a7f4839 04/69: Fix Wrong type argument: characterp, nil error.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit a7f4839406beb71f6c017bfdbf772faafdac50a6 Author: Tassilo Horn Commit: Tassilo Horn Fix Wrong type argument: characterp, nil error. * tex-buf.el (TeX-format-filter): Fix error caused by trying to get char syntax from char after EOF. --- tex-buf.el

[elpa] externals/auctex e414cbb 13/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit e414cbbdfb152634385bc2b2a8f376ca8a558040 Merge: 8cee4a7 d8f06a7 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 16 + preview/ChangeLog |5 ++ preview/preview.el |2 +- tex-

[elpa] externals/auctex d7f443e 37/69: Add script to update the ChangeLog

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit d7f443e5c9237cef9c0392738877cd5d6a093fe0 Author: Mosè Giordano Commit: Mosè Giordano Add script to update the ChangeLog * ChangeLog.1: Add copyright notice and information about included commits. * Makefile.in: Add ChangeLog-related variable

[elpa] externals/auctex 901b20a 22/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 901b20a29361df62d85f3053995cc4a80845a502 Merge: 95bef06 e515ecd Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |5 + font-latex.el | 13 + 2 files changed, 14 insertions(+)

[elpa] externals/auctex b88dc70 64/69: Improve prompts when defining LaTeX macros.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit b88dc700c29d1cc36f6a3b9d54b7d56b4182c15e Author: Matthew Leach Commit: Mosè Giordano Improve prompts when defining LaTeX macros. * latex.el (TeX-arg-default-argument-value): New. (TeX-arg-define-macro-arguments): New. (LaTeX-common-initial

[elpa] externals/auctex 4837aba 26/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 4837aba8d2ef65806a082270a0907a90815eb9bd Merge: fd46872 3a16f59 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |5 + tex.el|6 +- 2 files changed, 6 insertions(+), 5 deletions(-)

[elpa] externals/auctex f9efa73 35/69: Another fix for file name regexp in TeX-documentation-texdoc

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f9efa73918d76c9955d54b4d46466bce390b6740 Author: Arash Esbati Commit: Mosè Giordano Another fix for file name regexp in TeX-documentation-texdoc * tex.el (TeX-documentation-texdoc): Add `space' and `()' to file name regexp for Windows paths.

[elpa] externals/auctex 2fd59c9 60/69: Improve word-string regexp in TeX-warning

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 2fd59c93413440daddd585fc64230e2433f80008 Author: Mosè Giordano Commit: Mosè Giordano Improve word-string regexp in TeX-warning * tex-buf.el (TeX-warning): Match letters, numbers, colons, and hyphens, not just word constituents. They may be prec

[elpa] externals/auctex 0731fff 10/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 0731fffe9eb18249af10e00129ec632ec741d484 Merge: bfd5f18 fb40d42 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |8 tex-buf.el |4 ++-- tex.el |2 ++ 3 files changed, 12 ins

[elpa] externals/auctex updated (0a99c11 -> f1abcf8)

2016-03-26 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 0a99c11 Upgrade docs for release. new f9e6e4b New function for reading documentation with texdoc new a1473f7 Capture warnings from packages with hyphens in name new f7d0535 Fix file name regexp in TeX-docu

[elpa] externals/auctex f1abcf8 69/69: Upgrade docs for release

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f1abcf8e27d8de4a7e1f10b3030e0e368380356a Author: Tassilo Horn Commit: Tassilo Horn Upgrade docs for release * Version 11.89.2 released. --- auctex.el |2 +- auctex.info| 540 +++-

[elpa] externals/auctex 312c74a 17/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 312c74a69ac6260bc82de4f377cf1813865ad2a5 Merge: 8b2550e 0da2913 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 16 doc/auctex.texi |7 ++- doc/changes.texi |

[elpa] externals/auctex cc59302 51/69: Show and hide warnings and bad boxes in error overview

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit cc59302b0fddf9d8b3c89b5cfcf7e79338b44a41 Author: Mosè Giordano Commit: Mosè Giordano Show and hide warnings and bad boxes in error overview * tex-buf.el (TeX-error-list-skip-warning-p): New function. (TeX-parse-TeX): Skip warnings or bad boxes if

[elpa] externals/auctex c1dcb84 20/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit c1dcb84b2695a5ee484eeb3695905c5634d36a8b Merge: 08ae29b 8d69d3b Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 26 doc/auctex.texi| 50 +++ doc/ch

[elpa] externals/auctex 836e461 03/69: Don't use TRIM arg of split-string.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 836e46136286941fbbb87178d33df9087469421e Author: Tassilo Horn Commit: Tassilo Horn Don't use TRIM arg of split-string. * tex-buf.el (TeX-parse-error): Don't use TRIM arg of `split-string' which is new in emacs 24.4. --- tex-buf.el | 11 +++-

[elpa] externals/auctex 1950012 31/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 1950012155d539f05c393dae3d6e93548bbc57b2 Merge: b4ff376 4b21d3f Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |4 ++ Makefile.in |2 +- style/cleveref.el | 103 ++

[elpa] externals/auctex 95bef06 21/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 95bef0636831eaabdf5a42df04a16b099e91426b Merge: c1dcb84 6d4f7d1 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |5 + style/mathtools.el |4 ++-- 2 files changed, 7 insertions(+)

[elpa] externals/auctex 8cee4a7 12/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 8cee4a7fcd5f13901c93b672a7673f35183d013d Merge: 6f74661 c2bdd11 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |9 + tex-buf.el | 40 +++- 2 files

[elpa] externals/auctex 6f74661 11/69: Merge from master.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 6f746618e10a30024e808eeeb9a0dbf3dcdbd02b Merge: 0731fff b9fa19d Author: Tassilo Horn Commit: Tassilo Horn Merge from master. --- ChangeLog | 19 tex-buf.el | 136 +-- 2 files changed, 113 in

[elpa] externals/auctex 550e058 49/69: Add new style/splitidx.el

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 550e05891f494b68af3a57381bd67dbdc0cd2052 Author: Arash Esbati Commit: Mosè Giordano Add new style/splitidx.el * Makefile.in (STYLESRC): Add new style. * tex-style.el (LaTeX-splitidx-sindex-reftex-quick-id-key): Add customizable variable.

[elpa] externals/auctex 16af75d 28/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 16af75d49cde69b34279d28e80b4a638e80790d4 Merge: 8683935 61c61a0 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |5 + latex.el |6 +- 2 files changed, 10 insertions(+), 1 deletions(-

[elpa] externals/auctex a2a919d 61/69: Use TeX-quote-after-quote in all language style files

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit a2a919d3490021811344659a3f927e25c94c35b7 Author: Mosè Giordano Commit: Mosè Giordano Use TeX-quote-after-quote in all language style files * style/icelandic.el ("icelandic"): * style/polish.el ("polish"): * style/polski.el ("polski"): Use valu

[elpa] externals/auctex f7d0535 34/69: Fix file name regexp in TeX-documentation-texdoc

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f7d053518bef8031bea12147d3a2bbc0e2612b35 Author: Arash Esbati Commit: Mosè Giordano Fix file name regexp in TeX-documentation-texdoc * tex.el (TeX-documentation-texdoc): Add backslash separator for Windows paths. Signed-off-by: Mosè Gio

[elpa] externals/auctex f9e6e4b 32/69: New function for reading documentation with texdoc

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f9e6e4b8528df03a7810910e7dc2c28b5806c506 Author: Mosè Giordano Commit: Mosè Giordano New function for reading documentation with texdoc * tex.el (TeX-documentation-texdoc): New function. (TeX-common-menu-entries): Replace `TeX-doc' with `TeX-d

[elpa] externals/auctex 16f3dd4 43/69: Add support for Zathura viewer

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 16f3dd415aa0ef1c870f9724dda9f895f2467133 Author: Mosè Giordano Commit: Mosè Giordano Add support for Zathura viewer * tex.el (TeX-view-program-list-builtin): Add Zathura. * doc/changes.texi: Mention Zathura support and reworked error parsing. ---

[elpa] externals/auctex 8fac199 14/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 8fac19929e3a33ec62b5ad4a2862b675406afb4a Merge: e414cbb fe51d8e Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 86 context.el |4 +- doc/auctex.texi | 72 +++

[elpa] externals/auctex 1711536 55/69: Fix detection of line number in TeX-warning

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 17115360b88ca23a69f6361477891681efeec6bf Author: Mosè Giordano Commit: Mosè Giordano Fix detection of line number in TeX-warning * tex-buf.el (TeX-warning): Require as additional mandatory argument the position where the warning starts. Use it

[elpa] externals/auctex fd46872 25/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit fd46872350fadc2fd5d89615b6ab6bc028f0fa6c Merge: f351ed9 3ac5929 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 15 +++ tests/tex/command-expansion.el | 36

[elpa] elpa updated (0a99c11 -> f1abcf8)

2016-03-26 Thread Tassilo Horn
tsdh pushed a change to branch elpa. from 0a99c11 Upgrade docs for release. adds f9e6e4b New function for reading documentation with texdoc adds a1473f7 Capture warnings from packages with hyphens in name adds f7d0535 Fix file name regexp in TeX-documentation-te

[elpa] externals/auctex bfd5f18 09/69: Merge master branch.

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit bfd5f18bb8480d4333b97086064df48d60c9bbe5 Merge: 3dec183 a262726 Author: Tassilo Horn Commit: Tassilo Horn Merge master branch. --- ChangeLog| 56 + doc/auctex.texi | 32 +- doc/changes.texi |9 ++- doc/todo.texi| 14 +- font

[elpa] externals/auctex c09c405 48/69: Fix wrong usage of `TeX-auto-prepare-hook'

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit c09c40589cda2e9859b400932e52e55445a98529 Author: Arash Esbati Commit: Mosè Giordano Fix wrong usage of `TeX-auto-prepare-hook' * style/theorem.el (TeX-auto-cleanup-hook): * style/ntheorem.el (TeX-auto-cleanup-hook): * style/newfloat.el (TeX-au

[elpa] externals/auctex d4b0d5f 67/69: Fix forward sync bug with multi-file documents

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit d4b0d5fdcd83f85a850293e203d9b1a70b146016 Author: Tassilo Horn Commit: Tassilo Horn Fix forward sync bug with multi-file documents * tex.el (TeX-pdf-tools-sync-view): Use the current file for the sync-view call, not always the master file (bug#2308

[elpa] externals/auctex a1473f7 33/69: Capture warnings from packages with hyphens in name

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit a1473f773900c02b71ad923a3c743c9515c5b2ab Author: Mosè Giordano Commit: Mosè Giordano Capture warnings from packages with hyphens in name * tex-buf.el (TeX-LaTeX-sentinel-has-warnings): Add hyphen to regexps. (TeX-parse-error): Ditto. --- tex-buf.

[elpa] externals/auctex 00d9438 45/69: Add support for dviout viewer

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 00d94386b6b4d0a7cdf4aef0f82a2952227d5d88 Author: Arash Esbati Commit: Mosè Giordano Add support for dviout viewer * doc/changes.texi: Mention support for dviout on Windows. * tex.el (TeX-view-program-list-builtin): Add support for dviout

[elpa] externals/auctex f1bcbe3 54/69: Improve LaTeX-warnings-regexp

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit f1bcbe3ee6f66bff7f9ffd280829babf28ddf525 Author: Mosè Giordano Commit: Mosè Giordano Improve LaTeX-warnings-regexp * tex-buf.el (LaTeX-warnings-regexp): Catch also "LaTeX Font" warnings. --- tex-buf.el |7 ++- 1 files changed, 6 insertions(+)

[elpa] externals/auctex 188e4b1 66/69: Temporarily bind gc-cons-threshold in time-consuming task

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 188e4b1617dabc896bfc407be3ba538ea8dcabc6 Author: Mosè Giordano Commit: Mosè Giordano Temporarily bind gc-cons-threshold in time-consuming task * tex.el (TeX-search-files-by-type): Bind `gc-cons-threshold' to 1000 during the search, to reduce

[elpa] externals/auctex 57147c7 59/69: Another fix for vertical bad box warnings

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 57147c70646594270973364a0130650d419c9b34 Author: Mosè Giordano Commit: Mosè Giordano Another fix for vertical bad box warnings * tex-buf.el (TeX-parse-error): Use different regexps for horizontal and vertical bad boxes, they cannot be handled to

[elpa] externals/auctex b4ff376 30/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit b4ff3764a185eb3a5cd229b2d95687b3c470b033 Merge: c6d3152 45ffe1f Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog |7 +++ tex.el| 14 ++ 2 files changed, 13 insertions(+), 8 d

[elpa] externals/auctex 08ae29b 19/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 08ae29ba182d25932719fc149b607e884af11dcf Merge: 7d4bfac 765c516 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog| 16 + doc/auctex.texi | 64 +-

[elpa] externals/auctex e4cad1c 46/69: Add support for Atril viewer

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit e4cad1c2af81715a4bfb18d9338886e040fc49c2 Author: Mosè Giordano Commit: Mosè Giordano Add support for Atril viewer Suggested by Antoine Levitt. * tex.el (TeX-evince-dbus-p): Take new arguments to specify desktop environment and applicati

[elpa] externals/auctex 8683935 27/69: Merge branch 'master' into simplify-TeX-parse-error

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 868393581e2944e440453fbeffa49a7f3d79ccf0 Merge: 4837aba 25887f8 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into simplify-TeX-parse-error --- ChangeLog | 343 + bib-cite.el

[elpa] externals/auctex 4357488 68/69: Merge branch 'master' into elpa

2016-03-26 Thread Tassilo Horn
branch: externals/auctex commit 4357488d261acaff048b1e7a5fbb4c64b450259b Merge: 0a99c11 d4b0d5f Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog.1 | 21 ++ Makefile.in | 57 +- build-aux/gitlog-to-auc

[elpa] elpa df2c08f: Better ChangeLog generation

2016-03-26 Thread Tassilo Horn
branch: elpa commit df2c08f427f2e8a49a5634cc5784f3a8dda75b7c Author: Tassilo Horn Commit: Tassilo Horn Better ChangeLog generation * GNUmakefile (IGNORED): Better ChangeLog generation. --- GNUmakefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GNUmake

[elpa] externals/auctex updated (f1abcf8 -> df2c08f)

2016-03-26 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from f1abcf8 Upgrade docs for release adds df2c08f Better ChangeLog generation No new revisions were added by this update. Summary of changes: GNUmakefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)