[elpa] elpa 693eee6 11/51: TikZ: Remove unneeded function.

2016-05-22 Thread Tassilo Horn
branch: elpa commit 693eee65409717c80e10d7fbf03d3db67700da7d Author: Matthew Leach Commit: Matthew Leach TikZ: Remove unneeded function. * style/tikz.el (TeX-TikZ-arg-rect-point): Delete. --- style/tikz.el |4 1 file changed, 4 deletions(-) diff --git a/style/tikz.el b/st

[elpa] elpa 63a83c3 30/51: Make unloading of tex-site work on Emacs 24

2016-05-22 Thread Tassilo Horn
branch: elpa commit 63a83c376142ae47a45420830964dda65d3d6e37 Author: Ikumi Keita Commit: Mosè Giordano Make unloading of tex-site work on Emacs 24 * tex-site.el.in (tex-site-unload-hook): Run `TeX-modes-set' when `advice-add' is defined. Signed-off-by: Mosè Giordano

[elpa] elpa d4d2ab5 31/51: Enable directory local variables in japanese-{latex, plain-tex}-mode

2016-05-22 Thread Tassilo Horn
branch: elpa commit d4d2ab537ff08f09ae5587aeb1e2e937f7cecfa3 Author: Ikumi Keita Commit: Mosè Giordano Enable directory local variables in japanese-{latex, plain-tex}-mode * tex-jp.el (japanese-latex-mode-initialization): Set `major-mode' to `japanese-latex-mode' and res

[elpa] elpa f0849b4 10/51: TikZ: Add the 'sin' and 'cos' connectors.

2016-05-22 Thread Tassilo Horn
branch: elpa commit f0849b4029d818421672582bac8129e2c40971af Author: Matthew Leach Commit: Matthew Leach TikZ: Add the 'sin' and 'cos' connectors. * style/tikz.el (TeX-TikZ-path-connector-function-map): Add 'sin' and 'cos' mapping to `identity'. --- style/tikz.el |4 +++-

[elpa] elpa 88fbf80 20/51: Fix in TeX sentinels

2016-05-22 Thread Tassilo Horn
branch: elpa commit 88fbf8021c7da3c2bf14a646663bd0eb0ccc1448 Author: Mosè Giordano Commit: Mosè Giordano Fix in TeX sentinels * tex-buf.el (TeX-TeX-sentinel, TeX-LaTeX-sentinel): Use `TeX-error-overview-make-entries' to test presence of errors or warnings. This is the s

[elpa] elpa 310008b 05/51: TikZ: Add the arc command.

2016-05-22 Thread Tassilo Horn
branch: elpa commit 310008b94765bc324c6fd4813d1994833b4929f9 Author: Matthew Leach Commit: Matthew Leach TikZ: Add the arc command. * style/tikz.el (TeX-TikZ-arg-arc): New. (TeX-TikZ-draw-arg-function-map): Map the 'Arc' command to `Tex-TikZ-arg-arc'. --- style/tikz.el

[elpa] elpa eb9986d 46/51: Respect both "xcolor" and "color" for query to "shadecolor"

2016-05-22 Thread Tassilo Horn
branch: elpa commit eb9986d4bade931e075472b15bb5889e2c970fc5 Author: Arash Esbati Commit: Mosè Giordano Respect both "xcolor" and "color" for query to "shadecolor" * style/ntheorem.el ("ntheorem"): Respect both "xcolor" and "color" for query to "shadecolor" command. Sig

[elpa] elpa ae6ed8b 06/51: TikZ: make `TeX-TikZ-single-macro-arg' prompt required.

2016-05-22 Thread Tassilo Horn
branch: elpa commit ae6ed8b21742ae50189084e4a2d95baebb87052b Author: Matthew Leach Commit: Matthew Leach TikZ: make `TeX-TikZ-single-macro-arg' prompt required. * style/tikz.el (TeX-TikZ-get-arg-type): Make prompt non-optional. (TeX-TikZ-single-macro-arg): Likewise. (TeX

[elpa] elpa d418e9a 15/51: Prevent infinite loop in TeX-command-expand

2016-05-22 Thread Tassilo Horn
branch: elpa commit d418e9a064e4158556dacb33744d610097eff04b Author: Mosè Giordano Commit: Mosè Giordano Prevent infinite loop in TeX-command-expand * tex.el (TeX-view-command-raw): This function should always return a string. Throw an error if fails to do so. This prevents

[elpa] elpa b66c10a 08/51: TikZ: Add parabola command.

2016-05-22 Thread Tassilo Horn
branch: elpa commit b66c10aa0ae12d3cf85cb75e097e82bd342278dc Author: Matthew Leach Commit: Matthew Leach TikZ: Add parabola command. * style/tikz.el (TeX-TikZ-arg-bend): New. (TeX-TikZ-arg-parabola): New. (TeX-TikZ-draw-arg-function-map): Add mapping from "Parabola" to

[elpa] elpa updated (7573813 -> ebf4b8a)

2016-05-22 Thread Tassilo Horn
tsdh pushed a change to branch elpa. from 7573813 Release GNU AUCTeX 11.89.3 adds 7ba0a0e * tex-buf.el: Address some compiler warnings new da88a3e Dinamically put delete-selection prop to TeX-insert-dollar new a83c4d0 Fix compatibility with older Emacs version

[elpa] elpa 40c2c26 32/51: Allow for negative offsets in region backward search

2016-05-22 Thread Tassilo Horn
branch: elpa commit 40c2c26c0be82fb9ae164db40c96efea50cd3d8f Author: Mosè Giordano Commit: Mosè Giordano Allow for negative offsets in region backward search * tex.el (TeX-source-correlate-handle-TeX-region): Use the same regexp used in `preview-parse-messages', that is also X

[elpa] elpa c032063 19/51: Auto save `TeX-command-extra-options'.

2016-05-22 Thread Tassilo Horn
branch: elpa commit c0320634797e460dd778f6f29ecd46f0bd9a0b6e Author: Matthew Leach Commit: Matthew Leach Auto save `TeX-command-extra-options'. * tex.el (TeX-auto-store): Save the value of `TeX-command-extra-options' so it is set project-wide. --- tex.el |4 1 file c

[elpa] elpa 1c397d5 29/51: Fix TeX-error-overview-make-entries

2016-05-22 Thread Tassilo Horn
branch: elpa commit 1c397d50161c6f6ce45879e9a94b4c773acfc502 Author: Mosè Giordano Commit: Mosè Giordano Fix TeX-error-overview-make-entries * tex-buf.el (TeX-error-overview-make-entries): Add `active-buffer' optional argument. If `TeX-error-overview-open-after-TeX-run' is

[elpa] elpa da88a3e 01/51: Dinamically put delete-selection prop to TeX-insert-dollar

2016-05-22 Thread Tassilo Horn
branch: elpa commit da88a3eca3107372131aa26930e548c039fe1b51 Author: Mosè Giordano Commit: Mosè Giordano Dinamically put delete-selection prop to TeX-insert-dollar * tex.el (TeX-insert-dollar): Put `delete-selection' property only when `TeX-electric-math' is nil. Suggested by

[elpa] elpa 44e654b 22/51: Use `match-string-no-properties'

2016-05-22 Thread Tassilo Horn
branch: elpa commit 44e654be1b80a6462c93fc32efb910d14992cf33 Author: Ikumi Keita Commit: Mosè Giordano Use `match-string-no-properties' * texmathp.el (texmathp, texmathp-match-environment): For better consistency with other parts of the file, change `match-string' to `no-pro

[elpa] elpa e19f8bd 37/51: Do not check TeX engine with ifluatex package

2016-05-22 Thread Tassilo Horn
branch: elpa commit e19f8bd008cf1ef8c48e64963b0300c72c403ff7 Author: Mosè Giordano Commit: Mosè Giordano Do not check TeX engine with ifluatex package * style/ifluatex.el ("ifluatex"): Set `TeX-check-engine-list' to nil so that the engine is not checked when this package is lo

[elpa] elpa de0d445 07/51: TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'.

2016-05-22 Thread Tassilo Horn
branch: elpa commit de0d445ea13a772d9cd842863c4d49217be7553b Author: Matthew Leach Commit: Matthew Leach TikZ: Add optional parameter to `TeX-TikZ-single-macro-arg'. * style/tikz.el (TeX-TikZ-single-macro-arg): New argument OPTIONAL. (TeX-TikZ-macro-arg): Use OPTIONAL argument

[elpa] elpa af27d33 17/51: TikZ: Add the grid command.

2016-05-22 Thread Tassilo Horn
branch: elpa commit af27d3337bc28715069c31e98be243cce7cbd44d Author: Matthew Leach Commit: Matthew Leach TikZ: Add the grid command. * style/tikz.el (TeX-TikZ-arg-grid): New. (TeX-TikZ-draw-arg-function-map): Map the 'Grid' command to `TeX-TikZ-arg-grid'. --- style/tikz

[elpa] elpa bc8d07f 27/51: Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args'

2016-05-22 Thread Tassilo Horn
branch: elpa commit bc8d07f64e4832549182ab541c875736feb8515f Author: Ikumi Keita Commit: Mosè Giordano Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-args' * latex.el (LaTeX-item-argument): Temporarily bind `TeX-insert-macro-default-style' to 'show-optional-

[elpa] elpa 5886c49 41/51: Improve the insertation of "macro" environment

2016-05-22 Thread Tassilo Horn
branch: elpa commit 5886c49d94ac761020bf2494afb42677987b3e90 Author: Arash Esbati Commit: Mosè Giordano Improve the insertation of "macro" environment * style/doc.el (LaTeX-env-no-comment): Check if argument `environment' is "macro" and query/insert a name prefixed with `TeX

[elpa] elpa c58162a 04/51: TikZ: Add circle command.

2016-05-22 Thread Tassilo Horn
branch: elpa commit c58162a642a1544dc5757c3ca0aabf80edb0e033 Author: Matthew Leach Commit: Matthew Leach TikZ: Add circle command. * style/tikz.el (TeX-TikZ-arg-circle): New. (TeX-TikZ-draw-arg-function-map): Add mapping from 'Circle' to `TeX-TikZ-arg-circle'. --- style

[elpa] elpa 56c1afd 28/51: Call TeX-newline-function interactively

2016-05-22 Thread Tassilo Horn
branch: elpa commit 56c1afdb4f18fade14341917c699cb54c9a4f107 Author: Mosè Giordano Commit: Mosè Giordano Call TeX-newline-function interactively * tex.el (TeX-newline): Replace `funcall' with `call-interactively'. This makes `electric-indent-mode' work out-of-the-box. Suggest

[elpa] elpa 79a8643 47/51: Respect both "xcolor" and "color" for command queries

2016-05-22 Thread Tassilo Horn
branch: elpa commit 79a8643c0bd924eb50389caa034e94750825b439 Author: Arash Esbati Commit: Mosè Giordano Respect both "xcolor" and "color" for command queries * style/textpos.el ("textpos"): Remove "color" from `TeX-run-style-hooks'. ("textpos"): Respect both "xcolor" and "co

[elpa] elpa e092f72 35/51: Use commit date to determine package date

2016-05-22 Thread Tassilo Horn
branch: elpa commit e092f72c436b6d97e99e53eda391d353da0bb1b0 Author: Mosè Giordano Commit: Mosè Giordano Use commit date to determine package date * autogen.sh (AUCTEXDATE): Use commit date, rather than author date, to determine package date. --- autogen.sh |2 +- 1 file

[elpa] elpa 36b6051 12/51: Compatibility for XEmacs

2016-05-22 Thread Tassilo Horn
branch: elpa commit 36b6051bcff3b6fc2e6937136a45af09c7b8b0c7 Author: Mosè Giordano Commit: Mosè Giordano Compatibility for XEmacs * style/tikz.el (TeX-TikZ-single-macro-arg): Pass `function-alist' to `TeX-TikZ-get-arg-type` because XEmacs requires an alist as argument to

[elpa] elpa b20cd68 16/51: Fix a documentation type.

2016-05-22 Thread Tassilo Horn
branch: elpa commit b20cd6886814d6d8f989b2656b81f22fe24c475c Author: Matthew Leach Commit: Matthew Leach Fix a documentation type. * doc/auctex.texi (Automatic Local): Fix a documentation typo. --- doc/auctex.texi |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[elpa] elpa 9613bdd 36/51: Check TeX engine only once

2016-05-22 Thread Tassilo Horn
branch: elpa commit 9613bddb44b4eb8558c988fae02d2927bd614a90 Author: Mosè Giordano Commit: Mosè Giordano Check TeX engine only once * tex-buf.el (TeX-check-engine): If user does not want to change engine, do not ask again. Suggested by Joost Kremers. --- tex-buf.el |9 ++

[elpa] elpa 84dfb76 13/51: Do not use add-to-list for let-bound variable

2016-05-22 Thread Tassilo Horn
branch: elpa commit 84dfb7646584e81333f15027656724ce7a93369e Author: Mosè Giordano Commit: Mosè Giordano Do not use add-to-list for let-bound variable * style/tikz.el (TeX-TikZ-find-named-points): Replace add-to-list with `push'. --- style/tikz.el |4 ++-- 1 file changed,

[elpa] elpa 4f9666b 24/51: Use customize option `TeX-region' instead of "_region_"

2016-05-22 Thread Tassilo Horn
branch: elpa commit 4f9666b59249c49412cc51a4491440d85d24127e Author: Ikumi Keita Commit: Mosè Giordano Use customize option `TeX-region' instead of "_region_" * tex-buf.el (TeX-output-revert-buffer): Use customize option `TeX-region' instead of string literal "_region_".

[elpa] elpa ae6cb79 26/51: Reword documentation of TeX-PDF-from-DVI

2016-05-22 Thread Tassilo Horn
branch: elpa commit ae6cb792c0882f1027a382bf3d44a064cbedb3bb Author: Mosè Giordano Commit: Mosè Giordano Reword documentation of TeX-PDF-from-DVI * doc/auctex.texi (Processor Options): Make information about Japanese documents more accurate. Suggested by Ikumi Keita. --- doc

[elpa] elpa 0a3632e 45/51: Adjust query commands for loading by xcolor.el

2016-05-22 Thread Tassilo Horn
branch: elpa commit 0a3632e51ca3d281eae940b3be45d6ea3e919145 Author: Arash Esbati Commit: Mosè Giordano Adjust query commands for loading by xcolor.el * style/colortbl.el ("colortbl"): Run style hook for "color" only if "xcolor" is not an active style. ("colortbl"): Check if

[elpa] elpa 71349ec 23/51: Use `deactivate-input-method' if defined

2016-05-22 Thread Tassilo Horn
branch: elpa commit 71349ec6a632f00dfe5365d3f29238b0ec1ef616 Author: Ikumi Keita Commit: Mosè Giordano Use `deactivate-input-method' if defined * tex.el (TeX-math-input-method-off): Use `deactivate-input-method' instead of obsolete function `inactivate-input-method' when possibl

[elpa] elpa 7ea1aa3 18/51: TikZ: Don't allow relative points with \coordinate.

2016-05-22 Thread Tassilo Horn
branch: elpa commit 7ea1aa3e86fc72cbc40c62673a5141b21417cd67 Author: Matthew Leach Commit: Matthew Leach TikZ: Don't allow relative points with \coordinate. * style/tikz.el (TeX-TikZ-point-function-map): Revert back to simple point alist. (TeX-TikZ-relative-point-functio

[elpa] elpa d83900b 09/51: TikZ: Make '+' and '++' prefixes apply to TikZ points

2016-05-22 Thread Tassilo Horn
branch: elpa commit d83900b9fd15081049e0217dce881e2b709d0617 Author: Matthew Leach Commit: Matthew Leach TikZ: Make '+' and '++' prefixes apply to TikZ points * style/tikz.el (TeX-TikZ-get-prefix-string): New. (TeX-TikZ-arg-rect-point): Add optional argument `prefix'. (T

[elpa] elpa e90e050 34/51: Insert braces after some macros and \relax after \ProcessOptions

2016-05-22 Thread Tassilo Horn
branch: elpa commit e90e050804ceb97518239c262f37541e61ecf163 Author: Arash Esbati Commit: Mosè Giordano Insert braces after some macros and \relax after \ProcessOptions * style/ltx-base.el ("ltx-base"): Insert a pair of braces after "DeclareOption*", "AtEndOfPackage", "AtEndOfCl

[elpa] elpa cf54f7d 49/51: Make ChangeLog UTF-8

2016-05-22 Thread Tassilo Horn
branch: elpa commit cf54f7d9e5b08f52b2470c91419849a37905fa35 Author: Tassilo Horn Commit: Tassilo Horn Make ChangeLog UTF-8 * ChangeLog-preview.1: Convert to UTF-8. * build-aux/gitlog-to-auctexlog: Remove iconv call for converting ChangeLog to ISO-8859-1. --- ChangeLog-pr

[elpa] elpa 13153ba 40/51: Use commit date for package date also in configure

2016-05-22 Thread Tassilo Horn
branch: elpa commit 13153baa51f35b04ca5411ae9dfb0a2c8f9bb405 Author: Mosè Giordano Commit: Mosè Giordano Use commit date for package date also in configure * aclocal.m4 (AC_DATE_VERSION_FROM_CHANGELOG): Use commit date rather than author date. --- aclocal.m4 |2 +- 1 file

[elpa] elpa e78a13c 03/51: * tex-buf.el: Address some compiler warnings

2016-05-22 Thread Tassilo Horn
branch: elpa commit e78a13c024937cb0802e05ff8274b0e832925d85 Author: Stefan Monnier Commit: Tassilo Horn * tex-buf.el: Address some compiler warnings Require `latex' since we refer to some of its variables. Use #' to quote a function. Use _ prefix for unused vars. (TeX-curr

[elpa] elpa 7e3bec8 44/51: Run `TeX-add-symbols' if "xcolor" is not an active style

2016-05-22 Thread Tassilo Horn
branch: elpa commit 7e3bec88c69b684bb98c0d6b5b0031ad8aa80eca Author: Arash Esbati Commit: Mosè Giordano Run `TeX-add-symbols' if "xcolor" is not an active style * style/color.el ("color"): Check if "xcolor" is an active style and then run `TeX-add-symbols' on commands defined by

[elpa] elpa d9910d4 21/51: Fix small errors in doc string and comment

2016-05-22 Thread Tassilo Horn
branch: elpa commit d9910d4b368c7b084fc677c81e7abbf4fd285b99 Author: Ikumi Keita Commit: Mosè Giordano Fix small errors in doc string and comment * tex.el (TeX-auto-add-type): Change the word `function' to `macro' and add an `s' to the verb `create'. * tex-buf.el (TeX-r

[elpa] elpa ccfe316 42/51: Make TeX-view work better with regions

2016-05-22 Thread Tassilo Horn
branch: elpa commit ccfe3167c40a4b4c241bbc4f3b0445381f6ace8d Author: Tassilo Horn Commit: Tassilo Horn Make TeX-view work better with regions * tex-buf.el (TeX-region-update-point): New function which sets point in the region buffer so that it matches the location of point in th

[elpa] externals/auctex updated (7ba0a0e -> ebf4b8a)

2016-05-22 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from 7ba0a0e * tex-buf.el: Address some compiler warnings adds da88a3e Dinamically put delete-selection prop to TeX-insert-dollar adds a83c4d0 Fix compatibility with older Emacs versions adds e78a13c * tex-buf.el:

[elpa] elpa 7fc63f1 39/51: Tweak mode name only when file local variable is enabled.

2016-05-22 Thread Tassilo Horn
branch: elpa commit 7fc63f1deeeb1ef76ba2806fa4baf972ba44befc Author: Ikumi Keita Commit: Mosè Giordano Tweak mode name only when file local variable is enabled. * tex-jp.el (japanese-plain-tex-mode-initialization) (japanese-latex-mode-initialization): Tweak mode name only

[elpa] elpa a83c4d0 02/51: Fix compatibility with older Emacs versions

2016-05-22 Thread Tassilo Horn
branch: elpa commit a83c4d0e69c12eadd642f13583444fc89badd9f6 Author: Mosè Giordano Commit: Mosè Giordano Fix compatibility with older Emacs versions * tex.el: Dynamic determination of `delete-selection' behavior has been introduced in Emacs 24.3. For previous versions leave

[elpa] elpa 7b41d77 38/51: Adapt for upLaTeX

2016-05-22 Thread Tassilo Horn
branch: elpa commit 7b41d773d53895b0966e3efeab03075e867a5755 Author: Ikumi Keita Commit: Masayuki Ataka Adapt for upLaTeX * tex-buf.el (TeX-LaTeX-sentinel): Accept banner line of upLaTeX. * tex-jp.el (japanese-LaTeX-style-list): Add class file for upLaTeX. * tex.el (TeX-form

[elpa] elpa ebf4b8a 51/51: Release GNU AUCTeX 11.89.4

2016-05-22 Thread Tassilo Horn
branch: elpa commit ebf4b8a03ae4dbe2df73cf108688b7b04a8c9d9d Author: Tassilo Horn Commit: Tassilo Horn Release GNU AUCTeX 11.89.4 * Version 11.89.4 released. --- auctex.el |4 +- auctex.info| 208 preview-la

[elpa] elpa 8ed465a 50/51: Merge branch 'master' into elpa

2016-05-22 Thread Tassilo Horn
branch: elpa commit 8ed465a83f237f088d01c63fec56ace90cb75fff Merge: 7ba0a0e cf54f7d Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog-preview.1| 24 +- Makefile.in|2 +- aclocal.m4 |2 +- aut

[elpa] elpa d6b107e 33/51: Improve style/doc.el

2016-05-22 Thread Tassilo Horn
branch: elpa commit d6b107e74ecbe532016f93be18790a9688c5 Author: Arash Esbati Commit: Mosè Giordano Improve style/doc.el * style/doc.el ("doc"): Do not indent the content inside the "macro" environment. Insert a pair of braces after "DoNotIndex", "StopEventually", "M

[elpa] elpa 6eb95e6 14/51: Integrate viewer support between tex.el and tex-jp.el

2016-05-22 Thread Tassilo Horn
branch: elpa commit 6eb95e66962c446aae4f81a993bcd2d6c560f3c7 Author: Ikumi Keita Commit: Mosè Giordano Integrate viewer support between tex.el and tex-jp.el * tex.el (TeX-view-program-list-builtin): Integrate viewer support between tex.el and tex-jp.el. * tex-jp.el : Ditto

[elpa] elpa adf998c 25/51: Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI

2016-05-22 Thread Tassilo Horn
branch: elpa commit adf998c2ce482c62d15d2f72dac9097ca27edc55 Author: Mosè Giordano Commit: Mosè Giordano Replace TeX-PDF-via-dvips-ps2pdf with TeX-PDF-from-DVI * tex.el (TeX-command-list): Add Dvipdfmx. (TeX-expand-list-builtin): Use `TeX-PDF-from-DVI' in place of `TeX-PDF-v

[elpa] elpa 3e93869 43/51: Add new style/xcolor.el

2016-05-22 Thread Tassilo Horn
branch: elpa commit 3e93869a445ab3cdcd98d01715bd549dcaad561d Author: Arash Esbati Commit: Mosè Giordano Add new style/xcolor.el * Makefile.in (STYLESRC): Add new style xcolor.el. * style/xcolor.el: Add new file. Signed-off-by: Mosè Giordano --- Makefile.in |

[elpa] elpa 8c6f901 48/51: Append environment indentation rules to LaTeX-indent-environment-list

2016-05-22 Thread Tassilo Horn
branch: elpa commit 8c6f901294ca75a624b4febc1004690a1e02b053 Author: Mosè Giordano Commit: Mosè Giordano Append environment indentation rules to LaTeX-indent-environment-list * style/alltt.el ("alltt"): Append indentation rule to `LaTeX-indent-environment-list' in order not to

[elpa] elpa 9aa516c 1/2: Convert ChangeLog.1 to UTF-8

2016-05-22 Thread Tassilo Horn
branch: elpa commit 9aa516ca8f82943b60b8ed0fa2454671dab57464 Author: Tassilo Horn Commit: Tassilo Horn Convert ChangeLog.1 to UTF-8 * ChangeLog.1: Convert to UTF-8 and adjust encoding cookie. --- ChangeLog.1 | 408 +-- 1 file

[elpa] elpa 89ef95a 2/2: Merge branch 'master' into elpa

2016-05-22 Thread Tassilo Horn
branch: elpa commit 89ef95af57f6a4dce20e711a8e89401bc612a48b Merge: ebf4b8a 9aa516c Author: Tassilo Horn Commit: Tassilo Horn Merge branch 'master' into elpa --- ChangeLog.1 | 435 --- 1 file changed, 208 insertions(+), 227 deletions(

[elpa] externals/auctex updated (ebf4b8a -> 89ef95a)

2016-05-22 Thread Tassilo Horn
tsdh pushed a change to branch externals/auctex. from ebf4b8a Release GNU AUCTeX 11.89.4 adds 9aa516c Convert ChangeLog.1 to UTF-8 adds 89ef95a Merge branch 'master' into elpa No new revisions were added by this update. Summary of changes: ChangeLog.1 | 435 +