[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. efb39c16c0d4b10c99369
From: |
Ikumi Keita |
Subject: |
[AUCTeX-diffs] GNU AUCTeX branch, master, updated. efb39c16c0d4b10c99369f646d1e11bf5b09b878 |
Date: |
Fri, 11 Feb 2022 23:03:22 -0500 (EST) |
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 efb39c16c0d4b10c99369f646d1e11bf5b09b878 (commit)
from 27c91a033604578567f4cc817e85a5fc3f373d17 (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 efb39c16c0d4b10c99369f646d1e11bf5b09b878
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date: Fri Feb 11 23:56:24 2022 +0900
Add NEWS item
* doc/changes.texi: Announce changes in
`LaTeX-indent-environment-list'.
diff --git a/doc/changes.texi b/doc/changes.texi
index a377d453..ed298d18 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -1,5 +1,5 @@
@c This is part of the AUCTeX manual.
-@c Copyright (C) 1994-2002, 2004-2010, 2012-2021 Free Software
+@c Copyright (C) 1994-2002, 2004-2010, 2012-2022 Free Software
@c Foundation, Inc.
@c See file auctex.texi for copying conditions.
@include macros.texi
@@ -11,6 +11,23 @@
@heading News in 13.1
@itemize @bullet
+@item
+In math environments @samp{gather}, @samp{gather*}, @samp{gathered},
+@samp{multline} and @samp{multline*}, fill commands such as @kbd{M-q} and
+@kbd{C-c C-q C-e} are disabled. This sorts out the inconsistency between
+those and @samp{equation}, @samp{displaymath} environments, in latter of
+which filling is already disabled.
+
+If you want filling in such environments, customize
+@code{LaTeX-indent-environment-list} to remove them.
+
+Auto fill continues to work in such environment anyway.
+
+In addition, @AUCTeX{} adds support of alignment at @samp{&} sign in
+@samp{align}-like environments such as @samp{alignat}, @samp{aligned} and
+so on, as well as @samp{matrix}-like environments such as @samp{pmatrix},
+@samp{bmatrix} and so on.
+
@item
Now two commands @samp{Texindex} and @samp{Texi2dvi} are available when
you type @kbd{C-c C-c} in Texinfo mode. The command @samp{Texindex} runs
-----------------------------------------------------------------------
Summary of changes:
doc/changes.texi | 19 ++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)
hooks/post-receive
--
GNU AUCTeX
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] GNU AUCTeX branch, master, updated. efb39c16c0d4b10c99369f646d1e11bf5b09b878,
Ikumi Keita <=