monnier pushed a commit to branch externals/auctex
in repository elpa.
commit b152e9bcca2811911c592895026551b53ffd4a47
Author: Mosè Giordano <[email protected]>
Date: Mon Jul 29 00:11:54 2013 +0200
Add other news to doc/changes.texi.
* doc/changes.texi: Add other changes.
* doc/auctex.texi (Environments): Fix typo.
---
ChangeLog | 6 ++++++
doc/auctex.texi | 2 +-
doc/changes.texi | 12 ++++++++++++
3 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6f011bc..fbf2244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-29 Mos� Giordano <[email protected]>
+
+ * doc/changes.texi: Add other changes.
+
+ * doc/auctex.texi (Environments): Fix typo.
+
2013-07-27 Mos� Giordano <[email protected]>
* latex.el (BibTeX-auto-regexp-list): Remove `TeX-token-char' from
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 6a6df22..cba5c5d 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -753,7 +753,7 @@ overriden by @code{LaTeX-default-document-environment}.
Default environment when invoking @samp{LaTeX-environment} and the
current environment is @samp{document}. It is intended to be used in
@LaTeX{} class style files. For example, in @file{beamer.el} it is set
-to @code{slide}, in @file{letter.el} to @code{letter}, and in
+to @code{frame}, in @file{letter.el} to @code{letter}, and in
@file{slides.el} to @code{slide}.
@end defvar
diff --git a/doc/changes.texi b/doc/changes.texi
index aa73f8b..a7ed8db 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -34,6 +34,18 @@ New user option @code{LaTeX-default-author}. It is used as
initial
input to @kbd{C-c RET author RET}.
@item
+@samp{biblatex} support was greatly expanded. If parsing is enabled,
+@AUCTeX{} looks at @samp{backend} option to decide whether using Biber
+or BibTeX. @code{LaTeX-biblatex-use-Biber} option was removed.
+
+@item
+With some @LaTeX{} classes, the default environment suggested by
+@code{LaTeX-environment} (@kbd{C-c C-e}) when the current environment is
+@samp{document} was changed. With @samp{beamer} class the default
+environment is @samp{frame}, with @samp{letter} it is @samp{letter},
+with @samp{slides} it is @samp{slide}.
+
+@item
Support for dozens of @LaTeX{} packages was added.
@end itemize