branch: externals/auctex
commit 25c8d0f9f773d08f0e86a1c29a61ec02a6d232df
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
Add NEWS for two commands available in Texinfo mode
* doc/changes.texi: Add news of two new entries in `TeX-command-list',
"Texindex" and "Texi2dvi".
---
doc/changes.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/changes.texi b/doc/changes.texi
index 82326e0..318afea 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -12,6 +12,16 @@
@itemize @bullet
@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
+@command{texindex} on index files and @samp{Texi2dvi} runs
+@command{pdftexi2dvi} or @command{texi2dvi} according to the value of
+@code{TeX-PDF-mode}.
+
+So you can typeset Texinfo documents into @acronym{PDF} or @acronym{DVI}
+format from within @AUCTeX{}.
+
+@item
@AUCTeX{}'s own help messages for @LaTeX{} errors are now shown only for
@LaTeX{} runs. @AUCTeX{} shows raw error/warning messages found in
@file{.log} files for runs of formats other than @LaTeX{}, such as plain