[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] [elpa] externals/auctex 8eb3cccba9 20/24: ; Re-prepare fo
From: |
Tassilo Horn |
Subject: |
[AUCTeX-diffs] [elpa] externals/auctex 8eb3cccba9 20/24: ; Re-prepare for upcoming release |
Date: |
Mon, 21 Feb 2022 02:38:47 -0500 (EST) |
branch: externals/auctex
commit 8eb3cccba9f0085e5d4d1d734abcb9d1dcbf6169
Author: Mosè Giordano <mose@gnu.org>
Commit: Mosè Giordano <mose@gnu.org>
; Re-prepare for upcoming release
---
RELEASE | 38 +++++++++++++++++++++++++++-----------
doc/tex-ref.tex | 6 +++---
latex/preview.dtx | 2 +-
3 files changed, 31 insertions(+), 15 deletions(-)
diff --git a/RELEASE b/RELEASE
index 954fe73614..b2543897a6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -24,6 +24,22 @@ sleuth work, testing.
New features and fixed bugs in this release
-------------------------------------------
+In math environments 'gather', 'gather*', 'gathered', 'multline'
+and 'multline*', fill commands such as 'M-q' and 'C-c C-q C-e' are
+disabled. This sorts out the inconsistency between those and
+'equation', 'displaymath' environments, in latter of which filling
+is already disabled.
+
+If you want filling in such environments, customize
+'LaTeX-indent-environment-list' to remove them.
+
+Auto fill continues to work in such environment anyway.
+
+In addition, AUCTeX adds support of alignment at '&' sign in
+'align'-like environments such as 'alignat', 'aligned' and so on,
+as well as 'matrix'-like environments such as 'pmatrix', 'bmatrix'
+and so on.
+
Now two commands 'Texindex' and 'Texi2dvi' are available when you
type 'C-c C-c' in Texinfo mode. The command 'Texindex' runs
'texindex' on index files and 'Texi2dvi' runs 'pdftexi2dvi' or
@@ -193,17 +209,17 @@ alphabetical order): Ivan Andrus, Ralf Angeli, Masayuki
Ataka,
Mohammad Hossein Bateni, Fabrice Ben Hamouda, Thomas Baumann, Vincent
Bela�che, Berend de Boer, Alex Branham, Uwe Brauer, Ken Brown, Joshua
Buhl, Jean-Fran�ois Burnol, Patrice Dumas, Arash Esbati, Werner Fink,
-Miguel Frasson, Peter S. Galbraith, Mos� Giordano, Patrick Gundlach,
-Abdul-Lateef Haji-Ali, Jobst Hoffmann, Tassilo Horn, Yvon Hevel,
-Orlando Iovino, Mads Jensen, Arne J�rgensen, Philip Kaludercic, David
-Kastrup, Ikumi Keita, Philip Kime, Oleh Krehel, Joost Kremers, Frank
-K�ster, Jan-�ke Larsson, Matthew Leach, Brian Leung, Antoine Levitt,
-Leo Liu, Vladimir Lomov, Stefan Monnier, Dan Nicolaescu, Piet van
-Oostrum, Pieter Pareit, Nicolas Richard, Augusto Ritter Stoffel,
-Florent Rougon, Santiago Saavedra, Davide G. M. Salvetti, R�diger
-Sonderfeld, Holger Sparr, Mike Sperber, Reiner Steib, Christian
-Schlauer, Shiro Takeda, Mark Trettin (Please accept our apologies if
-we forgot somebody.)
+Miguel Frasson, Peter S. Galbraith, Mos� Giordano, Andrea Greselin,
+Patrick Gundlach, Abdul-Lateef Haji-Ali, Jobst Hoffmann, Tassilo Horn,
+Yvon Hevel, Orlando Iovino, Mads Jensen, Arne J�rgensen, Philip
+Kaludercic, David Kastrup, Ikumi Keita, Philip Kime, Oleh Krehel,
+Joost Kremers, Frank K�ster, Jan-�ke Larsson, Matthew Leach, Brian
+Leung, Antoine Levitt, Leo Liu, Vladimir Lomov, Stefan Monnier, Dan
+Nicolaescu, Piet van Oostrum, Pieter Pareit, Nicolas Richard, Augusto
+Ritter Stoffel, Florent Rougon, Santiago Saavedra, Davide
+G. M. Salvetti, R�diger Sonderfeld, Holger Sparr, Mike Sperber, Reiner
+Steib, Christian Schlauer, Shiro Takeda, Mark Trettin (Please accept
+our apologies if we forgot somebody.)
Footnotes:
diff --git a/doc/tex-ref.tex b/doc/tex-ref.tex
index d725eb5e92..a7dfa34d1f 100644
--- a/doc/tex-ref.tex
+++ b/doc/tex-ref.tex
@@ -43,8 +43,8 @@
% for creating the GNU Emacs Reference Card from which this was mutated
\def\versionnumber{13.1}
-\def\year{2021}
-\def\version{December \year\ v\versionnumber}
+\def\year{2022}
+\def\version{February \year\ v\versionnumber}
\def\shortcopyrightnotice{\vskip 1ex plus 2 fill
\centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
@@ -53,7 +53,7 @@
\def\copyrightnotice{%
\vskip 1ex plus 2 fill\begingroup\small
\centerline{Copyright \copyright\ 1987, 1992-1994, 2004-2006, 2008, 2010,}
-\centerline{2012, 2014-2017, 2019-2021 Free Software Foundation, Inc.}
+\centerline{2012, 2014-2017, 2019-2022 Free Software Foundation, Inc.}
\centerline{for AUC\TeX\ version \versionnumber}
Permission is granted to make and distribute copies of
diff --git a/latex/preview.dtx b/latex/preview.dtx
index 4ecaaab2f4..6b21ace38e 100644
--- a/latex/preview.dtx
+++ b/latex/preview.dtx
@@ -3,7 +3,7 @@
%% Developed as part of AUCTeX <URL:https://www.gnu.org/software/auctex/>.
%
% Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
-% 2010, 2017-2021 Free Software Foundation
+% 2010, 2017-2022 Free Software Foundation
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
- [AUCTeX-diffs] [elpa] externals/auctex 2b91d0cf05 17/24: ; * style/footmisc.el: Fix year in last commit., (continued)
- [AUCTeX-diffs] [elpa] externals/auctex 2b91d0cf05 17/24: ; * style/footmisc.el: Fix year in last commit., Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 0744b687b3 02/24: Add macros to skip from caption package, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex b89b8cdd44 18/24: Update footmisc package options to v6.0b, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex c8a176ca7c 22/24: ; Release_13.1, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 497847f193 16/24: Update footmisc package options to v6.0a, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex da5bb8e28d 05/24: Re-run LaTeX when .toc|lof|lot is missing, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex b7c0380473 23/24: Merge commit 'c8a176ca' into externals/auctex, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 484df614d8 24/24: Release GNU AUCTeX 13.1.0, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex f99edced63 06/24: ; * tex-ispell.el: Fix regexp., Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex a3282bbe06 12/24: Adjust entries for completion, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 8eb3cccba9 20/24: ; Re-prepare for upcoming release,
Tassilo Horn <=
- [AUCTeX-diffs] [elpa] externals/auctex 0e03659db5 21/24: ; make change-history-commit, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 17ac32f2a7 04/24: Fontify LaTeX kernel macros, Tassilo Horn, 2022/02/21
- [AUCTeX-diffs] [elpa] externals/auctex 51cd5ea0bb 13/24: Improve fontification for LaTeX kernel macros, Tassilo Horn, 2022/02/21