[elpa] externals/auctex updated (1b05afe088 -> 367b153c1a)

2021-12-28 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 1b05afe088 ; Regenerate new bab6bf97b7 Support enhanced tabular indentation new 1dfd31dcf5 Add an :annotation-function for completion and CAPF new 1a53b23645 Add completion annotation support from LaTeX-math-list

[elpa] externals/auctex 1a53b23645 3/8: Add completion annotation support from LaTeX-math-list/default

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit 1a53b236458d195eb7a664a1b645cdfcb96494c8 Author: Tassilo Horn Commit: Tassilo Horn Add completion annotation support from LaTeX-math-list/default * latex.el (LaTeX--completion-annotation-from-math-menu): New function. * tex.el (TeX

[elpa] externals/auctex b2a50892b0 4/8: Refactor completion annotation code

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit b2a50892b0431c48c65dc7e6ca24393c54fa4788 Author: Tassilo Horn Commit: Tassilo Horn Refactor completion annotation code * tex.el (TeX--completion-annotation-from-tex--prettify-symbols-alist): New function. (TeX--completion-annotation

[elpa] externals/auctex bab6bf97b7 1/8: Support enhanced tabular indentation

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit bab6bf97b7cd6778c7d2ce9aa8f8ce5d083a8e7f Author: Arash Esbati Commit: Arash Esbati Support enhanced tabular indentation * style/stabular.el ("stabular"): Append defined environments to `LaTeX-indent-environment-list'. --- style/stabular.el | 11 +

[elpa] externals/auctex f999caa1a0 5/8: Fix TeX-complete-make-expert-command-functions

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit f999caa1a01ede97195d2367ed25ab02483dfb82 Author: Ikumi Keita Commit: Ikumi Keita Fix TeX-complete-make-expert-command-functions * tex.el (TeX-complete-make-expert-command-functions): Use dynamically generated, dedicated variable to register expert

[elpa] externals/auctex 367b153c1a 8/8: Release GNU AUCTeX 13.0.15

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit 367b153c1af618d6b0f1f3f242d8a4694410cfaf Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 13.0.15 * GNU AUCTeX Version 13.0.15 released. --- auctex.el | 2 +- auctex.info| 206

[elpa] externals/auctex 1dfd31dcf5 2/8: Add an :annotation-function for completion and CAPF

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit 1dfd31dcf5ce95419292496fa9254d8ae63594e7 Author: Tassilo Horn Commit: Tassilo Horn Add an :annotation-function for completion and CAPF * tex.el (TeX--completion-annotation-function): New function. (TeX--completion-at-point): Use it. (TeX

[elpa] externals/auctex d68d9ad279 7/8: Merge remote-tracking branch 'origin/master' into externals/auctex

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit d68d9ad2790f8b07bc0ec7e2aa6854035b585815 Merge: 1b05afe088 3cf393d43d Author: Tassilo Horn Commit: Tassilo Horn Merge remote-tracking branch 'origin/master' into externals/auctex --- latex.el | 14 ++ latex/previe

[elpa] externals/auctex 3cf393d43d 6/8: Make preview.sty deal with newer LaTeX hiding \shipout

2021-12-28 Thread Tassilo Horn
branch: externals/auctex commit 3cf393d43da5778c7a22309e1b10a779d15d3bc8 Author: David Kastrup Commit: Tassilo Horn Make preview.sty deal with newer LaTeX hiding \shipout --- latex/preview.dtx | 35 +++ 1 file changed, 31 insertions(+), 4 deletions(-) diff

[elpa] externals/auctex 4b2587d 01/35: Add new style currvita.el.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 4b2587df35092313c106758f9543a2826f93904c Author: Arash Commit: Tassilo Horn Add new style currvita.el. * Makefile.in (STYLESRC): Add new style. * style/currvita.el: New file. Signed-off-by: Tassilo Horn --- ChangeLog

[elpa] externals/auctex 1bc721b 07/35: Fix error introduced in previous commit

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 1bc721b8cbd8145823374bd70ec8803fc99bd368 Author: Tassilo Horn Commit: Tassilo Horn Fix error introduced in previous commit * tex.el (TeX-source-correlate-handle-TeX-region): Fix void-variable error. --- ChangeLog |5 + tex.el|5

[elpa] externals/auctex 566426b 08/35: New style for color.sty

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 566426b3c27d814e634e4495ea10da2815dd89f8 Author: Arash Esbati Commit: Tassilo Horn New style for color.sty * Makefile.in (STYLESRC): Add new style. * style/color.el: New style. Signed-off-by: Tassilo Horn --- ChangeLog |6

[elpa] externals/auctex 83306b4 13/35: Add some expl3 support

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 83306b4a02162fc2acb3b4db4b6fe0aa7cf5ccd1 Author: Tassilo Horn Commit: Tassilo Horn Add some expl3 support * style/expl3.el: New style for the wrapper package for experimental LaTeX 3. * Makefile.in (STYLESRC): Activate new style

[elpa] externals/auctex 5276f35 03/35: Add PDF Tools support

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 5276f35d9dc7b37cfb0881ddcaf11c05783aac15 Author: Tassilo Horn Commit: Tassilo Horn Add PDF Tools support * tex.el (TeX-pdf-tools-sync-view): New function to use PDF Tools `pdf-view-mode' as a viewer. (TeX-view-program-list-builtin): Ad

[elpa] externals/auctex cc9c060 05/35: Fix compatibility with Emacs < 24.

2015-03-22 Thread Tassilo Horn
-06 Mos� Giordano + + * tex.el (TeX-source-correlate-handle-TeX-region): Replace + `file-name-base', introduced in GNU Emacs 24, with + `file-name-sans-extension'+`file-name-nondirectory'. + 2015-02-06 Tassilo Horn * tex.el (TeX-source-correlate-handle-TeX-region): Ne

[elpa] externals/auctex updated (8c89edf -> 6620d8c)

2015-03-22 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 8c89edf Regenerate version info new 4b2587d Add new style currvita.el. new 061d8cd New tcolorbox style new 5276f35 Add PDF Tools support new cef38f9 Handle TeX-region in backward search with both

[elpa] externals/auctex 3cf92fc 14/35: Fix font-locking issue

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 3cf92fc2daa70cb111b73fbf6be7a51ce42d19d2 Author: Tassilo Horn Commit: Tassilo Horn Fix font-locking issue * font-latex.el (font-latex-match-command-with-arguments): Fix error introduced in the last change. --- ChangeLog |5 + font

[elpa] externals/auctex 86f4a1e 12/35: Add a hook that's run after an environment is modified

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 86f4a1ecc37a8a9a5ce396f592557b9ddf224b77 Author: Tassilo Horn Commit: Tassilo Horn Add a hook that's run after an environment is modified * latex.el (LaTeX-after-insert-env-hook): Rename from `LaTeX-after-insert-env-hooks' which

[elpa] externals/auctex 39badf0 15/35: New defcustom LaTeX-fill-excluded-macros

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 39badf048916c309437f37dbfb5c9d6ba5bf4801 Author: Tassilo Horn Commit: Tassilo Horn New defcustom LaTeX-fill-excluded-macros * latex.el (LaTeX-fill-excluded-macros): New defcustom for excluding macro arguments from filling. (LaTeX-fill-region

[elpa] externals/auctex f16c051 31/35: Fix header of style/mn2e.el.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit f16c051513f26d6780d089c49d272e01dcf7e3cb Author: Mosè Giordano Commit: Mosè Giordano Fix header of style/mn2e.el. --- style/mn2e.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/style/mn2e.el b/style/mn2e.el index 9bf0339..74f5d88

[elpa] externals/auctex 061d8cd 02/35: New tcolorbox style

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 061d8cdb9ac0e154783ac722be5921ae2beb37f4 Author: Tassilo Horn Commit: Tassilo Horn New tcolorbox style * Makefile.in (STYLESRC): Add new style. * style/tcolorbox.el: New style. --- ChangeLog |6 Makefile.in|3

[elpa] externals/auctex 074af82 16/35: Add docs for LaTeX-fill-excluded-macros

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 074af823b179727d9023297cbaef9fd22c6b1255 Author: Tassilo Horn Commit: Tassilo Horn Add docs for LaTeX-fill-excluded-macros * doc/auctex.texi (Filling): Document LaTeX-fill-excluded-macros. --- ChangeLog |2 ++ doc/auctex.texi | 20

[elpa] externals/auctex 003f475 28/35: New style ltablex.el.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 003f475d15530eb6b853a639b455087afe341c69 Author: Arash Esbati Commit: Tassilo Horn New style ltablex.el. * Makefile.in (STYLESRC): Add new style. * style/ltablex.el: New file. --- ChangeLog|6 ++ Makefile.in |2

[elpa] externals/auctex 6896a4c 32/35: Fix of the fix. Really.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 6896a4c35e20f39197fb2cae53c49b24893f90a2 Author: Mosè Giordano Commit: Mosè Giordano Fix of the fix. Really. --- style/mn2e.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/style/mn2e.el b/style/mn2e.el index 74f5d88..0c6d9f6 10064

[elpa] externals/auctex b2957c8 11/35: Fix bug in pdf-tools support

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit b2957c8b141f431b5a035ab174f80f91503c8233 Author: Tassilo Horn Commit: Tassilo Horn Fix bug in pdf-tools support * tex.el (TeX-pdf-tools-sync-view, TeX-PDF-mode): Move addition of `TeX-source-correlate-handle-TeX-region' to `pdf-sync-bac

[elpa] externals/auctex 51e3aa8 06/35: Adapt to PDF Tool changes

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 51e3aa878ab2337a76b0e912bff089568c63d08d Author: Tassilo Horn Commit: Tassilo Horn Adapt to PDF Tool changes * tex.el (TeX-pdf-tools-sync-view) (TeX-source-correlate-handle-TeX-region) (TeX-source-correlate-sync-source, TeX-PDF-mode): Adapt

[elpa] externals/auctex cef38f9 04/35: Handle TeX-region in backward search with both PDF Tools and Evince

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit cef38f9946042b8ce26cf9a4deea0e5c54c35f06 Author: Tassilo Horn Commit: Tassilo Horn Handle TeX-region in backward search with both PDF Tools and Evince * tex.el (TeX-source-correlate-handle-TeX-region): New function. (TeX-source-correlate-sync

[elpa] externals/auctex b853739 17/35: Add uninstall rules to Makefiles.

2015-03-22 Thread Tassilo Horn
in: Update copyright years. + (.PHONY): Add uninstall rule. + (uninstall): New rule. + + * latex/Makefile.in: Update copyright years. + (.PHONY): Declare phony targets. + (install-texmf-doc): Do not ignore errors in this rule. + (uninstall): New rule. + 2015

[elpa] externals/auctex adf90e9 09/35: Simplify TeX-pdf-tools-sync-view

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit adf90e91425908e714131c3907db4ed7cda803d0 Author: Tassilo Horn Commit: Tassilo Horn Simplify TeX-pdf-tools-sync-view * tex.el (TeX-pdf-tools-sync-view): Simplify function. --- ChangeLog |4 tex.el|5 + 2 files changed, 5

[elpa] externals/auctex a375093 20/35: New style enumitem.el

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit a375093713f57826e2bc2ca723094f873800e069 Author: Arash Esbati Commit: Tassilo Horn New style enumitem.el * Makefile.in (STYLESRC): Add new style. * style/enumitem.el: New file. Signed-off-by: Tassilo Horn --- ChangeLog

[elpa] externals/auctex b858aae 10/35: Make TeX-pdf-tools-sync-view work with region files

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit b858aae89c9b810b6f62627620056b806c07f065 Author: Tassilo Horn Commit: Tassilo Horn Make TeX-pdf-tools-sync-view work with region files * tex.el (TeX-pdf-tools-sync-view): Make it work with `TeX-command-region'. --- ChangeLog |5 + t

[elpa] externals/auctex d23de0a 18/35: Style for bidibeamer which delegates to beamer

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit d23de0a5646ee52d8e533e4b7cb74347eaac8ddd Author: Tassilo Horn Commit: Tassilo Horn Style for bidibeamer which delegates to beamer * style/bidibeamer.el: New style. * Makefile.in (STYLESRC): Activate new bidibeamer style. --- ChangeLog

[elpa] externals/auctex fd04166 29/35: New style ltxtable.el.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit fd041662bab692f7a7d24aea07a08b650b9a42c6 Author: Arash Esbati Commit: Tassilo Horn New style ltxtable.el. * Makefile.in (STYLESRC): Add new style. * style/ltxtable.el: New file. --- ChangeLog |6 ++ Makefile.in |2

[elpa] externals/auctex ca40c6a 33/35: Fix a broken link in documentation.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit ca40c6a986bbc664c89ae49c7c658fad94c9d270 Author: Mosè Giordano Commit: Mosè Giordano Fix a broken link in documentation. * doc/wininstall.texi: Fix a broken link. --- ChangeLog |2 ++ doc/wininstall.texi |2 +- 2 files changed, 3 in

[elpa] externals/auctex 59f9440 26/35: Fix void-function error occuring if cl is not loaded

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 59f94402ecdcb8a02a3a0d9ab62bb2de01057f3f Author: Tassilo Horn Commit: Tassilo Horn Fix void-function error occuring if cl is not loaded * tex.el (TeX-style-path): Replace `pushnew' with equivalent code since defcustom init-forms don't s

[elpa] externals/auctex 41c5f9a 24/35: Improve error/warning reporting when file cannot be determined.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 41c5f9a1d16d3f9bca0de17b7e8fabdc14481684 Author: Mosè Giordano Commit: Mosè Giordano Improve error/warning reporting when file cannot be determined. * tex-buf.el (TeX-find-display-help): Display the help also when the file cannot be determined. --

[elpa] externals/auctex 6620d8c 35/35: Merge from upstream master; release 11.88.3

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 6620d8c11fb0a72a7db1ac7b6a03ab09658fe3e2 Author: Tassilo Horn Commit: Tassilo Horn Merge from upstream master; release 11.88.3 --- ChangeLog |4 + auctex.el |2 +- auctex.info| 255

[elpa] externals/auctex 8d7fef3 27/35: Improve styles enumitem.el and caption.el.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 8d7fef32c4ca2adcef822e8b12e56e66fb1a10a4 Author: Arash Esbati Commit: Tassilo Horn Improve styles enumitem.el and caption.el. * style/enumitem.el (LaTeX-enumitem-SetEnumitemKey-regexp): Delete match for the second argument. (LaTeX-enumitem

[elpa] externals/auctex 4034de2 21/35: New style for caption.sty.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 4034de28e2ec88854604cc7f1951fe4e39c2aac0 Author: Arash Esbati Commit: Tassilo Horn New style for caption.sty. * Makefile.in (STYLESRC): Add new style. * style/caption.el: New file. --- ChangeLog|6 + Makefile.in |2

[elpa] externals/auctex b1e9217 30/35: Style file for mn2e.cls.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit b1e9217c26d81380cbeaea772f551f0cbcf420a8 Author: Mosè Giordano Commit: Mosè Giordano Style file for mn2e.cls. * style/mn2e.el: New style file. * Makefile.in (STYLESRC): Activate new style. --- ChangeLog |6 ++ Makefile.in |3 +-

[elpa] externals/auctex 69b02a0 22/35: New style for geometry.sty.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 69b02a0cadaab0c658c26049ace19d6818e16959 Author: Arash Esbati Commit: Tassilo Horn New style for geometry.sty. * Makefile.in (STYLESRC): Add new style. * style/geometry.el: New file. Signed-off-by: Tassilo Horn --- ChangeLog

[elpa] externals/auctex 17f5888 34/35: Merge branch 'master' into elpa

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 17f588897feb284a072a4c2be929f6adadbd3490 Merge: 8c89edf ca40c6a Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog | 199 +++ Makefile.in | 26 +++- doc/Makefile.in

[elpa] externals/auctex a2a4777 25/35: Add TeX-after-TeX-LaTeX-command-finished-hook

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit a2a4777fbc2cec4c5ef7da74e17bf75b1dae4840 Author: Tassilo Horn Commit: Tassilo Horn Add TeX-after-TeX-LaTeX-command-finished-hook * doc/auctex.texi (Modes and Hooks): Document TeX-after-TeX-LaTeX-command-finished-hook. * tex-buf.el (TeX

[elpa] externals/auctex 61ed48c 19/35: Replace add-to-list with pushnew

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 61ed48c3f47d3ac13e87df14c05fba0b6b6d629d Author: Tassilo Horn Commit: Tassilo Horn Replace add-to-list with pushnew * tex.el (TeX-style-path): Replace add-to-list on local with pushnew. --- ChangeLog |3 +++ tex.el|4 ++-- 2 files

[elpa] externals/auctex 31c42ca 23/35: Indent \[...\] display math as a normal environment.

2015-03-22 Thread Tassilo Horn
branch: externals/auctex commit 31c42ca3e46faa0121299ff1a0e054b3701bde77 Author: Mosè Giordano Commit: Mosè Giordano Indent \[...\] display math as a normal environment. * latex.el (LaTeX-end-regexp): Add "\]". (LaTeX-indent-calculate): Indent "\[...\]" display math as a reg

[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/a

[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

[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

[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
alization): Add standard LaTeX + lengths `arraycolsep', `arrayrulewidth' and `doublerulesep'. + 2015-03-23 Tassilo Horn * tex.el (TeX-run-style-hooks): Apply style hooks in reverse diff --git a/latex.el b/latex.el index c232c24..6ebcfb6 100644 --- a/latex.el +++ b

[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

[elpa] externals/auctex 7f0360d 02/11: New style attachfile.el.

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 7f0360d207ae2c1a1be45b3754ff8155c72cd24d Author: Arash Esbati Commit: Mosè Giordano New style attachfile.el. * Makefile.in (STYLESRC): Add new style. * style/attachfile.el: New file. Signed-off-by: Mosè Giordano --- ChangeLog

[elpa] externals/auctex d35db3e 01/11: Improve/update styles.

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit d35db3e42697b3213eabe511968e216d2c95a4d8 Author: Arash Esbati Commit: Mosè Giordano Improve/update styles. * style/fbb.el: Update style to LaTeX package v1.07 from 2015/04/06. * style/erewhon.el ("erewhon"): Update style to LaTeX package

[elpa] externals/auctex e64c692 06/11: Complete last commit

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit e64c692be5f69b222331020923b04ada93e68f2c Author: Tassilo Horn Commit: Tassilo Horn Complete last commit --- tex.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tex.el b/tex.el index 82ddf95..8447d6c 100644 --- a/tex.el +++ b

[elpa] externals/auctex 7c120b0 07/11: Improve TeX-parse-macro docstring

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 7c120b044969d3496b11aa5f0ae10606dae01f91 Author: Tassilo Horn Commit: Tassilo Horn Improve TeX-parse-macro docstring * tex.el (TeX-parse-macro): Improve docstring. --- ChangeLog |4 tex.el|7 +++ 2 files changed, 7 insertions

[elpa] externals/auctex updated (05e30be -> 2c9e820)

2015-05-01 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 05e30be Release 11.88.4 new d35db3e Improve/update styles. new 7f0360d New style attachfile.el. new 07c2d23 Fix bug#20301 new f4c405b Delete vars preview-lispdir and preview-datadir new e

[elpa] externals/auctex 563f0e6 08/11: Fix docstring and spelling errors

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 563f0e68c1d126cbdfd8cb576a0b02ab514e1054 Author: Tassilo Horn Commit: Tassilo Horn Fix docstring and spelling errors * tex.el (TeX-string-divide-number-unit): Fix docstring. * style/mathtools.el ("mathtools"): Fix typos. ---

[elpa] externals/auctex e80221c 05/11: Regexp-quote TeX-region-file in TeX-clean

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit e80221c87ebf5eaa4b718afe62ab169428146c0e Author: Tassilo Horn Commit: Tassilo Horn Regexp-quote TeX-region-file in TeX-clean * tex.el (TeX-clean): Also regexp-quote TeX-region-file. --- ChangeLog |4 tex.el|2 +- 2 files changed, 5

[elpa] externals/auctex 2c9e820 11/11: Release GNU AUCTeX 11.88.5

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 2c9e820bf4b572e633d1cc5edd54f79b15d22b4d Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 11.88.5 --- ChangeLog |4 auctex.el |2 +- auctex.info|4 ++-- preview-latex.info |4 ++-- tex-site.el

[elpa] externals/auctex f4c405b 04/11: Delete vars preview-lispdir and preview-datadir

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit f4c405bed955470c155deabbdc0804bd91816833 Author: Tassilo Horn Commit: Tassilo Horn Delete vars preview-lispdir and preview-datadir Since we've pulled preview from its own subdir, these two variables are the same as TeX-lisp-directory and TeX

[elpa] externals/auctex 26f8ce1 09/11: Speed up kpsewhich calls by expanding all vars in one call

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 26f8ce19ea92ef00a8da872a1ad469ba4bec12b9 Author: Tassilo Horn Commit: Tassilo Horn Speed up kpsewhich calls by expanding all vars in one call * tex.el (TeX-tree-expand): Expand all given vars in just one single call of kpsewhich. Users reported

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

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit afc1ef0833471cf110bf074a940c9c0da497d31f Merge: 05e30be 26f8ce1 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog| 74 +++ Makefile.in |8 +---

[elpa] externals/auctex 07c2d23 03/11: Fix bug#20301

2015-05-01 Thread Tassilo Horn
branch: externals/auctex commit 07c2d23452b4523c6be9d44104752307af72db54 Author: Tassilo Horn Commit: Tassilo Horn Fix bug#20301 * style/mathtools.el (LaTeX-mathtools-env-multlined): Don't call newline-and-indent after inserting environment. --- ChangeLog |

[elpa] externals/auctex updated (2c9e820 -> 5f45de1)

2015-05-07 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 2c9e820 Release GNU AUCTeX 11.88.5 new 573cbdf Fix in italian.el style file. new 1af53df [Fix #20513] Fix type of TeX-view-program-list. new 100759f Use paired delimiter syntax for |. new e5b4e11

[elpa] externals/auctex 100759f 3/7: Use paired delimiter syntax for |.

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit 100759f65c0e4da14d941b55e4695fd02cbca9ea Author: Tassilo Horn Commit: Tassilo Horn Use paired delimiter syntax for |. * tex.el (TeX-mode-syntax-table): Use paired delimiter syntax for character |. --- ChangeLog |5 + tex.el| 13

[elpa] externals/auctex 573cbdf 1/7: Fix in italian.el style file.

2015-05-07 Thread Tassilo Horn
ed, 5 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd3dcc2..169a29d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-05-05 Mos� Giordano + + * style/italian.el: Evaluate `TeX-quote-after-quote'. + 2015-05-01 Tassilo Horn * tex.el

[elpa] externals/auctex e5b4e11 4/7: Merge branch 'master' into elpa

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit e5b4e11eb84dfd8ae2cfb4d91dbac826569ce10f Merge: 2c9e820 100759f Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog| 14 ++ style/italian.el |2 +- tex.el | 17 +-

[elpa] externals/auctex 1af53df 2/7: [Fix #20513] Fix type of TeX-view-program-list.

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit 1af53dfb278dce1702187e0b33eff00a05a80e5a Author: Mosè Giordano Commit: Mosè Giordano [Fix #20513] Fix type of TeX-view-program-list. * tex.el: Update copyright years. (TeX-view-program-list): Fix type. (Bug#20513) --- ChangeLog |5 + tex

[elpa] externals/auctex 4b53ed7 6/7: Merge branch 'master' into elpa

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit 4b53ed727cd09e1f02648944cac43ccb10a155fd Merge: e5b4e11 1f9edc5 Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog |3 +++ tex.el|2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a

[elpa] externals/auctex 1f9edc5 5/7: Fix TeX-tree-expand docstring

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit 1f9edc5b0103b1bfd982f7bba6652958b02a6812 Author: Tassilo Horn Commit: Tassilo Horn Fix TeX-tree-expand docstring (TeX-tree-expand): Fix docstring. --- ChangeLog |1 + tex.el|2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff

[elpa] externals/auctex 5f45de1 7/7: Release auctex 11.88.6

2015-05-07 Thread Tassilo Horn
branch: externals/auctex commit 5f45de1f7124db09535bbed8d06aa4e84e22fcd3 Author: Tassilo Horn Commit: Tassilo Horn Release auctex 11.88.6 * Version 11.88.6 released. --- ChangeLog |2 ++ auctex.el |2 +- auctex.info|4 ++-- preview-latex.info

[elpa] externals/auctex 3cd3e72 08/28: Restore Emacs 22 compatibility

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 3cd3e72e4c513bdcfacfcf2c2b51ff79e0a222e6 Author: Ikumi Keita Commit: Tassilo Horn Restore Emacs 22 compatibility * tex.el (featurep): Restore compatibility with emacs versions which don't have `activate-mark' (Emacs <= 22).

[elpa] externals/auctex 752171a 05/28: Fix bug in LaTeX-backward-paragraph in narrowed buffers

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 752171a84a2626e6ecb1578947284a910b6b93da Author: Nicolas Richard Commit: Tassilo Horn Fix bug in LaTeX-backward-paragraph in narrowed buffers * latex.el (LaTeX-backward-paragraph): Make it work in narrowed buffers. Fixes bug#20685

[elpa] externals/auctex 1341b2c 09/28: Query for optional env arg defined with \lstnewenvironment.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 1341b2c2e302a92e9afeb050004b3b2e9cb49a8d Author: Arash Esbati Commit: Mosè Giordano Query for optional env arg defined with \lstnewenvironment. * style/listings.el (LaTeX-listings-auto-cleanup): Add support for the optional argument of env's defin

[elpa] externals/auctex 8052cd5 13/28: Find warnings emitted by a package with digits in its name.

2015-08-07 Thread Tassilo Horn
-13 Mos� Giordano + + * tex-buf.el (TeX-LaTeX-sentinel-has-warnings, TeX-parse-error): + Cater for packages with digits in their names (e.g., fixltx2e, + wich emits a warning from TeX Live 2015). + 2015-06-09 Tassilo Horn * tex.el (TeX-evince-dbus-p): Explicitly

[elpa] externals/auctex 0e3f3ac 03/28: New styles newpxtext.el and newpxmath.el.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 0e3f3ac8d24e92741228ddb6cfe67207ca2c2a1e Author: Arash Esbati Commit: Tassilo Horn New styles newpxtext.el and newpxmath.el. * Makefile.in (STYLESRC): Add new styles. * style/newpxmath.el: New file. * style/newpxtext.el: New file

[elpa] externals/auctex 8426ca5 12/28: Missing ConTeXt-(un)numbered-section-list-nl variables.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 8426ca5cd225f2aac37532802afc60a30f2e6c89 Author: Berend de Boer Commit: Berend de Boer Missing ConTeXt-(un)numbered-section-list-nl variables. --- context-nl.el | 15 +-- 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/context-nl.

[elpa] externals/auctex 5178ba6 16/28: Parse hf-tikz messages suggesting to rerun LaTeX.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 5178ba6a0312ed789a091ddfd75e5d39b4064161 Author: Mosè Giordano Commit: Mosè Giordano Parse hf-tikz messages suggesting to rerun LaTeX. * tex-buf.el (TeX-LaTeX-sentinel): Add support for hf-tikz messages. --- ChangeLog |3 +++ tex-buf.el |

[elpa] externals/auctex 0b85713 07/28: Query for optional env arg

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 0b857132d00afaa45737069bee3c9c1ddca2eacc Author: Arash Esbati Commit: Tassilo Horn Query for optional env arg * latex.el (LaTeX-auto-cleanup): Prepare so that an optional environment arg is also queried. Signed-off-by: Tassilo Horn

[elpa] externals/auctex d27e773 21/28: Add new style environ.el.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit d27e77316a03c8f1fab9ad403ad349724c2d7b6c Author: Arash Esbati Commit: Mosè Giordano Add new style environ.el. Signed-off-by: Mosè Giordano --- ChangeLog|4 ++ Makefile.in |2 +- style/environ.el | 127 ++

[elpa] externals/auctex 482dddb 24/28: Query for default first arg when (re-)defining env's.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 482dddb6eb1441c5ed500b97065bf72e46624e6d Author: Arash Esbati Commit: Mosè Giordano Query for default first arg when (re-)defining env's. Signed-off-by: Mosè Giordano --- ChangeLog |3 +++ latex.el |4 2 files changed, 7 insertions(+),

[elpa] externals/auctex e351a3a 26/28: Add missing commands `\nameref*' and `\Nameref'.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit e351a3a6ad8bcb15c959d77227849f50cd5d8de9 Author: Arash Esbati Commit: Mosè Giordano Add missing commands `\nameref*' and `\Nameref'. * style/nameref.el ("nameref"): Add missing commands `\nameref*' and `\Nameref'. Signed-off-by: Mosè Gior

[elpa] externals/auctex 6094700 17/28: Restore deleted preview README.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 609470047cfbfffa91e81cd8a3c38f57b9d80ff9 Author: Mosè Giordano Commit: Mosè Giordano Restore deleted preview README. * latex/README: restore file deleted by mistake when preview/ directory has been moved to top level. * Makefile.in: Use e

[elpa] externals/auctex 166e14b 25/28: Fix a typo in the name of provided env's.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 166e14bf5496e2c8a85bcefb1786c7ae9e474a14 Author: Arash Esbati Commit: Mosè Giordano Fix a typo in the name of provided env's. * style/textpos.el ("textpos"): Fix the name of the provided env's which is `textblock' and not `textpos'. Signe

[elpa] externals/auctex 24a2a9d 20/28: Add `LCRJ' to `LaTeX-array-column-letters'.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 24a2a9d1d91751a86c5227d8cf54a6757f554276 Author: Arash Esbati Commit: Mosè Giordano Add `LCRJ' to `LaTeX-array-column-letters'. Signed-off-by: Mosè Giordano --- ChangeLog |3 +++ style/tabulary.el |6 +- 2 files changed, 8 insert

[elpa] externals/auctex 11d759d 02/28: More font-lock fix for verbatim environment args.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 11d759de56d27efab320ae3738003a9fe2e45701 Author: Arash Esbati Commit: Tassilo Horn More font-lock fix for verbatim environment args. * font-latex.el (font-latex-set-syntactic-keywords): Allow for multiple mandatory argument for a verbatim

[elpa] externals/auctex c2c7dd9 18/28: Parse user-defined new column types.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit c2c7dd9bfdaecaef29496504a317fa40ca56c9dd Author: Arash Esbati Commit: Mosè Giordano Parse user-defined new column types. Signed-off-by: Mosè Giordano --- ChangeLog |5 + style/array.el | 53

[elpa] externals/auctex 0a1742f 01/28: Parse env's defined with `\lstnewenvironment'.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 0a1742f7ffbe02052ef946bc4e22772ca8f72ae4 Author: Arash Esbati Commit: Tassilo Horn Parse env's defined with `\lstnewenvironment'. * style/listings.el ("listings"): Add support for parsing new env's defined with `\l

[elpa] externals/auctex 0efe678 14/28: Improve completion of includepdf macro.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 0efe67851762d1f9c00124629d5984b23cf37bd7 Author: Arash Esbati Commit: Mosè Giordano Improve completion of includepdf macro. * style/pdfpages.el ("pdfpages"): Restrict suggested files to *.pdf files. File name should be relative to master file

[elpa] externals/auctex bb195ae 15/28: Add new style file for mnras class.

2015-08-07 Thread Tassilo Horn
r packages with digits in their names (e.g., fixltx2e, - wich emits a warning from TeX Live 2015). + which emits a warning from TeX Live 2015). 2015-06-09 Tassilo Horn diff --git a/Makefile.in b/Makefile.in index 069a847..f365af7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14

[elpa] externals/auctex 7a0d85f 10/28: New style pdfpages.el.

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit 7a0d85f1919b6e4b7524bf5cf5efa47456f95a00 Author: Arash Esbati Commit: Mosè Giordano New style pdfpages.el. * Makefile.in (STYLESRC): Add new style. * style/pdfpages.el: New file. Signed-off-by: Mosè Giordano --- ChangeLog |

[elpa] externals/auctex b1e4d46 06/28: Consider args with \newenvironment with opt arg

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit b1e4d46fce02ded77c5091b641fe370ee9d5cf61 Author: Tassilo Horn Commit: Tassilo Horn Consider args with \newenvironment with opt arg * latex.el (LaTeX-auto-env-args-with-opt): New variable for collecting environments with an optional argument

[elpa] externals/auctex b9eddc9 11/28: Really ignore dbus errors

2015-08-07 Thread Tassilo Horn
branch: externals/auctex commit b9eddc93c35e49f089bf00b31d291150cc2c23f7 Author: Tassilo Horn Commit: Tassilo Horn Really ignore dbus errors * tex.el (TeX-evince-dbus-p): Explicitly bind dbus-debug to nil in order to really ignore dbus errors with dbus-ignore-errors

[elpa] externals/auctex updated (5f45de1 -> 1fc2c7a)

2015-08-07 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 5f45de1 Release auctex 11.88.6 new 0a1742f Parse env's defined with `\lstnewenvironment'. new 11d759d More font-lock fix for verbatim environment args. new 0e3f3ac New styles newpxtext.el and newpxmath.el.

  1   2   3   4   5   6   7   8   9   10   >