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  4527e8a440bd21985f3b1284904eb93527527b15 (commit)
      from  635107861b47f98ac66dea19efe7ab9216c71e96 (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 4527e8a440bd21985f3b1284904eb93527527b15
Author: Mosè Giordano <[email protected]>
Date:   Tue Nov 3 14:09:44 2015 +0100

    Update documentation.
    
    * doc/auctex.texi (Processor Options): Document
    `ConTeXt-Mark-version'.
    (Multifile): Mention `dwim' value for `TeX-master'.
    
    * doc/changes.texi: Mention `ConTeXt-Mark-version'.

diff --git a/ChangeLog b/ChangeLog
index 000c652..6d8a74b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-11-03  Mosè Giordano  <[email protected]>
+
+       * doc/auctex.texi (Processor Options): Document
+       `ConTeXt-Mark-version'.
+       (Multifile): Mention `dwim' value for `TeX-master'.
+
+       * doc/changes.texi: Mention `ConTeXt-Mark-version'.
+
 2015-11-02  Mosè Giordano  <[email protected]>
 
        * latex.el (TeX-arg-document): When `TeX-arg-input-file-search' is
diff --git a/doc/auctex.texi b/doc/auctex.texi
index a7ac3ae..6489c44 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -3034,6 +3034,16 @@ file:line:error which is similar to the way many 
compilers format them.
 If non-nil, @TeX{} will produce file:line:error style error messages.
 @end defopt
 
+@ConTeXt{} users can choose between Mark II and Mark IV versions.  This
+is controlled by @code{ConTeXt-Mark-version} option.
+
+@defopt ConTeXt-Mark-version
+This variables specifies which version of Mark should be used.  Values
+currently supported are @code{"II"}, the default, and @code{"IV"}.  It
+can be set globally using customization interface or on a per-file
+basis, by specifying it as a file variable.
+@end defopt
+
 @node Viewing
 @section Viewing the Formatted Output
 @cindex Viewing
@@ -3645,6 +3655,9 @@ file itself.
 
 If the variable is @code{shared}, then @AUCTeX{} will query for the name,
 but will not change the file.
+
+If the variable is @code{dwim}, @AUCTeX{} will try to avoid querying by
+attempting to ``do what I mean''; and then change the file.
 @end defopt
 
 @defopt TeX-one-master
diff --git a/doc/changes.texi b/doc/changes.texi
index 0ed617e..ed3ad01 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -59,6 +59,12 @@ only new expansion strings.
 When new option @code{TeX-check-engine} is non-nil, before running
 @LaTeX{} commands @AUCTeX{} will check whether the correct engine has
 been set, based upon known restrictions posed by @LaTeX{} packages.
+
+@item
+Basic support to @ConTeXt{} Mark IV has been added.  Users can now
+select the Mark version to be used with new option
+@code{ConTeXt-Mark-version}, and @AUCTeX{} is able to catch error
+messages in the output log of a Mark IV document.
 @end itemize
 
 @heading News in 11.88

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    8 ++++++++
 doc/auctex.texi  |   13 +++++++++++++
 doc/changes.texi |    6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX

_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to