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

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

[elpa] externals/auctex 5f007f1 42/42: Regenerate tex-site.el and docs


From: Tassilo Horn
Subject: [elpa] externals/auctex 5f007f1 42/42: Regenerate tex-site.el and docs
Date: Thu, 23 Nov 2017 06:06:16 -0500 (EST)

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

    Regenerate tex-site.el and docs
---
 auctex.info        | 250 ++++++++++++++++++++++++++++++++---------------------
 preview-latex.info |   6 +-
 tex-site.el        |   6 +-
 3 files changed, 156 insertions(+), 106 deletions(-)

diff --git a/auctex.info b/auctex.info
index b83ddd1..7e22f73 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,6 +1,6 @@
-This is auctex.info, produced by makeinfo version 6.4 from auctex.texi.
+This is auctex.info, produced by makeinfo version 6.5 from auctex.texi.
 
-This manual is for AUCTeX (version 11.91.0.2017-07-27 from 2017-07-27),
+This manual is for AUCTeX (version 11.91.0.2017-11-23 from 2017-11-23),
 a sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software
@@ -403,6 +403,14 @@ File: auctex.info,  Node: Prerequisites,  Next: Configure, 
 Up: Installation
      mode.  Most versions of Ghostscript nowadays in use should work
      fine (version 7.0 and newer).
 
+   * GNU make
+
+     Recent AUCTeX uses GNU make specific capabilities in the Makefiles.
+     If your OS's default 'make' command is not GNU make, you have to
+     obtain it in order to build AUCTeX by yourself.  GNU make is
+     sometimes provided under the name 'gmake' in your OS's binary
+     package system.
+
    * The 'texinfo' package
 
      Strictly speaking, you can get away without it if you are building
@@ -2164,6 +2172,14 @@ to a non-nil value.
  -- User Option: TeX-electric-sub-and-superscript
      If non-nil, insert braces after typing <^> and <_> in math mode.
 
+   You can automatically turn off input methods, used to input non-ascii
+characters, when you begin to enter math constructs.
+
+ -- User Option: TeX-math-input-method-off-regexp
+     Input method matching this regular expression is turned off when
+     '$' is typed to begin math mode or a math environment is inserted
+     by 'C-c C-e' ('LaTeX-environment').
+
 
 File: auctex.info,  Node: Completion,  Next: Marking,  Prev: Mathematics,  Up: 
Editing
 
@@ -4126,6 +4142,17 @@ one of them or add your own definitions, you can do so 
via the variables
      A built-in viewer spec from 'TeX-view-program-list-builtin' can be
      overwritten by defining a new viewer spec with the same name.
 
+   After the viewer is called via either the View command or the key
+stroke 'C-c C-v', the window system focus goes and stays on the viewer.
+If you prefer that the focus is pulled back to Emacs immediately after
+that and you are using evince-compatible viewer, customize the option
+'TeX-view-enince-keep-focus'.
+
+ -- User Option: TeX-view-evince-keep-focus
+     When this option is non-nil and the viewer is compatible with
+     evince, the focus is pulled back to Emacs immediately after the
+     viewer is invoked or refreshed from within AUCTeX.
+
    Note that the viewer selection and invocation as described above will
 only work if certain default settings in AUCTeX are intact.  For one,
 the whole viewer selection machinery will only be triggered if there is
@@ -5920,8 +5947,8 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 11.91.0.2017-07-27 from
-2017-07-27), a sophisticated TeX environment for Emacs.
+   This manual is for AUCTeX (version 11.91.0.2017-11-23 from
+2017-11-23), a sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2017 Free Software
 Foundation, Inc.
@@ -6427,6 +6454,27 @@ File: auctex.info,  Node: Changes,  Next: Development,  
Prev: Copying this Manua
 A.2 Changes and New Features
 ============================
 
+News in 11.92
+-------------
+
+   * preview-latex is compatible with Ghostscript 9.22 where the
+     operator '.runandhide' is removed.  All occurrences of
+     '.runandhide' in preview-latex are replaced by alternative code
+     making it work with Ghostscript 9.22 again.
+
+   * AUCTeX has a new customize option
+     'TeX-math-input-method-off-regexp'.  When you begin to input a math
+     formula, the current input method is turned off if its name matches
+     this regular expression.
+
+     In fact this variable was introduced long before, but has not been
+     documented in info files nor turned into a customize option with
+     'defcustom' until this release.
+
+   * The window system focus is pulled back to Emacs when viewing with
+     evince-compatible viewers if a new customize option
+     'TeX-view-evince-keep-focus' is non-nil.
+
 News in 11.91
 -------------
 
@@ -8485,13 +8533,14 @@ Variable Index
 * TeX-master:                            Starting a Command.  (line  16)
 * TeX-master <1>:                        Starting a Command.  (line  32)
 * TeX-master <2>:                        Multifile.           (line  40)
+* TeX-math-input-method-off-regexp:      Mathematics.         (line  74)
 * TeX-newline-function:                  Indenting.           (line  29)
 * TeX-newline-function <1>:              Indenting.           (line 110)
 * TeX-Omega-command:                     Processor Options.   (line 120)
 * TeX-one-master:                        Multifile.           (line  58)
 * TeX-open-quote:                        Quotes.              (line  21)
 * TeX-outline-extra:                     Outline.             (line  13)
-* TeX-output-view-style:                 Starting Viewers.    (line 105)
+* TeX-output-view-style:                 Starting Viewers.    (line 116)
 * TeX-parse-all-errors:                  Debugging.           (line  35)
 * TeX-parse-self:                        Parsing Files.       (line  37)
 * TeX-parse-self <1>:                    Japanese.            (line   6)
@@ -8517,10 +8566,11 @@ Variable Index
 * TeX-suppress-ignored-warnings:         Ignoring warnings.   (line  39)
 * TeX-trailer-start:                     Starting a Command.  (line  32)
 * TeX-trailer-start <1>:                 Starting a Command.  (line  74)
+* TeX-view-evince-keep-focus:            Starting Viewers.    (line  92)
 * TeX-view-predicate-list:               Starting Viewers.    (line  56)
 * TeX-view-program-list:                 Starting Viewers.    (line  65)
 * TeX-view-program-selection:            Starting Viewers.    (line  36)
-* TeX-view-style:                        Starting Viewers.    (line 114)
+* TeX-view-style:                        Starting Viewers.    (line 125)
 * Texinfo-clean-intermediate-suffixes:   Cleaning.            (line   7)
 * Texinfo-clean-output-suffixes:         Cleaning.            (line   7)
 * Texinfo-mode-hook:                     Modes and Hooks.     (line  21)
@@ -8586,7 +8636,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * auctex.el:                             Loading the package. (line  14)
-* auctex.el <1>:                         Changes.             (line 517)
+* auctex.el <1>:                         Changes.             (line 538)
 * auto directories.:                     Automatic.           (line   6)
 * Auto-Reveal:                           Folding.             (line   6)
 * Automatic:                             Automatic.           (line   6)
@@ -8888,7 +8938,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 517)
+* tex-site.el <2>:                       Changes.             (line 538)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -8916,97 +8966,97 @@ Node: Introduction9238
 Node: Summary9508
 Node: Installation12249
 Node: Prerequisites14015
-Node: Configure16883
-Node: Build/install and uninstall22308
-Node: Loading the package23061
-Node: Advice for package providers24882
-Node: Advice for non-privileged users28827
-Node: Installation under MS Windows32785
-Node: Customizing48019
-Node: Quick Start49602
-Ref: Quick Start-Footnote-151732
-Node: Editing Facilities51879
-Node: Processing Facilities56682
-Node: Editing61440
-Node: Quotes62770
-Node: Font Specifiers71038
-Node: Sectioning72864
-Node: Environments77184
-Node: Equations82338
-Node: Floats82929
-Node: Itemize-like84933
-Node: Tabular-like85654
-Node: Customizing Environments87427
-Node: Mathematics87667
-Node: Completion90593
-Node: Marking97619
-Node: Marking (LaTeX)98243
-Node: Marking (Texinfo)99185
-Node: Commenting100795
-Node: Indenting102120
-Node: Filling108156
-Node: Display114028
-Node: Font Locking116523
-Node: Fontification of macros118598
-Node: Fontification of quotes128170
-Node: Fontification of math129665
-Node: Verbatim content133116
-Node: Faces133890
-Node: Known problems134379
-Node: Folding135308
-Node: Outline146132
-Node: Narrowing147404
-Node: Prettifying148474
-Node: Processing149710
-Node: Commands150873
-Node: Starting a Command151429
-Node: Selecting a Command156332
-Node: Processor Options165416
-Node: Viewing175696
-Node: Starting Viewers176070
-Node: I/O Correlation182647
-Node: Debugging187905
-Node: Ignoring warnings190559
-Node: Error overview192619
-Node: Checking194612
-Node: Control195774
-Node: Cleaning196501
-Node: Documentation197714
-Node: Customization198429
-Node: Modes and Hooks198922
-Node: Multifile200742
-Node: Parsing Files205554
-Node: Internationalization210466
-Node: European211638
-Node: Japanese218555
-Node: Automatic223861
-Node: Automatic Global226352
-Node: Automatic Private227484
-Node: Automatic Local228797
-Node: Style Files229829
-Node: Simple Style230622
-Node: Adding Macros233895
-Node: Adding Environments243013
-Node: Adding Other247674
-Node: Hacking the Parser248261
-Node: Appendices252130
-Node: Copying this Manual252426
-Node: GNU Free Documentation License253321
-Node: Changes278440
-Node: Development318163
-Node: Mid-term Goals318809
-Node: Wishlist320026
-Node: Bugs325467
-Node: FAQ326997
-Node: Texinfo mode333170
-Node: Exploiting334306
-Node: Superseding335126
-Node: Mapping339330
-Node: Unbinding341159
-Node: Indices341980
-Node: Key Index342143
-Node: Function Index348467
-Node: Variable Index359277
-Node: Concept Index381989
+Node: Configure17196
+Node: Build/install and uninstall22621
+Node: Loading the package23374
+Node: Advice for package providers25195
+Node: Advice for non-privileged users29140
+Node: Installation under MS Windows33098
+Node: Customizing48332
+Node: Quick Start49915
+Ref: Quick Start-Footnote-152045
+Node: Editing Facilities52192
+Node: Processing Facilities56995
+Node: Editing61753
+Node: Quotes63083
+Node: Font Specifiers71351
+Node: Sectioning73177
+Node: Environments77497
+Node: Equations82651
+Node: Floats83242
+Node: Itemize-like85246
+Node: Tabular-like85967
+Node: Customizing Environments87740
+Node: Mathematics87980
+Node: Completion91266
+Node: Marking98292
+Node: Marking (LaTeX)98916
+Node: Marking (Texinfo)99858
+Node: Commenting101468
+Node: Indenting102793
+Node: Filling108829
+Node: Display114701
+Node: Font Locking117196
+Node: Fontification of macros119271
+Node: Fontification of quotes128843
+Node: Fontification of math130338
+Node: Verbatim content133789
+Node: Faces134563
+Node: Known problems135052
+Node: Folding135981
+Node: Outline146805
+Node: Narrowing148077
+Node: Prettifying149147
+Node: Processing150383
+Node: Commands151546
+Node: Starting a Command152102
+Node: Selecting a Command157005
+Node: Processor Options166089
+Node: Viewing176369
+Node: Starting Viewers176743
+Node: I/O Correlation183870
+Node: Debugging189128
+Node: Ignoring warnings191782
+Node: Error overview193842
+Node: Checking195835
+Node: Control196997
+Node: Cleaning197724
+Node: Documentation198937
+Node: Customization199652
+Node: Modes and Hooks200145
+Node: Multifile201965
+Node: Parsing Files206777
+Node: Internationalization211689
+Node: European212861
+Node: Japanese219778
+Node: Automatic225084
+Node: Automatic Global227575
+Node: Automatic Private228707
+Node: Automatic Local230020
+Node: Style Files231052
+Node: Simple Style231845
+Node: Adding Macros235118
+Node: Adding Environments244236
+Node: Adding Other248897
+Node: Hacking the Parser249484
+Node: Appendices253353
+Node: Copying this Manual253649
+Node: GNU Free Documentation License254544
+Node: Changes279663
+Node: Development320230
+Node: Mid-term Goals320876
+Node: Wishlist322093
+Node: Bugs327534
+Node: FAQ329064
+Node: Texinfo mode335237
+Node: Exploiting336373
+Node: Superseding337193
+Node: Mapping341397
+Node: Unbinding343226
+Node: Indices344047
+Node: Key Index344210
+Node: Function Index350534
+Node: Variable Index361344
+Node: Concept Index384202
 
 End Tag Table
diff --git a/preview-latex.info b/preview-latex.info
index 87a8e90..c931479 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -1,8 +1,8 @@
-This is preview-latex.info, produced by makeinfo version 6.4 from
+This is preview-latex.info, produced by makeinfo version 6.5 from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 11.91.0.2017-07-27 from 2017-07-27).
+(version 11.91.0.2017-11-23 from 2017-11-23).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
@@ -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.91.0.2017-07-27 from 2017-07-27).
+(version 11.91.0.2017-11-23 from 2017-11-23).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
diff --git a/tex-site.el b/tex-site.el
index 4ffd7d3..ed713dd 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -1,6 +1,6 @@
 ;;; tex-site.el - Site specific variables.  Don't edit.
 
-;; Copyright (C) 2005, 2013, 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2005, 2013, 2016-2017 Free Software Foundation, Inc.
 ;;
 ;; completely rewritten.
 
@@ -157,11 +157,11 @@ set it with `TeX-modes-set'."
                       `(TeX-modes-set ',var ,var t))
                     (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "11.91.0.2017-07-27"
+(defconst AUCTeX-version "11.91.0.2017-11-23"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2017-07-27"
+(defconst AUCTeX-date "2017-11-23"
   "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]