monnier pushed a commit to branch externals/auctex
in repository elpa.
commit da62865ad99a4140a47302d30c13a8b6dffdf0f5
Author: Mosè Giordano <[email protected]>
Date: Tue Jul 23 16:40:04 2013 +0200
Document some changes for next release.
* doc/changes.texi: Document some changes for next release.
---
ChangeLog | 4 ++++
doc/changes.texi | 30 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 82b3558..120826d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-23 Mos� Giordano <[email protected]>
+
+ * doc/changes.texi: Document some changes for next release.
+
2013-07-22 Mos� Giordano <[email protected]>
* Makefile.in: Update copyright years.
diff --git a/doc/changes.texi b/doc/changes.texi
index 6495401..aa73f8b 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -7,6 +7,36 @@
@end ifset
+@heading News in 11.88
+
+@itemize @bullet
+@item
+Management of @LaTeX{} package options in the parser was improved. You
+might need to reparse your documents, especially if you loaded the
+@samp{babel} package with language options.
+
+@item
+Now you can insert @samp{$...$} or @samp{\(...\)} by typing a single
+@kbd{$}. To do this, customize the new option @samp{TeX-electric-math}.
+@code{TeX-math-close-double-dollar} was removed.
+@ifclear rawfile
+@xref{Quotes}, for details.
+@end ifclear
+
+@item
+@kbd{C-c RET documentclass RET} completes with all available @LaTeX{}
+classes, if the @code{TeX-arg-input-file-search} variable is non-nil.
+Completion for class options of the standard @LaTeX{} classes is
+provided as well.
+
+@item
+New user option @code{LaTeX-default-author}. It is used as initial
+input to @kbd{C-c RET author RET}.
+
+@item
+Support for dozens of @LaTeX{} packages was added.
+@end itemize
+
@heading News since 11.87
@itemize @bullet