This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via 6d4f7d1b0300baf6e44eb80c392de1c01758b699 (commit)
from 8d69d3b50512c4b0cdfbd7da81fefa5c2f8c98e9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6d4f7d1b0300baf6e44eb80c392de1c01758b699
Author: Tassilo Horn <[email protected]>
Date: Fri Aug 15 08:54:13 2014 +0200
Adapt mathtools.el to latest amsmath.el changes.
* style/mathtools.el ("mathtools"): Don't use the removed
`LaTeX-amsmath-env-aligned' function.
Signed-off-by: Tassilo Horn <[email protected]>
diff --git a/ChangeLog b/ChangeLog
index 71ccc62..19e019c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-08-15 Vladimir Lomov <[email protected]>
+
+ * style/mathtools.el ("mathtools"): Don't use the removed
+ `LaTeX-amsmath-env-aligned' function.
+
2014-08-14 Mosè Giordano <[email protected]>
* latex.el (LaTeX-insert-label): Remove.
diff --git a/style/mathtools.el b/style/mathtools.el
index ae63289..e550403 100644
--- a/style/mathtools.el
+++ b/style/mathtools.el
@@ -67,8 +67,8 @@
(add-to-list 'LaTeX-mathtools-package-options elt))
(LaTeX-add-environments
- '("lgathered" LaTeX-amsmath-env-aligned)
- '("rgathered" LaTeX-amsmath-env-aligned)
+ '("lgathered" ["Vertical position (t or b)"])
+ '("rgathered" ["Vertical position (t or b)"])
'("multlined" LaTeX-mathtools-env-multlined)
'("matrix*" LaTeX-mathtools-env-matrix-starred)
'("pmatrix*" LaTeX-mathtools-env-matrix-starred)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
style/mathtools.el | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
GNU AUCTeX
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs