emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex f340aa5: Release GNU AUCTeX 11.90.1


From: Tassilo Horn
Subject: [elpa] externals/auctex f340aa5: Release GNU AUCTeX 11.90.1
Date: Sun, 16 Apr 2017 01:33:10 -0400 (EDT)

branch: externals/auctex
commit f340aa54812f27efd0c4c71f32acda4941e95c22
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Release GNU AUCTeX 11.90.1
    
    * Version 11.90.1 released.
---
 auctex.el          |   2 +-
 auctex.info        | 337 ++++++++++++++++++++++++++++++++++++++---------------
 preview-latex.info |  38 +++---
 tex-site.el        |   4 +-
 4 files changed, 265 insertions(+), 116 deletions(-)

diff --git a/auctex.el b/auctex.el
index d68c0e6..6809edb 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014-2017 Free Software Foundation, Inc.
 
-;; Version: 11.90.0
+;; Version: 11.90.1
 ;; URL: http://www.gnu.org/software/auctex/
 ;; Maintainer: address@hidden
 ;; Notifications-To: address@hidden
diff --git a/auctex.info b/auctex.info
index 3fd3456..31d89ec 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,9 +1,9 @@
 This is auctex.info, produced by makeinfo version 6.3 from auctex.texi.
 
-This manual is for AUCTeX (version 11.90.0 from 2017-01-11), a
+This manual is for AUCTeX (version 11.90.1 from 2017-04-16), a
 sophisticated TeX environment for Emacs.
 
-   Copyright (C) 1992-1995, 2001, 2002, 2004-2016 Free Software
+   Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software
 Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -2971,10 +2971,11 @@ font-latex ships with predefined lists of keywords for 
the classes
 described above.  You can disable these defaults per class by
 customizing the variable 'font-latex-deactivated-keyword-classes'.  This
 is a list of strings for keyword classes to be deactivated.  Valid
-entries are "warning", "variable", "reference", "function" ,
-"sectioning-0", "sectioning-1", "sectioning-2", "sectioning-3",
-"sectioning-4", "sectioning-5", "textual", "bold-command",
-"italic-command", "math-command", "type-command", "bold-declaration",
+entries are "warning", "variable", "biblatexnoarg", "biblatex",
+"reference", "function" , "sectioning-0", "sectioning-1",
+"sectioning-2", "sectioning-3", "sectioning-4", "sectioning-5",
+"slide-title", "textual", "bold-command", "italic-command",
+"math-command", "type-command", "bold-declaration",
 "italic-declaration", "type-declaration".
 
    You can also get rid of certain keywords only.  For example if you
@@ -2984,7 +2985,9 @@ following stanza into your init file:
      (eval-after-load "font-latex"
        '(setq-default
          font-latex-match-reference-keywords-local
-         (remove "footnote" font-latex-match-reference-keywords-local)))
+         (remove (TeX-assoc-string "footnote"
+                 font-latex-match-reference-keywords-local)
+                     font-latex-match-reference-keywords-local)))
 
    But note that this means fiddling with font-latex's internals and is
 not guaranteed to work in future versions of font-latex.
@@ -3012,9 +3015,8 @@ variable 'font-latex-user-keyword-classes'.
      the command name and a string specifying the sequence of arguments
      for the command.
 
-     The face argument can either be an existing face or font
-     specifications made by you.  (The latter option is not available on
-     XEmacs.)
+     The face argument can either be an existing face or face attributes
+     made by you.  (The latter option is not available on XEmacs.)
 
      There are three alternatives for the type of keywords--"Command
      with arguments", "Declaration inside TeX group" and "Command
@@ -3808,6 +3810,19 @@ which can be added to this variable depending on the 
value of
      which sees more arguments than 'ispell-tex-arg-end'.  Refer to its
      doc string for more information.
 
+   AUCTeX also provides a facility to skip the argument of in-line
+verbatim macros like '\Verb' from 'fancyvrb.sty' or '\mintinline' from
+'minted.sty'.  Characters delimiting the verbatim text are stored in
+'TeX-ispell-verb-delimiters'.
+
+ -- User Option: TeX-ispell-verb-delimiters
+     String with delimiters recognized for in-line verbatim macros.
+     This variable is initialized to '!|#~\"*/+^-'.  Since this string
+     is used to build a character alternative inside a regular
+     expression, special characters '^' and '-' should come last.  Other
+     characters like opening brace '{', asterisk '*' or at sign '@'
+     should be avoided as they are not recognized by 'font-latex.el'.
+
 
 File: auctex.info,  Node: Processor Options,  Prev: Selecting a Command,  Up: 
Commands
 
@@ -4991,40 +5006,105 @@ File: auctex.info,  Node: Japanese,  Prev: European,  
Up: Internationalization
 5.4.2 Using AUCTeX with Japanese TeX
 ------------------------------------
 
-To write Japanese text with AUCTeX, you need to have versions of TeX and
-Emacs that support Japanese.  There exist at least two variants of TeX
-for Japanese text (NTT jTeX and ASCII pTeX).  AUCTeX can be used with
-MULE (MULtilingual Enhancement to GNU Emacs) supported Emacsen.
-
-   To use the Japanese TeX variants, simply activate
-'japanese-plain-tex-mode' or 'japanese-latex-mode' and everything should
-work.  If not, send mail to Masayuki Ataka
-'<address@hidden>', who kindly donated the code for
-supporting Japanese in AUCTeX.  None of the primary AUCTeX maintainers
+To write Japanese text with AUCTeX, you need the versions of TeX and
+Emacs that support Japanese.  AUCTeX supports three Japanese TeX engines
+by default: NTT jTeX, ASCII pTeX and upTeX.  On XEmacs, AUCTeX needs
+MULE (MULtilingual Enhancement to GNU Emacs) feature to deal with
+Japanese text.
+
+   To use the Japanese TeX engines, activate 'japanese-plain-tex-mode'
+or 'japanese-latex-mode'.  If it doesn't work, send mail to Masayuki
+Ataka '<address@hidden>' or Ikumi Keita
+'<address@hidden>', who currently concern with stuff related
+to Japanese in AUCTeX.  None of the primary AUCTeX maintainers
 understand Japanese, so they cannot help you.
 
+   It is recommended to enable 'TeX-parse-self' for typical Japanese
+LaTeX users.  When enabled, 'japanese-latex-mode' selects the suitable
+Japanese TeX engine automatically based on the class file name (such as
+'jbook', 'jsarticle' and 'tjreport') and its option.  *note Parsing
+Files::.
+
+   It is important to select the suitable Japanese TeX engine because
+the selected engine determines the command name such as 'platex' and
+'uptex' to typeset the document.  If you find that wrong command is
+used, check the value of 'TeX-engine' on that buffer.  If the value does
+not suit the current document, change the value by the 'TeXing Options'
+submenu below the 'Command' menu.  *note Processor Options::.
+
+   To make the selected engine to persist across Emacs sessions, there
+are two ways from which you can choose one according to your needs:
+
+  1. If you use a specific engine (almost) exclusively, customize the
+     option 'japanese-TeX-engine-default'.
+
+      -- User Option: japanese-TeX-engine-default
+          The default TeX engine in Japanese TeX mode.
+
+          The default value is 'ptex'.
+  2. If you want to set the engine on a per file basis, use the file
+     local variables to set 'TeX-engine'.
+
+     Here is a sample code to set 'TeX-engine' to 'uptex':
+
+          %%% Local Variables:
+          %%% mode: japanese-latex
+          %%% TeX-engine: uptex
+          %%% End:
+
+   In the both cases above, the valid value is one of 'ptex', 'jtex' and
+'uptex'.
+
+   You can override the command names associated with the above three
+engines or define your own engine by customizing 'TeX-engine-alist'.
+*Note Processor Options::.
+
+   It is sometimes necessary to use an engine which differs from the one
+AUCTeX selects automatically.  For example, even when you want to use
+'j-article' document class deliberately with ASCII pLaTeX, AUCTeX
+selects NTT jLaTeX command if 'TeX-parse-self' is enabled, because
+'j-article' originally belongs to NTT jLaTeX.  In such cases, use the
+file local variable method above to select the engine you intend to use.
+
    If you usually use AUCTeX in Japanese, setting the following
 variables is useful.
 
  -- User Option: TeX-default-mode
-     Mode to enter for a new file when it cannott be determined whether
+     Mode to enter for a new file when it cannot be determined whether
      the file is plain TeX or LaTeX or what.
 
      If you want to enter Japanese LaTeX mode whenever this may happen,
      set the variable like this:
           (setq TeX-default-mode 'japanese-latex-mode)
 
- -- User Option: japanese-TeX-engine-default
-     The default TeX engine in Japanese TeX mode.
-
-     The default value is 'ptex'.
-
  -- User Option: japanese-LaTeX-default-style
      The default style/class when creating a new Japanese LaTeX
      document.
 
      The default value is '"jarticle"'.
 
+   It is recommended also for Japanese users to customize the option
+'TeX-PDF-from-DVI' to '"Dvipdfmx"'.  *Note Processor Options::
+
+   There are three customize options with regard to the encoding of
+Japanese text.
+
+ -- User Option: japanese-TeX-use-kanji-opt-flag
+     If non-nil, AUCTeX adds '-kanji' option to the typesetting command
+     when 'TeX-engine' is 'ptex'.
+
+   Usually AUCTeX guesses the right coding systems for input to and
+output from the Japanese TeX process, but you can override them by the
+following two customize options.
+
+ -- User Option: TeX-japanese-process-input-coding-system
+     If non-nil, used for encoding input to Japanese TeX process.  When
+     'nil', AUCTeX tries to choose suitable coding system.
+
+ -- User Option: TeX-japanese-process-output-coding-system
+     If non-nil, used for decoding output from Japanese TeX process.
+     When 'nil', AUCTeX tries to choose suitable coding system.
+
    The former customize options 'japanese-TeX-command-default' and
 'japanese-LaTeX-command-default' are obsolete.  Use
 'japanese-TeX-engine-default' instead.  If you need to customize the
@@ -5035,6 +5115,20 @@ customize 'TeX-engine-alist'.
 semi-obsolete.  It still functions as before, but in theory, it is not
 required anymore in normal use.
 
+   The following two additional font commands are available in LaTeX
+mode buffer.
+
+'C-c C-f g'
+     Insert gothic face font command '\textbf{-!-}' or '\mathbf{-!-}'
+     depending on the context.
+
+'C-c C-f m'
+     Insert mincho font command '\textmc{-!-}' or '\mathmc{-!-}'
+     depending on the context.
+
+   Although they are meaningful only with 'ptex' and 'uptex' engines, it
+won't matter in buffers with other engines.
+
    See 'tex-jp.el' for more information.
 
 
@@ -5823,10 +5917,10 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 11.90.0 from 2017-01-11), a
+   This manual is for AUCTeX (version 11.90.1 from 2017-04-16), a
 sophisticated TeX environment for Emacs.
 
-   Copyright (C) 1992-1995, 2001, 2002, 2004-2016 Free Software
+   Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software
 Foundation, Inc.
 
      Permission is granted to copy, distribute and/or modify this
@@ -6330,6 +6424,45 @@ File: auctex.info,  Node: Changes,  Next: Development,  
Prev: Copying this Manua
 A.2 Changes and New Features
 ============================
 
+News since 11.90
+----------------
+
+   * AUCTeX has a new customize option 'TeX-ispell-verb-delimiters'.
+     This string contains usual characters used as delimiters for
+     in-line verbatim macros like '\verb'.  Text between delimiters
+     after an in-line verbatim macro will be skipped during spell
+     checking.
+
+   * Fontification of in-line verbatim macros has been improved.
+     'font-latex.el' recognizes an optional or a mandatory argument for
+     macros like '\Verb' from 'fancyvrb.sty', '\mint' and '\mintinline'
+     from 'minted.sty' and fontifies verbatim content correctly.
+
+   * AUCTeX can put and parse labels in optional argument of
+     environments.  Inserting labels is done by new function
+     'LaTeX-env-label-as-keyval'.  A new customize option
+     'LaTeX-listing-label' is available as prefix to labels in code
+     typesetting environments, e.g.  'lstlisting' environment provided
+     by 'listings' package.  'LaTeX-listing-label' defaults to 'lst:'.
+     Parsing of labels for later referencing relies on two requirements:
+       1. Label should come as last key-value argument, and
+       2. label must be enclosed in braces, e.g.
+               \begin{lstlisting}[caption=Some Caption,label={lst:foo}]
+               ...
+               \end{lstlisting}
+
+   * The function 'LaTeX-label' now takes a second optional argument
+     'NO-INSERT'.  When non-'nil', 'LaTeX-label' reads a label and
+     returns it as a string.  This argument is also passed to any
+     function bound to 'LaTeX-label-function' (see next item).
+
+   * *Incompatible change:* The signature for the function passed with
+     the customize option 'LaTeX-label-function' has changed.  The
+     function bound to this variable is now expected to take an optional
+     second argument 'NO-INSERT'.  When this argument is non-'nil', the
+     function should read and only return a label as a string; insertion
+     is done by another function.
+
 News in 11.90
 -------------
 
@@ -7817,6 +7950,8 @@ Key Index
 * C-c C-f C-s <1>:                       Font Specifiers.     (line  25)
 * C-c C-f C-t:                           Editing Facilities.  (line  91)
 * C-c C-f C-t <1>:                       Font Specifiers.     (line  34)
+* C-c C-f g:                             Japanese.            (line 119)
+* C-c C-f m:                             Japanese.            (line 123)
 * C-c C-k:                               Control.             (line  10)
 * C-c C-l:                               Control.             (line  14)
 * C-c C-m:                               Completion.          (line  69)
@@ -8112,11 +8247,13 @@ Variable Index
 * font-latex-slide-title-face:           Fontification of macros.
                                                               (line 114)
 * font-latex-user-keyword-classes:       Fontification of macros.
-                                                              (line 191)
+                                                              (line 194)
 * japanese-LaTeX-default-style:          Japanese.            (line   6)
-* japanese-LaTeX-default-style <1>:      Japanese.            (line  34)
+* japanese-LaTeX-default-style <1>:      Japanese.            (line  77)
 * japanese-TeX-engine-default:           Japanese.            (line   6)
-* japanese-TeX-engine-default <1>:       Japanese.            (line  29)
+* japanese-TeX-engine-default <1>:       Japanese.            (line  38)
+* japanese-TeX-use-kanji-opt-flag:       Japanese.            (line   6)
+* japanese-TeX-use-kanji-opt-flag <1>:   Japanese.            (line  89)
 * LaTeX-amsmath-label:                   Equations.           (line  15)
 * LaTeX-auto-class-regexp-list:          Parsing Files.       (line 105)
 * LaTeX-auto-counter-regexp-list:        Parsing Files.       (line 111)
@@ -8240,15 +8377,17 @@ Variable Index
 * TeX-debug-warnings:                    Ignoring warnings.   (line  15)
 * TeX-default-macro:                     Completion.          (line  91)
 * TeX-default-mode:                      Japanese.            (line   6)
-* TeX-default-mode <1>:                  Japanese.            (line  21)
+* TeX-default-mode <1>:                  Japanese.            (line  69)
 * TeX-display-help:                      Debugging.           (line  47)
 * TeX-DVI-via-PDFTeX:                    Processor Options.   (line  22)
 * TeX-electric-escape:                   Completion.          (line  98)
 * TeX-electric-math:                     Quotes.              (line  72)
 * TeX-electric-sub-and-superscript:      Mathematics.         (line  68)
 * TeX-engine:                            Processor Options.   (line 103)
+* TeX-engine <1>:                        Japanese.            (line   6)
 * TeX-engine-alist:                      Processor Options.   (line 120)
 * TeX-engine-alist <1>:                  Processor Options.   (line 131)
+* TeX-engine-alist <2>:                  Japanese.            (line   6)
 * TeX-engine-alist-builtin:              Processor Options.   (line 120)
 * TeX-error-overview-frame-parameters:   Error overview.      (line  44)
 * TeX-error-overview-open-after-TeX-run: Error overview.      (line  26)
@@ -8280,6 +8419,11 @@ Variable Index
 * TeX-install-font-lock:                 Font Locking.        (line  13)
 * TeX-interactive-mode:                  Processor Options.   (line  30)
 * TeX-ispell-extend-skip-list:           Selecting a Command. (line  82)
+* TeX-ispell-verb-delimiters:            Selecting a Command. (line 174)
+* TeX-japanese-process-input-coding-system: Japanese.         (line   6)
+* TeX-japanese-process-input-coding-system <1>: Japanese.     (line  97)
+* TeX-japanese-process-output-coding-system: Japanese.        (line   6)
+* TeX-japanese-process-output-coding-system <1>: Japanese.    (line 101)
 * TeX-language-bg-hook:                  European.            (line  53)
 * TeX-language-cz-hook:                  European.            (line  53)
 * TeX-language-de-hook:                  European.            (line  53)
@@ -8306,6 +8450,7 @@ Variable Index
 * TeX-output-view-style:                 Starting Viewers.    (line 105)
 * TeX-parse-all-errors:                  Debugging.           (line  35)
 * TeX-parse-self:                        Parsing Files.       (line  37)
+* TeX-parse-self <1>:                    Japanese.            (line   6)
 * TeX-PDF-from-DVI:                      Processor Options.   (line  71)
 * TeX-PDF-mode:                          Processor Options.   (line  16)
 * TeX-quote-after-quote:                 Quotes.              (line  29)
@@ -8366,8 +8511,10 @@ Concept Index
 * \subsection <1>:                       Sectioning.          (line   6)
 * \textbf:                               Editing Facilities.  (line  73)
 * \textbf <1>:                           Font Specifiers.     (line  16)
+* \textgt:                               Japanese.            (line 119)
 * \textit:                               Editing Facilities.  (line  76)
 * \textit <1>:                           Font Specifiers.     (line  19)
+* \textmc:                               Japanese.            (line 123)
 * \textrm:                               Editing Facilities.  (line  85)
 * \textrm <1>:                           Font Specifiers.     (line  28)
 * \textsc:                               Editing Facilities.  (line  94)
@@ -8395,7 +8542,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * auctex.el:                             Loading the package. (line  14)
-* auctex.el <1>:                         Changes.             (line 437)
+* auctex.el <1>:                         Changes.             (line 476)
 * auto directories.:                     Automatic.           (line   6)
 * Auto-Reveal:                           Folding.             (line   6)
 * Automatic:                             Automatic.           (line   6)
@@ -8697,7 +8844,7 @@ Concept Index
                                                               (line 286)
 * tex-site.el:                           Loading the package. (line  14)
 * tex-site.el <1>:                       Customizing.         (line   6)
-* tex-site.el <2>:                       Changes.             (line 437)
+* tex-site.el <2>:                       Changes.             (line 476)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -8707,6 +8854,8 @@ Concept Index
                                                               (line   6)
 * Untabify:                              Parsing Files.       (line   6)
 * Updating style hooks:                  Automatic Local.     (line   6)
+* upLaTeX:                               Japanese.            (line   6)
+* upTeX:                                 Japanese.            (line   6)
 * Verbatim, fontification of:            Verbatim content.    (line   6)
 * Viewing:                               Viewing.             (line   6)
 * Warranty:                              Copying.             (line   6)
@@ -8755,65 +8904,65 @@ Node: Filling108295
 Node: Display114167
 Node: Font Locking116662
 Node: Fontification of macros118737
-Node: Fontification of quotes128175
-Node: Fontification of math129670
-Node: Verbatim content133121
-Node: Faces133895
-Node: Known problems134384
-Node: Folding135313
-Node: Outline146137
-Node: Narrowing147409
-Node: Prettifying148479
-Node: Processing149715
-Node: Commands150878
-Node: Starting a Command151434
-Node: Selecting a Command156337
-Node: Processor Options164725
-Node: Viewing175005
-Node: Starting Viewers175379
-Node: I/O Correlation181956
-Node: Debugging187214
-Node: Ignoring warnings189868
-Node: Error overview191928
-Node: Checking193921
-Node: Control195083
-Node: Cleaning195810
-Node: Documentation197023
-Node: Customization197738
-Node: Modes and Hooks198231
-Node: Multifile200051
-Node: Parsing Files204863
-Node: Internationalization209775
-Node: European210947
-Node: Japanese217827
-Node: Automatic219811
-Node: Automatic Global222302
-Node: Automatic Private223434
-Node: Automatic Local224747
-Node: Style Files225779
-Node: Simple Style226572
-Node: Adding Macros229845
-Node: Adding Environments238963
-Node: Adding Other243624
-Node: Hacking the Parser244211
-Node: Appendices248080
-Node: Copying this Manual248464
-Node: GNU Free Documentation License249348
-Node: Changes274467
-Node: Development310460
-Node: Mid-term Goals311106
-Node: Wishlist312323
-Node: Bugs317764
-Node: FAQ319294
-Node: Texinfo mode325467
-Node: Exploiting326603
-Node: Superseding327423
-Node: Mapping331627
-Node: Unbinding333456
-Node: Indices334277
-Node: Key Index334502
-Node: Function Index340680
-Node: Variable Index351490
-Node: Concept Index373472
+Node: Fontification of quotes128309
+Node: Fontification of math129804
+Node: Verbatim content133255
+Node: Faces134029
+Node: Known problems134518
+Node: Folding135447
+Node: Outline146271
+Node: Narrowing147543
+Node: Prettifying148613
+Node: Processing149849
+Node: Commands151012
+Node: Starting a Command151568
+Node: Selecting a Command156471
+Node: Processor Options165555
+Node: Viewing175835
+Node: Starting Viewers176209
+Node: I/O Correlation182786
+Node: Debugging188044
+Node: Ignoring warnings190698
+Node: Error overview192758
+Node: Checking194751
+Node: Control195913
+Node: Cleaning196640
+Node: Documentation197853
+Node: Customization198568
+Node: Modes and Hooks199061
+Node: Multifile200881
+Node: Parsing Files205693
+Node: Internationalization210605
+Node: European211777
+Node: Japanese218657
+Node: Automatic223963
+Node: Automatic Global226454
+Node: Automatic Private227586
+Node: Automatic Local228899
+Node: Style Files229931
+Node: Simple Style230724
+Node: Adding Macros233997
+Node: Adding Environments243115
+Node: Adding Other247776
+Node: Hacking the Parser248363
+Node: Appendices252232
+Node: Copying this Manual252616
+Node: GNU Free Documentation License253500
+Node: Changes278619
+Node: Development316560
+Node: Mid-term Goals317206
+Node: Wishlist318423
+Node: Bugs323864
+Node: FAQ325394
+Node: Texinfo mode331567
+Node: Exploiting332703
+Node: Superseding333523
+Node: Mapping337727
+Node: Unbinding339556
+Node: Indices340377
+Node: Key Index340602
+Node: Function Index346926
+Node: Variable Index357736
+Node: Concept Index380448
 
 End Tag Table
diff --git a/preview-latex.info b/preview-latex.info
index fc57d21..54f1836 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.3 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 11.90.0 from 2017-01-11).
+(version 11.90.1 from 2017-04-16).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
@@ -1094,7 +1094,7 @@ File: preview-latex.info,  Node: Provided commands,  
Prev: Package options,  Up:
 
      As an example for using this argument, you might want to specify
 
-          \PreviewMacro*\footnote[{[]}][#1{}]
+          \PreviewMacro*[{[]}][#1{}]{\footnote}
 
      This will replace a footnote by an empty footnote, but taking any
      optional parameter into account, since an optional paramter changes
@@ -1127,8 +1127,8 @@ File: preview-latex.info,  Node: Provided commands,  
Prev: Package options,  Up:
      essential for the operation of '\PreviewOpen' that the macro
      treated with it will open an additional group even when the preview
      falls inside of another preview or inside of a 'nopreview'
-     environment.  Similarly, the macro treated with 'PreviewClose' will
-     close an environment even when inactive.
+     environment.  Similarly, the macro treated with '\PreviewClose'
+     will close an environment even when inactive.
 
 '\ifPreview'
      In case you need to know whether 'preview' is active, you can use
@@ -1900,7 +1900,7 @@ Appendix C Copying this Manual
 The copyright notice for this manual is:
 
    This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 11.90.0 from 2017-01-11).
+(version 11.90.1 from 2017-04-16).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
@@ -2542,19 +2542,19 @@ Node: For advanced users29783
 Node: The LaTeX style file30282
 Node: Package options32843
 Node: Provided commands43747
-Node: The Emacs interface51094
-Node: The preview images60265
-Node: Misplaced previews63748
-Node: ToDo67202
-Node: Frequently Asked Questions71973
-Node: Introduction to FAQ72374
-Node: Requirements72713
-Node: Installation Trouble75684
-Node: Customization78246
-Node: Troubleshooting81791
-Node: Other formats84309
-Node: Copying this Manual85624
-Node: GNU Free Documentation License86554
-Node: Index111676
+Node: The Emacs interface51097
+Node: The preview images60268
+Node: Misplaced previews63751
+Node: ToDo67205
+Node: Frequently Asked Questions71976
+Node: Introduction to FAQ72377
+Node: Requirements72716
+Node: Installation Trouble75687
+Node: Customization78249
+Node: Troubleshooting81794
+Node: Other formats84312
+Node: Copying this Manual85627
+Node: GNU Free Documentation License86557
+Node: Index111679
 
 End Tag Table
diff --git a/tex-site.el b/tex-site.el
index c916fe8..0341ae8 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -150,11 +150,11 @@ set it with `TeX-modes-set'."
                       `(TeX-modes-set ',var ,var t))
                     (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "11.90.0"
+(defconst AUCTeX-version "11.90.1"
   "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2017-01-11"
+(defconst AUCTeX-date "2017-04-16"
   "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
 
 ;; Store bibitems when saving a BibTeX buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]