auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex f571914 43/43: Compile after merg


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex f571914 43/43: Compile after merge from master
Date: Sat, 11 Apr 2020 15:05:26 -0400 (EDT)

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

    Compile after merge from master
---
 auctex.info        | 287 ++++++++++++++++++++++++++++++-----------------------
 preview-latex.info |  78 +++++++--------
 tex-site.el        |   4 +-
 3 files changed, 204 insertions(+), 165 deletions(-)

diff --git a/auctex.info b/auctex.info
index c7aead7..15c5428 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,6 +1,6 @@
 This is auctex.info, produced by makeinfo version 6.7 from auctex.texi.
 
-This manual is for AUCTeX (version 12.2.0 from 2019-10-31), a
+This manual is for AUCTeX (version 12.2.0.2020-04-09 from 2020-04-09), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2019 Free Software
@@ -1592,6 +1592,9 @@ inserted.
 'C-c C-f C-b'
      Insert bold face '\textbf{-!-}' text.
 
+'C-c C-f C-m'
+     Insert medium face '\textmd{-!-}' text.
+
 'C-c C-f C-i'
      Insert italics '\textit{-!-}' text.
 
@@ -1602,7 +1605,7 @@ inserted.
      Insert slanted '\textsl{-!-}' text.
 
 'C-c C-f C-r'
-     Insert roman \textrm{-!-} text.
+     Insert roman '\textrm{-!-}' text.
 
 'C-c C-f C-f'
      Insert sans serif '\textsf{-!-}' text.
@@ -1613,6 +1616,15 @@ inserted.
 'C-c C-f C-c'
      Insert SMALL CAPS '\textsc{-!-}' text.
 
+'C-c C-f C-l'
+     Insert upper lower case '\textulc{-!-}' text.
+
+'C-c C-f C-w'
+     Insert SWASH '\textsw{-!-}' text.
+
+'C-c C-f C-n'
+     Insert normal '\textnormal{-!-}' text.
+
 'C-c C-f C-d'
      Delete the innermost font specification containing point.
 
@@ -5874,8 +5886,8 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 12.2.0 from 2019-10-31), a
-sophisticated TeX environment for Emacs.
+   This manual is for AUCTeX (version 12.2.0.2020-04-09 from
+2020-04-09), a sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2019 Free Software
 Foundation, Inc.
@@ -6381,6 +6393,25 @@ File: auctex.info,  Node: Changes,  Next: Development,  
Prev: Copying this Manua
 A.2 Changes and New Features
 ============================
 
+News in 12.3
+------------
+
+   * AUCTeX tracks changes in LaTeX2e 2020-02-02 release.  AUCTeX
+     supports the improvements to LaTeX font selection mechanism (NFSS).
+     New macros like '\textsw' or '\textulc' are added to font insertion
+     keyboard commands.  *Note Font Specifiers::, for details.  Further,
+     the entries in the menu LaTeX, Insert Font are reorganized and
+     adjusted accordingly.
+
+     Macros previously provided by 'textcomp.sty' are now part of LaTeX
+     kernel.  AUCTeX tracks this change as well and support for the new
+     macro '\legacyoldstylenums' is added.
+
+   * Insertion of environments in LaTeX documents (i.e.  'C-c C-e') was
+     improved.  The former code had a few bugs, which sometimes resulted
+     in either spurious empty line or spurious comment prefix, or both,
+     especially when the region is active.  Those bugs are now fixed.
+
 News in 12.2
 ------------
 
@@ -8006,25 +8037,29 @@ Key Index
 * C-c C-c:                               Starting a Command.  (line  13)
 * C-c C-d:                               Multifile.           (line 100)
 * C-c C-e:                               Environments.        (line  23)
-* C-c C-f:                               Font Specifiers.     (line  43)
+* C-c C-f:                               Font Specifiers.     (line  55)
 * C-c C-f C-b:                           Editing Facilities.  (line  73)
 * C-c C-f C-b <1>:                       Font Specifiers.     (line  16)
 * C-c C-f C-c:                           Editing Facilities.  (line  94)
 * C-c C-f C-c <1>:                       Editing Facilities.  (line  97)
-* C-c C-f C-c <2>:                       Font Specifiers.     (line  37)
-* C-c C-f C-c <3>:                       Font Specifiers.     (line  40)
+* C-c C-f C-c <2>:                       Font Specifiers.     (line  40)
+* C-c C-f C-c <3>:                       Font Specifiers.     (line  52)
 * C-c C-f C-e:                           Editing Facilities.  (line  79)
-* C-c C-f C-e <1>:                       Font Specifiers.     (line  22)
+* C-c C-f C-e <1>:                       Font Specifiers.     (line  25)
 * C-c C-f C-f:                           Editing Facilities.  (line  88)
-* C-c C-f C-f <1>:                       Font Specifiers.     (line  31)
+* C-c C-f C-f <1>:                       Font Specifiers.     (line  34)
 * C-c C-f C-i:                           Editing Facilities.  (line  76)
-* C-c C-f C-i <1>:                       Font Specifiers.     (line  19)
+* C-c C-f C-i <1>:                       Font Specifiers.     (line  22)
+* C-c C-f C-l:                           Font Specifiers.     (line  43)
+* C-c C-f C-m:                           Font Specifiers.     (line  19)
+* C-c C-f C-n:                           Font Specifiers.     (line  49)
 * C-c C-f C-r:                           Editing Facilities.  (line  85)
-* C-c C-f C-r <1>:                       Font Specifiers.     (line  28)
+* C-c C-f C-r <1>:                       Font Specifiers.     (line  31)
 * C-c C-f C-s:                           Editing Facilities.  (line  82)
-* C-c C-f C-s <1>:                       Font Specifiers.     (line  25)
+* C-c C-f C-s <1>:                       Font Specifiers.     (line  28)
 * 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 C-t <1>:                       Font Specifiers.     (line  37)
+* C-c C-f C-w:                           Font Specifiers.     (line  46)
 * C-c C-f g:                             Japanese.            (line 113)
 * C-c C-f m:                             Japanese.            (line 117)
 * C-c C-k:                               Control.             (line  10)
@@ -8202,7 +8237,7 @@ Function Index
 * TeX-fold-mode:                         Folding.             (line  32)
 * TeX-fold-paragraph:                    Folding.             (line  89)
 * TeX-fold-region:                       Folding.             (line  86)
-* TeX-font:                              Font Specifiers.     (line  42)
+* TeX-font:                              Font Specifiers.     (line  54)
 * TeX-header-end:                        Multifile.           (line  28)
 * TeX-home-buffer:                       Control.             (line  17)
 * TeX-insert-braces:                     Quotes.              (line 118)
@@ -8375,7 +8410,7 @@ Variable Index
 * LaTeX-fold-env-spec-list:              Folding.             (line 198)
 * LaTeX-fold-macro-spec-list:            Folding.             (line 198)
 * LaTeX-fold-math-spec-list:             Folding.             (line 198)
-* LaTeX-font-list:                       Font Specifiers.     (line  57)
+* LaTeX-font-list:                       Font Specifiers.     (line  69)
 * LaTeX-indent-environment-check:        Indenting.           (line  51)
 * LaTeX-indent-environment-list:         Indenting.           (line  37)
 * LaTeX-indent-environment-list <1>:     Indenting.           (line  48)
@@ -8486,7 +8521,7 @@ Variable Index
 * TeX-fold-unspec-env-display-string:    Folding.             (line 208)
 * TeX-fold-unspec-macro-display-string:  Folding.             (line 204)
 * TeX-fold-unspec-use-name:              Folding.             (line 212)
-* TeX-font-list:                         Font Specifiers.     (line  48)
+* TeX-font-list:                         Font Specifiers.     (line  60)
 * TeX-header-end:                        Starting a Command.  (line  32)
 * TeX-header-end <1>:                    Starting a Command.  (line  69)
 * TeX-ignore-file:                       Automatic.           (line  52)
@@ -8576,7 +8611,7 @@ Concept Index
 * \chapter <1>:                          Sectioning.          (line   6)
 * \cite, completion of:                  Completion.          (line 154)
 * \emph:                                 Editing Facilities.  (line  79)
-* \emph <1>:                             Font Specifiers.     (line  22)
+* \emph <1>:                             Font Specifiers.     (line  25)
 * \end:                                  Environments.        (line   6)
 * \include:                              Multifile.           (line   6)
 * \input:                                Multifile.           (line   6)
@@ -8595,18 +8630,22 @@ Concept Index
 * \textbf <1>:                           Font Specifiers.     (line  16)
 * \textgt:                               Japanese.            (line 113)
 * \textit:                               Editing Facilities.  (line  76)
-* \textit <1>:                           Font Specifiers.     (line  19)
+* \textit <1>:                           Font Specifiers.     (line  22)
 * \textmc:                               Japanese.            (line 117)
+* \textmd:                               Font Specifiers.     (line  19)
+* \textnormal:                           Font Specifiers.     (line  49)
 * \textrm:                               Editing Facilities.  (line  85)
-* \textrm <1>:                           Font Specifiers.     (line  28)
+* \textrm <1>:                           Font Specifiers.     (line  31)
 * \textsc:                               Editing Facilities.  (line  94)
-* \textsc <1>:                           Font Specifiers.     (line  37)
+* \textsc <1>:                           Font Specifiers.     (line  40)
 * \textsf:                               Editing Facilities.  (line  88)
-* \textsf <1>:                           Font Specifiers.     (line  31)
+* \textsf <1>:                           Font Specifiers.     (line  34)
 * \textsl:                               Editing Facilities.  (line  82)
-* \textsl <1>:                           Font Specifiers.     (line  25)
+* \textsl <1>:                           Font Specifiers.     (line  28)
+* \textsw:                               Font Specifiers.     (line  46)
 * \texttt:                               Editing Facilities.  (line  91)
-* \texttt <1>:                           Font Specifiers.     (line  34)
+* \texttt <1>:                           Font Specifiers.     (line  37)
+* \textulc:                              Font Specifiers.     (line  43)
 * Abbreviations:                         Mathematics.         (line   6)
 * Adding a style hook:                   Simple Style.        (line   6)
 * Adding bibliographies:                 Adding Other.        (line   6)
@@ -8624,7 +8663,7 @@ Concept Index
                                                               (line   6)
 * ASCII pTeX <1>:                        Japanese.            (line   6)
 * auctex.el:                             Loading the package. (line  10)
-* auctex.el <1>:                         Changes.             (line 621)
+* auctex.el <1>:                         Changes.             (line 640)
 * auto directories.:                     Automatic.           (line   6)
 * Auto-Reveal:                           Folding.             (line   6)
 * Automatic:                             Automatic.           (line   6)
@@ -8681,7 +8720,7 @@ Concept Index
 * Defining macros in style hooks:        Adding Macros.       (line   6)
 * Defining other information in style hooks: Adding Other.    (line   6)
 * Deleting fonts:                        Editing Facilities.  (line  97)
-* Deleting fonts <1>:                    Font Specifiers.     (line  40)
+* Deleting fonts <1>:                    Font Specifiers.     (line  52)
 * Descriptions:                          Itemize-like.        (line   6)
 * Display math mode:                     Quotes.              (line   6)
 * Distribution:                          Copying.             (line   6)
@@ -8928,7 +8967,7 @@ Concept Index
                                                               (line 257)
 * tex-site.el:                           Loading the package. (line  10)
 * tex-site.el <1>:                       Customizing.         (line   6)
-* tex-site.el <2>:                       Changes.             (line 621)
+* tex-site.el <2>:                       Changes.             (line 640)
 * tool bar, toolbar:                     Processing.          (line  11)
 * Trailer:                               Commands.            (line   6)
 * Underfull boxes:                       Debugging.           (line   6)
@@ -8949,104 +8988,104 @@ Concept Index
 
 
 Tag Table:
-Node: Top917
-Node: Copying7270
-Node: Introduction9215
-Node: Summary9485
-Node: Installation12218
-Node: Prerequisites13984
-Node: Configure16224
-Node: Build/install and uninstall20850
-Node: Loading the package21603
-Node: Advice for package providers23279
-Node: Advice for non-privileged users26084
-Node: Installation under MS Windows30049
-Node: Customizing43787
-Node: Quick Start45370
-Ref: Quick Start-Footnote-147500
-Node: Editing Facilities47594
-Node: Processing Facilities52397
-Node: Editing57098
-Node: Quotes58428
-Node: Font Specifiers66681
-Node: Sectioning68507
-Node: Environments72827
-Node: Equations77981
-Node: Floats78572
-Node: Itemize-like80576
-Node: Tabular-like81297
-Node: Customizing Environments83070
-Node: Mathematics83310
-Node: Completion86596
-Node: Marking93618
-Node: Marking (LaTeX)94242
-Node: Marking (Texinfo)95184
-Node: Commenting96794
-Node: Indenting98119
-Node: Filling104155
-Node: Display110027
-Node: Font Locking112522
-Node: Fontification of macros114597
-Node: Fontification of quotes124116
-Node: Fontification of math125611
-Node: Verbatim content128841
-Node: Faces129615
-Node: Known problems130104
-Node: Folding131033
-Node: Outline141857
-Node: Narrowing143129
-Node: Prettifying144199
-Node: Processing145436
-Node: Commands146599
-Node: Starting a Command147155
-Node: Selecting a Command152058
-Node: Processor Options161142
-Node: Viewing171489
-Node: Starting Viewers171863
-Node: I/O Correlation178990
-Node: Debugging184188
-Node: Ignoring warnings186807
-Node: Error overview188867
-Node: Checking190778
-Node: Control192371
-Node: Cleaning193098
-Node: Documentation194391
-Node: Customization195106
-Node: Modes and Hooks195599
-Node: Multifile197419
-Node: Parsing Files202231
-Node: Internationalization207143
-Node: European208456
-Node: Japanese215266
-Node: Automatic220337
-Node: Automatic Global222828
-Node: Automatic Private223960
-Node: Automatic Local225273
-Node: Style Files226305
-Node: Simple Style227098
-Node: Adding Macros230757
-Node: Adding Environments240088
-Node: Adding Other244749
-Node: Hacking the Parser245336
-Node: Appendices249205
-Node: Copying this Manual249501
-Node: GNU Free Documentation License250384
-Node: Changes275505
-Node: Development319935
-Node: Mid-term Goals320581
-Node: Wishlist321798
-Node: Bugs327239
-Node: FAQ328342
-Node: Texinfo mode333469
-Node: Exploiting334605
-Node: Superseding335425
-Node: Mapping339629
-Node: Unbinding341458
-Node: Indices342279
-Node: Key Index342442
-Node: Function Index348766
-Node: Variable Index359649
-Node: Concept Index382653
+Node: Top928
+Node: Copying7281
+Node: Introduction9226
+Node: Summary9496
+Node: Installation12229
+Node: Prerequisites13995
+Node: Configure16235
+Node: Build/install and uninstall20861
+Node: Loading the package21614
+Node: Advice for package providers23290
+Node: Advice for non-privileged users26095
+Node: Installation under MS Windows30060
+Node: Customizing43798
+Node: Quick Start45381
+Ref: Quick Start-Footnote-147511
+Node: Editing Facilities47605
+Node: Processing Facilities52408
+Node: Editing57109
+Node: Quotes58439
+Node: Font Specifiers66692
+Node: Sectioning68759
+Node: Environments73079
+Node: Equations78233
+Node: Floats78824
+Node: Itemize-like80828
+Node: Tabular-like81549
+Node: Customizing Environments83322
+Node: Mathematics83562
+Node: Completion86848
+Node: Marking93870
+Node: Marking (LaTeX)94494
+Node: Marking (Texinfo)95436
+Node: Commenting97046
+Node: Indenting98371
+Node: Filling104407
+Node: Display110279
+Node: Font Locking112774
+Node: Fontification of macros114849
+Node: Fontification of quotes124368
+Node: Fontification of math125863
+Node: Verbatim content129093
+Node: Faces129867
+Node: Known problems130356
+Node: Folding131285
+Node: Outline142109
+Node: Narrowing143381
+Node: Prettifying144451
+Node: Processing145688
+Node: Commands146851
+Node: Starting a Command147407
+Node: Selecting a Command152310
+Node: Processor Options161394
+Node: Viewing171741
+Node: Starting Viewers172115
+Node: I/O Correlation179242
+Node: Debugging184440
+Node: Ignoring warnings187059
+Node: Error overview189119
+Node: Checking191030
+Node: Control192623
+Node: Cleaning193350
+Node: Documentation194643
+Node: Customization195358
+Node: Modes and Hooks195851
+Node: Multifile197671
+Node: Parsing Files202483
+Node: Internationalization207395
+Node: European208708
+Node: Japanese215518
+Node: Automatic220589
+Node: Automatic Global223080
+Node: Automatic Private224212
+Node: Automatic Local225525
+Node: Style Files226557
+Node: Simple Style227350
+Node: Adding Macros231009
+Node: Adding Environments240340
+Node: Adding Other245001
+Node: Hacking the Parser245588
+Node: Appendices249457
+Node: Copying this Manual249753
+Node: GNU Free Documentation License250647
+Node: Changes275768
+Node: Development321082
+Node: Mid-term Goals321728
+Node: Wishlist322945
+Node: Bugs328386
+Node: FAQ329489
+Node: Texinfo mode334616
+Node: Exploiting335752
+Node: Superseding336572
+Node: Mapping340776
+Node: Unbinding342605
+Node: Indices343426
+Node: Key Index343589
+Node: Function Index350205
+Node: Variable Index361088
+Node: Concept Index384092
 
 End Tag Table
 
diff --git a/preview-latex.info b/preview-latex.info
index 38aa89c..8b2df27 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.7 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 12.2.0 from 2019-10-31).
+(version 12.2.0.2020-04-09 from 2020-04-09).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free
 Software Foundation, Inc.
@@ -1910,7 +1910,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 12.2.0 from 2019-10-31).
+(version 12.2.0.2020-04-09 from 2020-04-09).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free
 Software Foundation, Inc.
@@ -2530,43 +2530,43 @@ Index
 
 
 Tag Table:
-Node: Top954
-Node: Copying2226
-Node: Introduction2680
-Node: What use is it?3354
-Node: Activating preview-latex4743
-Node: Getting started5496
-Node: Basic modes of operation7443
-Node: More documentation8646
-Node: Availability9534
-Node: Contacts10143
-Node: Installation11416
-Node: Keys and lisp11617
-Node: Simple customization18712
-Node: Known problems24375
-Node: Font problems with Dvips25201
-Node: Too small bounding boxes26375
-Node: x-symbol interoperation27771
-Node: Middle-clicks paste instead of toggling29154
-Node: No images are displayed with gs 9.27 and earlier29839
-Node: For advanced users32481
-Node: The LaTeX style file32940
-Node: Package options35502
-Node: Provided commands46406
-Node: The Emacs interface53756
-Node: The preview images62467
-Node: Misplaced previews66217
-Node: ToDo69671
-Node: Frequently Asked Questions74442
-Node: Introduction to FAQ74765
-Node: Requirements75104
-Node: Installation Trouble76936
-Node: Customization79199
-Node: Troubleshooting82291
-Node: Other formats84809
-Node: Copying this Manual86124
-Node: GNU Free Documentation License87065
-Node: Index112189
+Node: Top965
+Node: Copying2237
+Node: Introduction2691
+Node: What use is it?3365
+Node: Activating preview-latex4754
+Node: Getting started5507
+Node: Basic modes of operation7454
+Node: More documentation8657
+Node: Availability9545
+Node: Contacts10154
+Node: Installation11427
+Node: Keys and lisp11628
+Node: Simple customization18723
+Node: Known problems24386
+Node: Font problems with Dvips25212
+Node: Too small bounding boxes26386
+Node: x-symbol interoperation27782
+Node: Middle-clicks paste instead of toggling29165
+Node: No images are displayed with gs 9.27 and earlier29850
+Node: For advanced users32492
+Node: The LaTeX style file32951
+Node: Package options35513
+Node: Provided commands46417
+Node: The Emacs interface53767
+Node: The preview images62478
+Node: Misplaced previews66228
+Node: ToDo69682
+Node: Frequently Asked Questions74453
+Node: Introduction to FAQ74776
+Node: Requirements75115
+Node: Installation Trouble76947
+Node: Customization79210
+Node: Troubleshooting82302
+Node: Other formats84820
+Node: Copying this Manual86135
+Node: GNU Free Documentation License87087
+Node: Index112211
 
 End Tag Table
 
diff --git a/tex-site.el b/tex-site.el
index 867658f..c4b2bec 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -157,11 +157,11 @@ set it with `TeX-modes-set'."
                       `(TeX-modes-set ',var ,var t))
                     (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "12.2.0"
+(defconst AUCTeX-version "12.2.0.2020-04-09"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2019-10-31"
+(defconst AUCTeX-date "2020-04-09"
   "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]