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

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

[elpa] externals/auctex 0029ca410f 77/77: Release GNU AUCTeX 13.1.4


From: Tassilo Horn
Subject: [elpa] externals/auctex 0029ca410f 77/77: Release GNU AUCTeX 13.1.4
Date: Fri, 26 Aug 2022 16:06:39 -0400 (EDT)

branch: externals/auctex
commit 0029ca410fdce5a6d04199a5508e636dc6bef86a
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Release GNU AUCTeX 13.1.4
    
    * GNU AUCTeX Version 13.1.4 released.
---
 auctex.el          |   2 +-
 auctex.info        | 336 +++++++++++++++++++++++++++++++++--------------------
 preview-latex.info |  69 ++++++-----
 tex-site.el        |   4 +-
 4 files changed, 253 insertions(+), 158 deletions(-)

diff --git a/auctex.el b/auctex.el
index 5e6c00f6d6..5067831d55 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
-;; Version: 13.1.3
+;; Version: 13.1.4
 ;; URL: https://www.gnu.org/software/auctex/
 ;; Maintainer: auctex-devel@gnu.org
 ;; Notifications-To: auctex-diffs@gnu.org
diff --git a/auctex.info b/auctex.info
index b9ac9eefb3..af911d2682 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,6 +1,6 @@
 This is auctex.info, produced by makeinfo version 6.8 from auctex.texi.
 
-This manual is for AUCTeX (version 13.1.3 from 2022-04-16), a
+This manual is for AUCTeX (version 13.1.4 from 2022-08-26), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software
@@ -1915,6 +1915,9 @@ and to the end of the current environment.
      'LaTeX-syntactic-comments' is enabled, try to find the environment
      in commented regions with the same comment prefix.
 
+     The key bind 'C-M-a' actually calls 'beginning-of-defun', which in
+     turn calls 'LaTeX-find-matching-begin'.
+
  -- Command: LaTeX-find-matching-end
      ('C-M-e') Move point to the '\end' of the current environment.
 
@@ -1922,6 +1925,9 @@ and to the end of the current environment.
      'LaTeX-syntactic-comments' is enabled, try to find the environment
      in commented regions with the same comment prefix.
 
+     The key bind 'C-M-e' actually calls 'end-of-defun', which in turn
+     calls 'LaTeX-find-matching-end'.
+
 
 File: auctex.info,  Node: Equations,  Next: Floats,  Up: Environments
 
@@ -2004,13 +2010,14 @@ File: auctex.info,  Node: Itemize-like,  Next: 
Tabular-like,  Prev: Floats,  Up:
 -------------------------------
 
 In an itemize-like environment, nodes (i.e., '\item's) may be inserted
-using 'C-c <LFD>'.
+using 'C-c <LFD>' or 'M-<RET>'.  The latter is only defined as an alias
+if the key binding is still available.
 
  -- Command: LaTeX-insert-item
-     ('C-c <LFD>') Close the current item, move to the next line and
-     insert an appropriate '\item' for the current environment.  That
-     is, 'itemize' and 'enumerate' will have '\item ' inserted, while
-     'description' will have '\item[] ' inserted.
+     ('C-c <LFD>' or 'M-<RET>') Close the current item, move to the next
+     line and insert an appropriate '\item' for the current environment.
+     That is, 'itemize' and 'enumerate' will have '\item ' inserted,
+     while 'description' will have '\item[] ' inserted.
 
  -- User Option: TeX-arg-item-label-p
      If non-nil, you will always be asked for optional label in items.
@@ -2040,23 +2047,24 @@ variables:
    AUCTeX calculates the number of columns from the format string and
 inserts the suitable number of ampersands.
 
-   You can use 'C-c <LFD>' ('LaTeX-insert-item') to terminate rows in
-these environments.  It supplies line break macro '\\' and inserts the
-suitable number of ampersands on the next line.  AUCTeX also supports
-the '*{num}{cols}' notation (which may contain another '*'-expression)
-in the format string when calculating the number of ampersands.  Please
-note that 'num' and 'cols' must be enclosed in braces; expressions like
-'*2l' are not recognized correctly by the algorithm.
+   You can use 'C-c <LFD>' or 'M-<RET>' ('LaTeX-insert-item') to
+terminate rows in these environments.  It supplies line break macro '\\'
+and inserts the suitable number of ampersands on the next line.  AUCTeX
+also supports the '*{num}{cols}' notation (which may contain another
+'*'-expression) in the format string when calculating the number of
+ampersands.  Please note that 'num' and 'cols' must be enclosed in
+braces; expressions like '*2l' are not recognized correctly by the
+algorithm.
 
  -- Command: LaTeX-insert-item
-     ('C-c <LFD>') Close the current row with '\\', move to the next
-     line and insert an appropriate number of ampersands for the current
-     environment.
+     ('C-c <LFD>' or 'M-<RET>') Close the current row with '\\', move to
+     the next line and insert an appropriate number of ampersands for
+     the current environment.
 
    Similar supports are provided for various amsmath environments such
 as 'align', 'gather', 'alignat', 'matrix' etc.  Try typing 'C-c <LFD>'
-in these environments.  It recognizes the current environment and does
-the appropriate job depending on the context.
+or 'M-<RET>' in these environments.  It recognizes the current
+environment and does the appropriate job depending on the context.
 
 
 File: auctex.info,  Node: Customizing Environments,  Prev: Tabular-like,  Up: 
Environments
@@ -2971,6 +2979,9 @@ macros which are listed in the table below.
 'font-latex-match-italic-command-keywords'
      Keywords for commands specifying an italic font.
      Face: 'font-latex-italic-face'
+'font-latex-match-underline-command-keywords'
+     Keywords for commands specifying an underlined text.
+     Face: 'font-latex-underline-face'
 'font-latex-match-math-command-keywords'
      Keywords for commands specifying a math font.
      Face: 'font-latex-math-face'
@@ -2998,7 +3009,7 @@ 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",
+"underline-command", "math-command", "type-command", "bold-declaration",
 "italic-declaration", "type-declaration".
 
    You can also get rid of certain keywords only.  For example if you
@@ -4743,9 +4754,9 @@ get from each file, for example, completion for all 
labels defined
 anywhere in the document.
 
    AUCTeX will create the 'auto' directory automatically if
-'TeX-auto-save' is non-nil.  Without it, the files in the document will
-not know anything about each other, except for the name of the master
-file.  *Note Automatic Local::.
+'TeX-auto-save' is non-'nil'.  Without it, the files in the document
+will not know anything about each other, except for the name of the
+master file.  *Note Automatic Local::.
 
  -- Command: TeX-save-document
      ('C-c C-d') Save all buffers known to belong to the current
@@ -5350,14 +5361,13 @@ File: auctex.info,  Node: Automatic Local,  Prev: 
Automatic Private,  Up: Automa
 ---------------------------------------------
 
 AUCTeX can update the style information about a file each time you save
-it, and it will do this if the directory 'TeX-auto-local' exists.
-'TeX-auto-local' is by default set to '"auto"', so simply creating an
-'auto' directory will enable automatic saving of style information.
+it if 'TeX-auto-save' option is enabled.  Saved information will be
+stored in the directory 'TeX-auto-local', set to '"auto"' by default.
 
    The advantage of doing this is that macros, labels, etc. defined in
 any file in a multifile document will be known in all the files in the
 document.  The disadvantage is that saving will be slower.  To disable,
-set 'TeX-auto-local' to nil.
+set 'TeX-auto-local' to 'nil'.
 
  -- User Option: TeX-style-local
      Directory containing hand generated TeX information.
@@ -5369,6 +5379,14 @@ set 'TeX-auto-local' to nil.
 
      These correspond to TeX macros found in the current directory.
 
+ -- User Option: TeX-auto-save-aggregate
+     When non-'nil', save parsed information in 'auto' subdirectory of
+     master directory.
+
+     Otherwise, save in each 'auto' subdirectory of the parsed file.
+
+     Subdirectory name is actually taken from 'TeX-auto-local'.
+
 
 File: auctex.info,  Node: Style Files,  Prev: Automatic,  Up: Customization
 
@@ -5878,7 +5896,7 @@ in 'latex.el' it is just ignored.
 
           (LaTeX-add-environments
            '("lstlisting" LaTeX-env-args
-             [TeX-arg-key-val LaTeX-listings-key-val-options]))
+             [TeX-arg-key-val (LaTeX-listings-key-val-options)]))
 
    Some packages provide environments that are rarely useful to
 non-expert users.  Those should be marked as expert environments using
@@ -6125,7 +6143,7 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 13.1.3 from 2022-04-16), a
+   This manual is for AUCTeX (version 13.1.4 from 2022-08-26), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2022 Free Software
@@ -6635,6 +6653,14 @@ A.2 Changes and New Features
 News since last release
 -----------------------
 
+   * AUCTeX underlines the argument of macros which produce underlined
+     text in the final product with 'font-latex-underline-face'.  The
+     corresponding keyword class is called 'underline-command'.  *Note
+     Fontification of macros:: if you dislike this feature and wish to
+     deactivate it.
+
+   * Support for the Sioyek document viewer is added.
+
    * AUCTeX now requires GNU Emacs 25.1 or higher.
 
    * AUCTeX tracks the change in Emacs where initial inputs in the
@@ -6670,6 +6696,25 @@ News since last release
        2. Replace it with '(require 'tex)'.
        3. Replace it with '(require 'latex)'.
 
+   * When you edit a document divided into multiple files, auto parsed
+     information for all sub files are saved under 'auto' subdirectory
+     at master directory when 'TeX-parse-self' and 'TeX-auto-save'
+     options are enabled.  Now you can have support '.el' file saved
+     under 'auto' subdirectory of each directory of the sub file when
+     the sub files aren't located at the master directory.
+
+     To achieve that, set new user option 'TeX-auto-save-aggregate' to
+     'nil'.
+
+   * There was another hook where former dynamic free variables could be
+     used.  The usage was invalidated at version 13.1, by introduction
+     of lexical binding over AUCTeX.
+
+     The functions in 'TeX-region-hook' could access the free variables
+     'master-buffer' and 'orig-buffer'.  Those are now named
+     'TeX-region-master-buffer' and 'TeX-region-orig-buffer',
+     respectively.
+
 News in 13.1
 ------------
 
@@ -7957,8 +8002,30 @@ A.3.1 Mid-term Goals
      As of AUCTeX 12.3, 'TeX-remove-style' is no longer used by any
      other codes.
 
-   * Document 'LaTeX-insert-into-commments',
-     'TeX-translate-location-hook', and usage of ConTeXt mode.
+   * Factor out syntax propertization from 'font-latex.el'
+
+     Syntax propertization is implemented in 'font-latex.el'.  This
+     means that features which depend on syntax parse don't work well
+     for 'tex-font.el' users and those who disable font lock.
+
+     Hence syntax propertization should be factored out from
+     'font-latex.el' and implemented as a major mode facility.
+
+     (Texinfo mode is an exception because it already has its own syntax
+     propertize function, which just copies the one available in Emacs
+     built-in texinfo mode.)
+
+   * Add documentation
+
+     Following entries should be included in the document:
+        - Variables 'LaTeX-insert-into-comments',
+          'TeX-translate-location-hook'
+
+        - How to use 'TeX-auto-add-type', as well as functions and
+          variables generated by that macro.  They should be covered in
+          the node *note Hacking the Parser::.
+
+        - Usage of ConTeXt mode
 
 
 File: auctex.info,  Node: Wishlist,  Next: Bugs,  Prev: Mid-term Goals,  Up: 
Development
@@ -7966,11 +8033,18 @@ File: auctex.info,  Node: Wishlist,  Next: Bugs,  Prev: 
Mid-term Goals,  Up: Dev
 A.3.2 Wishlist
 --------------
 
-   * Simplify tool bar implementation.  The library 'toolbar-x.el' was
-     developed as an abstraction layer to absorb difference between
-     XEmacs and GNU Emacs.  Now that XEmacs is no longer supported, the
-     library, together with 'tex-bar.el' as a whole, can be much
-     simplified (or even unified).
+   * Enable syntactic font lock for verbatim constructs in 'docTeX' mode
+
+     In 'docTeX' mode buffer, '%' sign at the line beginning hinders
+     syntactic font lock of verbatim constructs.  This should be
+     improved.
+
+   * Simplify tool bar implementation
+
+     The library 'toolbar-x.el' was developed as an abstraction layer to
+     absorb difference between XEmacs and GNU Emacs.  Now that XEmacs is
+     no longer supported, the library, together with 'tex-bar.el' as a
+     whole, can be much simplified (or even unified).
 
    * Documentation lookup for macros
 
@@ -8581,8 +8655,8 @@ Key Index
 * C-c C-t C-x:                           Ignoring warnings.   (line  39)
 * C-c C-v:                               Starting Viewers.    (line  12)
 * C-c C-z:                               Starting a Command.  (line  42)
-* C-c <LFD>:                             Itemize-like.        (line  10)
-* C-c <LFD> <1>:                         Tabular-like.        (line  33)
+* C-c LFD:                               Itemize-like.        (line  11)
+* C-c LFD <1>:                           Tabular-like.        (line  34)
 * C-c ]:                                 Environments.        (line 102)
 * C-c ^:                                 Control.             (line  18)
 * C-c _:                                 Multifile.           (line  71)
@@ -8591,15 +8665,17 @@ Key Index
 * C-c ~:                                 Mathematics.         (line  12)
 * C-j:                                   Indenting.           (line  78)
 * C-M-a:                                 Environments.        (line 107)
-* C-M-e:                                 Environments.        (line 114)
+* C-M-e:                                 Environments.        (line 117)
 * C-M-h:                                 Marking (Texinfo).   (line  34)
 * C-x n e:                               Narrowing.           (line  17)
 * C-x n g:                               Narrowing.           (line  14)
-* <LFD>:                                 Indenting.           (line  78)
+* LFD:                                   Indenting.           (line  78)
 * M-g p:                                 Debugging.           (line  27)
 * M-q:                                   Filling.             (line  87)
-* M-<TAB>:                               Completion.          (line  24)
-* <TAB>:                                 Indenting.           (line  74)
+* M-RET:                                 Itemize-like.        (line  11)
+* M-RET <1>:                             Tabular-like.        (line  34)
+* M-TAB:                                 Completion.          (line  24)
+* TAB:                                   Indenting.           (line  74)
 
 
 File: auctex.info,  Node: Function Index,  Next: Variable Index,  Prev: Key 
Index,  Up: Indices
@@ -8645,11 +8721,11 @@ Function Index
 * LaTeX-fill-region:                     Filling.             (line  99)
 * LaTeX-fill-section:                    Filling.             (line  95)
 * LaTeX-find-matching-begin:             Environments.        (line 106)
-* LaTeX-find-matching-end:               Environments.        (line 113)
+* LaTeX-find-matching-end:               Environments.        (line 116)
 * LaTeX-indent-line:                     Indenting.           (line  74)
 * LaTeX-insert-environment:              Adding Environments. (line  69)
-* LaTeX-insert-item:                     Itemize-like.        (line   9)
-* LaTeX-insert-item <1>:                 Tabular-like.        (line  32)
+* LaTeX-insert-item:                     Itemize-like.        (line  10)
+* LaTeX-insert-item <1>:                 Tabular-like.        (line  33)
 * LaTeX-mark-environment:                Marking (LaTeX).     (line  15)
 * LaTeX-mark-section:                    Marking (LaTeX).     (line   6)
 * LaTeX-match-class-option:              Adding Other.        (line  55)
@@ -8710,6 +8786,7 @@ Function Index
 * TeX-arg-verb:                          Adding Macros.       (line 226)
 * TeX-arg-verb-delim-or-brace:           Adding Macros.       (line 229)
 * TeX-arg-version:                       Adding Macros.       (line 129)
+* TeX-auto-add-regexp:                   Hacking the Parser.  (line   6)
 * TeX-auto-generate:                     Automatic Private.   (line  23)
 * TeX-clean:                             Cleaning.            (line   6)
 * TeX-command-buffer:                    Starting a Command.  (line  34)
@@ -8796,7 +8873,7 @@ Variable Index
 * docTeX-mode-hook:                      Modes and Hooks.     (line  22)
 * fill-column:                           Filling.             (line   6)
 * font-latex-deactivated-keyword-classes: Fontification of macros.
-                                                              (line 162)
+                                                              (line 165)
 * font-latex-fontify-script:             Fontification of math.
                                                               (line  28)
 * font-latex-fontify-script-max-level:   Fontification of math.
@@ -8839,6 +8916,8 @@ Variable Index
                                                               (line 137)
 * font-latex-match-type-declaration-keywords: Fontification of macros.
                                                               (line 137)
+* font-latex-match-underline-command-keywords: Fontification of macros.
+                                                              (line 137)
 * font-latex-match-variable-keywords:    Fontification of macros.
                                                               (line  60)
 * font-latex-match-warning-keywords:     Fontification of macros.
@@ -8870,7 +8949,7 @@ Variable Index
 * font-latex-superscript-face:           Fontification of math.
                                                               (line  42)
 * font-latex-user-keyword-classes:       Fontification of macros.
-                                                              (line 194)
+                                                              (line 197)
 * japanese-LaTeX-default-style:          Japanese.            (line  75)
 * japanese-TeX-engine-default:           Japanese.            (line  36)
 * japanese-TeX-mode:                     Japanese.            (line   6)
@@ -8975,19 +9054,20 @@ Variable Index
 * TeX-arg-input-file-search:             Adding Macros.       (line 160)
 * TeX-arg-input-file-search <1>:         Adding Macros.       (line 192)
 * TeX-arg-input-file-search <2>:         Adding Macros.       (line 201)
-* TeX-arg-item-label-p:                  Itemize-like.        (line  15)
+* TeX-arg-item-label-p:                  Itemize-like.        (line  16)
 * TeX-arg-right-insert-p:                Quotes.              (line 150)
 * TeX-auto-cleanup-hook:                 Hacking the Parser.  (line 100)
 * TeX-auto-empty-regexp-list:            Parsing Files.       (line  94)
 * TeX-auto-full-regexp-list:             Parsing Files.       (line 127)
 * TeX-auto-global:                       Automatic Global.    (line  24)
-* TeX-auto-local:                        Automatic Local.     (line  21)
+* TeX-auto-local:                        Automatic Local.     (line  20)
 * TeX-auto-parse-length:                 Parsing Files.       (line  88)
 * TeX-auto-prepare-hook:                 Hacking the Parser.  (line  97)
 * TeX-auto-private:                      Automatic Private.   (line  19)
 * TeX-auto-regexp-list:                  Parsing Files.       (line  85)
 * TeX-auto-regexp-list <1>:              Hacking the Parser.  (line  78)
 * TeX-auto-save:                         Parsing Files.       (line  41)
+* TeX-auto-save-aggregate:               Automatic Local.     (line  25)
 * TeX-auto-untabify:                     Parsing Files.       (line  58)
 * TeX-bar-LaTeX-button-alist:            Processing.          (line  11)
 * TeX-bar-LaTeX-buttons:                 Processing.          (line  11)
@@ -9110,7 +9190,7 @@ Variable Index
 * TeX-source-correlate-start-server <1>: I/O Correlation.     (line  63)
 * TeX-source-correlate-start-server <2>: I/O Correlation.     (line  77)
 * TeX-style-global:                      Automatic Global.    (line  19)
-* TeX-style-local:                       Automatic Local.     (line  16)
+* TeX-style-local:                       Automatic Local.     (line  15)
 * TeX-style-path:                        Automatic.           (line  38)
 * TeX-style-private:                     Automatic Private.   (line  28)
 * TeX-suppress-ignored-warnings:         Ignoring warnings.   (line  39)
@@ -9198,7 +9278,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * auctex.el:                             Loading the package. (line  10)
-* auctex.el <1>:                         Changes.             (line 841)
+* auctex.el <1>:                         Changes.             (line 868)
 * auto directories.:                     Automatic.           (line   6)
 * auto-fill-mode:                        Indenting.           (line  29)
 * Auto-Reveal:                           Folding.             (line   6)
@@ -9503,7 +9583,7 @@ Concept Index
                                                               (line 252)
 * tex-site.el:                           Loading the package. (line  10)
 * tex-site.el <1>:                       Customizing.         (line   6)
-* tex-site.el <2>:                       Changes.             (line 841)
+* tex-site.el <2>:                       Changes.             (line 868)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -9547,83 +9627,83 @@ Node: Quotes59844
 Node: Font Specifiers68284
 Node: Sectioning70352
 Node: Environments74871
-Node: Equations80024
-Node: Floats80616
-Node: Itemize-like82620
-Node: Tabular-like83342
-Node: Customizing Environments85115
-Node: Mathematics85355
-Node: Completion88791
-Node: Marking95822
-Node: Marking (LaTeX)96446
-Node: Marking (Texinfo)97388
-Node: Commenting98999
-Node: Indenting100324
-Node: Filling108018
-Node: Display113888
-Node: Font Locking116383
-Node: Fontification of macros118462
-Node: Fontification of quotes127978
-Node: Fontification of math129472
-Node: Verbatim content133140
-Node: Faces133914
-Node: Known problems134411
-Node: Folding135408
-Node: Outline146181
-Node: Narrowing147460
-Node: Prettifying148529
-Node: Processing149766
-Node: Commands151094
-Node: Starting a Command151650
-Node: Selecting a Command156666
-Node: Processor Options165785
-Node: Viewing176178
-Node: Starting Viewers176552
-Node: I/O Correlation182202
-Ref: I/O Correlation-Footnote-1187878
-Node: Debugging188128
-Node: Ignoring warnings190746
-Node: Error overview192805
-Node: Checking194713
-Node: Control196329
-Node: Cleaning198438
-Node: Documentation199797
-Node: Customization200512
-Node: Modes and Hooks201005
-Node: Multifile202893
-Node: Parsing Files207625
-Node: Internationalization212614
-Node: European213962
-Node: Japanese221441
-Node: Automatic226505
-Node: Automatic Global228996
-Node: Automatic Private230128
-Node: Automatic Local231464
-Node: Style Files232495
-Node: Simple Style233301
-Node: Adding Macros237022
-Node: Adding Environments246521
-Node: Adding Other251185
-Node: Hacking the Parser255785
-Node: Appendices259774
-Node: Copying this Manual260070
-Node: GNU Free Documentation License260953
-Node: Changes286073
-Node: Development340925
-Node: Mid-term Goals341571
-Node: Wishlist343539
-Node: Bugs349299
-Node: FAQ350379
-Node: Texinfo mode356099
-Node: Exploiting357233
-Node: Superseding358051
-Node: Mapping362282
-Node: Unbinding364117
-Node: Indices364938
-Node: Key Index365101
-Node: Function Index372630
-Node: Variable Index384608
-Node: Concept Index409749
+Node: Equations80252
+Node: Floats80844
+Node: Itemize-like82848
+Node: Tabular-like83674
+Node: Customizing Environments85486
+Node: Mathematics85726
+Node: Completion89162
+Node: Marking96193
+Node: Marking (LaTeX)96817
+Node: Marking (Texinfo)97759
+Node: Commenting99370
+Node: Indenting100695
+Node: Filling108389
+Node: Display114259
+Node: Font Locking116754
+Node: Fontification of macros118833
+Node: Fontification of quotes128513
+Node: Fontification of math130007
+Node: Verbatim content133675
+Node: Faces134449
+Node: Known problems134946
+Node: Folding135943
+Node: Outline146716
+Node: Narrowing147995
+Node: Prettifying149064
+Node: Processing150301
+Node: Commands151629
+Node: Starting a Command152185
+Node: Selecting a Command157201
+Node: Processor Options166320
+Node: Viewing176713
+Node: Starting Viewers177087
+Node: I/O Correlation182737
+Ref: I/O Correlation-Footnote-1188413
+Node: Debugging188663
+Node: Ignoring warnings191281
+Node: Error overview193340
+Node: Checking195248
+Node: Control196864
+Node: Cleaning198973
+Node: Documentation200332
+Node: Customization201047
+Node: Modes and Hooks201540
+Node: Multifile203428
+Node: Parsing Files208162
+Node: Internationalization213151
+Node: European214499
+Node: Japanese221978
+Node: Automatic227042
+Node: Automatic Global229533
+Node: Automatic Private230665
+Node: Automatic Local232001
+Node: Style Files233239
+Node: Simple Style234045
+Node: Adding Macros237766
+Node: Adding Environments247265
+Node: Adding Other251931
+Node: Hacking the Parser256531
+Node: Appendices260520
+Node: Copying this Manual260816
+Node: GNU Free Documentation License261699
+Node: Changes286819
+Node: Development342919
+Node: Mid-term Goals343565
+Node: Wishlist346378
+Node: Bugs352361
+Node: FAQ353441
+Node: Texinfo mode359161
+Node: Exploiting360295
+Node: Superseding361113
+Node: Mapping365344
+Node: Unbinding367179
+Node: Indices368000
+Node: Key Index368163
+Node: Function Index375838
+Node: Variable Index387889
+Node: Concept Index413248
 
 End Tag Table
 
diff --git a/preview-latex.info b/preview-latex.info
index b6aae4782e..452fd99fff 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.8 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 13.1.3 from 2022-04-16).
+(version 13.1.4 from 2022-08-26).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021
 Free Software Foundation, Inc.
@@ -587,6 +587,7 @@ newer versions of the problematic software or by simple 
patches.
 * x-symbol interoperation::
 * Middle-clicks paste instead of toggling::
 * No images are displayed with gs 9.27 and earlier::
+* Black texts are too hard to read on dark background::
 
    If you find something not mentioned here, please send a bug report
 using 'M-x preview-report-bug <RET>', which will fill in a lot of
@@ -689,7 +690,7 @@ afterwards.  Since previews over the current match will 
auto-open,
 anyway, this should not be much of a problem in practice.
 
 
-File: preview-latex.info,  Node: No images are displayed with gs 9.27 and 
earlier,  Prev: Middle-clicks paste instead of toggling,  Up: Known problems
+File: preview-latex.info,  Node: No images are displayed with gs 9.27 and 
earlier,  Next: Black texts are too hard to read on dark background,  Prev: 
Middle-clicks paste instead of toggling,  Up: Known problems
 
 5.5 No images are displayed with gs 9.27 and earlier
 ====================================================
@@ -741,6 +742,19 @@ option 'preview-pdf-adjust-color-method'.
      The default value used to be 'compatible' for short period before
      Ghostscript 9.50 was released but now is 't'.
 
+
+File: preview-latex.info,  Node: Black texts are too hard to read on dark 
background,  Prev: No images are displayed with gs 9.27 and earlier,  Up: Known 
problems
+
+5.6 Black texts are too hard to read on dark background
+=======================================================
+
+Unfortunately, foreground color adjustment discussed in the previous
+node doesn't work for XeLaTeX for technical reason.  The texts are
+always rendered as black in the preview images, so it's almost
+impossible to read them on dark background.  Hence XeLaTeX users who
+like dark background in Emacs frame should customize
+'preview-pdf-adjust-color-method' to 'nil'.
+
 
 File: preview-latex.info,  Node: For advanced users,  Next: ToDo,  Prev: Known 
problems,  Up: Top
 
@@ -1908,7 +1922,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 13.1.3 from 2022-04-16).
+(version 13.1.4 from 2022-08-26).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017-2019, 2021
 Free Software Foundation, Inc.
@@ -2456,7 +2470,7 @@ Index
                                                               (line 108)
 * Kill preview-generating process:       Keys and lisp.       (line 168)
 * License:                               Copying.             (line   6)
-* M-x preview-report-bug <RET>:          Keys and lisp.       (line 160)
+* M-x preview-report-bug RET:            Keys and lisp.       (line 160)
 * Mailing list:                          Contacts.            (line   6)
 * Menu entries:                          Keys and lisp.       (line   6)
 * Philosophy of preview-latex:           What use is it?.     (line   6)
@@ -2550,29 +2564,30 @@ Node: Installation11520
 Node: Keys and lisp11721
 Node: Simple customization18796
 Node: Known problems24458
-Node: Font problems with Dvips25284
-Node: Too small bounding boxes26454
-Node: x-symbol interoperation27850
-Node: Middle-clicks paste instead of toggling29238
-Node: No images are displayed with gs 9.27 and earlier29923
-Node: For advanced users32565
-Node: The LaTeX style file33024
-Node: Package options35586
-Node: Provided commands46490
-Node: The Emacs interface53835
-Node: The preview images62537
-Node: Misplaced previews66294
-Node: ToDo69750
-Node: Frequently Asked Questions74527
-Node: Introduction to FAQ74850
-Node: Requirements75189
-Node: Installation Trouble77157
-Node: Customization79421
-Node: Troubleshooting82497
-Node: Other formats85007
-Node: Copying this Manual86322
-Node: GNU Free Documentation License87268
-Node: Index112391
+Node: Font problems with Dvips25340
+Node: Too small bounding boxes26510
+Node: x-symbol interoperation27906
+Node: Middle-clicks paste instead of toggling29294
+Node: No images are displayed with gs 9.27 and earlier29979
+Node: Black texts are too hard to read on dark background32681
+Node: For advanced users33326
+Node: The LaTeX style file33785
+Node: Package options36347
+Node: Provided commands47251
+Node: The Emacs interface54596
+Node: The preview images63298
+Node: Misplaced previews67055
+Node: ToDo70511
+Node: Frequently Asked Questions75288
+Node: Introduction to FAQ75611
+Node: Requirements75950
+Node: Installation Trouble77918
+Node: Customization80182
+Node: Troubleshooting83258
+Node: Other formats85768
+Node: Copying this Manual87083
+Node: GNU Free Documentation License88029
+Node: Index113152
 
 End Tag Table
 
diff --git a/tex-site.el b/tex-site.el
index 07c8d84648..41dd4aa704 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -121,11 +121,11 @@ set it with `TeX-modes-set'."
   :set #'TeX-modes-set
   :initialize #'custom-initialize-reset)
 
-(defconst AUCTeX-version "13.1.3"
+(defconst AUCTeX-version "13.1.4"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2022-04-16"
+(defconst AUCTeX-date "2022-08-26"
   "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]