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

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

[elpa] externals/auctex 6620d8c 35/35: Merge from upstream master; relea


From: Tassilo Horn
Subject: [elpa] externals/auctex 6620d8c 35/35: Merge from upstream master; release 11.88.3
Date: Sun, 22 Mar 2015 09:27:11 +0000

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

    Merge from upstream master; release 11.88.3
---
 ChangeLog          |    4 +
 auctex.el          |    2 +-
 auctex.info        |  255 ++++++++++++++++++++++++++++++---------------------
 preview-latex.info |    4 +-
 tex-site.el        |    4 +-
 5 files changed, 159 insertions(+), 110 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4b64c90..3f7d673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-22  Tassilo Horn  <address@hidden>
+
+       * Version 11.88.3 released.
+
 2015-03-17  Mos� Giordano  <address@hidden>
 
        * doc/wininstall.texi: Fix a broken link.
diff --git a/auctex.el b/auctex.el
index dd0c701..60fba4a 100644
--- a/auctex.el
+++ b/auctex.el
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
 
-;; Version: 11.88.2
+;; Version: 11.88.3
 ;; URL: http://www.gnu.org/software/auctex/
 ;; Maintainer: address@hidden
 
diff --git a/auctex.info b/auctex.info
index 87c2269..a7d22d5 100644
--- a/auctex.info
+++ b/auctex.info
@@ -1,6 +1,6 @@
 This is auctex.info, produced by makeinfo version 5.2 from auctex.texi.
 
-This manual is for AUCTeX (version 11.88.2 from 2015-01-27), a
+This manual is for AUCTeX (version 11.88.3 from 2015-03-22), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software
@@ -329,7 +329,7 @@ are asked to consult *Note Installation under MS Windows::.
 
 * Prerequisites::
 * Configure::
-* Build/install::
+* Build/install and uninstall::
 * Loading the package::
 * Advice for package providers::
 * Advice for non-privileged users::
@@ -403,7 +403,7 @@ File: auctex.info,  Node: Prerequisites,  Next: Configure,  
Up: Installation
 (preview-latex)Known problems::.
 
 
-File: auctex.info,  Node: Configure,  Next: Build/install,  Prev: 
Prerequisites,  Up: Installation
+File: auctex.info,  Node: Configure,  Next: Build/install and uninstall,  
Prev: Prerequisites,  Up: Installation
 
 1.2.2 Configure
 ---------------
@@ -526,10 +526,10 @@ it out with one of these options:
      but is normally not necessary otherwise.
 
 
-File: auctex.info,  Node: Build/install,  Next: Loading the package,  Prev: 
Configure,  Up: Installation
+File: auctex.info,  Node: Build/install and uninstall,  Next: Loading the 
package,  Prev: Configure,  Up: Installation
 
-1.2.3 Build/install
--------------------
+1.2.3 Build/install and uninstall
+---------------------------------
 
 Once 'configure' has been run, simply enter
 
@@ -541,11 +541,19 @@ chosen earlier, type
 
      make install
 
-   You may need special privileges to install, e.g., if you are
-installing into system directories.
+You may need special privileges to install, e.g., if you are installing
+into system directories.
+
+   Should you want to completely remove the installed package, in the
+same directory you built AUCTeX run
+
+     make uninstall
+
+You will need administration privileges if you installed the package
+into system directories.
 
 
-File: auctex.info,  Node: Loading the package,  Next: Advice for package 
providers,  Prev: Build/install,  Up: Installation
+File: auctex.info,  Node: Loading the package,  Next: Advice for package 
providers,  Prev: Build/install and uninstall,  Up: Installation
 
 1.2.4 Loading the package
 -------------------------
@@ -1065,9 +1073,9 @@ single quotes for that.
 
      Adding support for an image format usually involves the
      installation of a library, e.g.  from <http://gnuwin32.sf.net/>.
-     If you got your Emacs from <gnu.org> you might want to check its
-     README file (ftp://ftp.gnu.org/gnu/emacs/windows/README) for
-     details.
+     If you got your Emacs from <http://www.gnu.org> you might want to
+     check its README file (ftp://ftp.gnu.org/gnu/emacs/windows/README)
+     for details.
 
      A different image format can be chosen by setting the variable
      'preview-image-type'.  While it is recommended to keep the 'dvipng'
@@ -2585,6 +2593,23 @@ inside the comment, AUCTeX will report an error.
      will be inserted before the last non-comment word to minimize the
      chance that the line becomes overfull.
 
+ -- User Option: LaTeX-fill-excluded-macros
+     A list of macro names (without leading backslash) for whose
+     arguments filling should be disabled.  Typically, you will want to
+     add macros here which have long, multi-line arguments.  An example
+     is '\pgfplotstabletypeset' from the pgfplotstable package which is
+     used as shown in the following listing:
+
+     \pgfplotstabletypeset[skip first n=4]{%
+       XYZ Format,
+       Version 1.234
+       Date 2010-09-01
+       @author Mustermann
+       A B C
+       1 2 3
+       4 5 6
+     }
+
 
 File: auctex.info,  Node: Display,  Next: Processing,  Prev: Editing,  Up: Top
 
@@ -4073,6 +4098,18 @@ for one of the modes listed above, put it into the 
respective mode hook,
 if it is relevant for any AUCTeX mode, add it to 'TeX-mode-hook' and if
 it is relevant for all text modes, append it to 'text-mode-hook'.
 
+   Other useful hooks are listed below.
+
+ -- Variable: TeX-after-TeX-LaTeX-command-finished-hook
+     Hook which is run after the TeX/LaTeX processor has successfully
+     finished compiling your document.  (*Note Processing::, for finding
+     out how to compile your document).  Each function in the hook is
+     run with the compiled output document as its argument.
+
+     This is useful for automatically refreshing the viewer after
+     re-compilation especially when using Emacs viewers such as DocView
+     or PDF Tools.
+
 
 File: auctex.info,  Node: Multifile,  Next: Parsing Files,  Prev: Modes and 
Hooks,  Up: Customization
 
@@ -5333,7 +5370,7 @@ A.1 Copying this Manual
 
 The copyright notice for this manual is:
 
-   This manual is for AUCTeX (version 11.88.2 from 2015-01-27), a
+   This manual is for AUCTeX (version 11.88.3 from 2015-03-22), a
 sophisticated TeX environment for Emacs.
 
    Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software
@@ -7526,6 +7563,7 @@ Variable Index
 * LaTeX-figure-label <1>:                Floats.              (line  35)
 * LaTeX-fill-break-at-separators:        Filling.             (line 103)
 * LaTeX-fill-break-before-code-comments: Filling.             (line 113)
+* LaTeX-fill-excluded-macros:            Filling.             (line 123)
 * LaTeX-float:                           Floats.              (line  14)
 * LaTeX-float <1>:                       Floats.              (line  32)
 * LaTeX-fold-env-spec-list:              Folding.             (line 198)
@@ -7567,6 +7605,9 @@ Variable Index
 * plain-TeX-clean-output-suffixes:       Cleaning.            (line   7)
 * plain-TeX-enable-toolbar:              Processing.          (line  11)
 * plain-TeX-mode-hook:                   Modes and Hooks.     (line  21)
+* TeX-after-TeX-LaTeX-command-finished-hook: Modes and Hooks. (line  29)
+* TeX-after-TeX-LaTeX-command-finished-hook <1>: Modes and Hooks.
+                                                              (line  37)
 * TeX-arg-cite-note-p:                   Adding Macros.       (line 137)
 * TeX-arg-input-file-search:             Adding Macros.       (line 160)
 * TeX-arg-input-file-search <1>:         Adding Macros.       (line 192)
@@ -7874,7 +7915,8 @@ Concept Index
 * Indexing:                              Commands.            (line   6)
 * Initialization:                        Customizing.         (line   6)
 * Inputing:                              Multifile.           (line   6)
-* Installation:                          Build/install.       (line   6)
+* Installation:                          Build/install and uninstall.
+                                                              (line   6)
 * Internationalization:                  Internationalization.
                                                               (line   6)
 * Inverse search:                        I/O Correlation.     (line   6)
@@ -7917,7 +7959,8 @@ Concept Index
 * 'macro.el':                            Hacking the Parser.  (line   6)
 * 'macro.tex':                           Hacking the Parser.  (line   6)
 * Macros, adding:                        Adding Macros.       (line   6)
-* Make:                                  Build/install.       (line   6)
+* Make:                                  Build/install and uninstall.
+                                                              (line   6)
 * 'makeindex':                           Commands.            (line   6)
 * Making a bibliography:                 Commands.            (line   6)
 * Making an index:                       Commands.            (line   6)
@@ -8054,6 +8097,8 @@ Concept Index
 * Underfull boxes:                       Debugging.           (line   6)
 * UNICODE:                               Internationalization.
                                                               (line   6)
+* Uninstallation:                        Build/install and uninstall.
+                                                              (line   6)
 * Untabify:                              Parsing Files.       (line   6)
 * Updating style hooks:                  Automatic Local.     (line   6)
 * Verbatim, fontification of:            Verbatim content.    (line   6)
@@ -8071,95 +8116,95 @@ Node: Copying7180
 Node: Introduction9136
 Node: Summary9406
 Node: Installation12147
-Node: Prerequisites13521
-Node: Configure16389
-Node: Build/install21800
-Node: Loading the package22291
-Node: Advice for package providers24098
-Node: Advice for non-privileged users28043
-Node: Installation under MS Windows32001
-Node: Customizing47224
-Node: Quick Start48807
-Ref: Quick Start-Footnote-150797
-Node: Editing Facilities50944
-Node: Processing Facilities55747
-Node: Editing59641
-Node: Quotes60971
-Node: Font Specifiers69239
-Node: Sectioning71065
-Node: Environments75385
-Node: Equations80539
-Node: Floats81130
-Node: Itemize-like82663
-Node: Tabular-like83384
-Node: Customizing Environments84867
-Node: Mathematics85107
-Node: Completion88033
-Node: Marking93356
-Node: Marking (LaTeX)93980
-Node: Marking (Texinfo)94922
-Node: Commenting96532
-Node: Indenting97857
-Node: Filling103642
-Node: Display108962
-Node: Font Locking110574
-Node: Fontification of macros112649
-Node: Fontification of quotes122087
-Node: Fontification of math123582
-Node: Verbatim content125301
-Node: Faces126075
-Node: Known problems126564
-Node: Folding127493
-Node: Outline138317
-Node: Narrowing139589
-Node: Processing140639
-Node: Commands141802
-Node: Starting a Command142358
-Node: Selecting a Command146894
-Node: Processor Options150420
-Node: Viewing157162
-Node: Starting Viewers157536
-Node: I/O Correlation164054
-Node: Debugging167500
-Node: Checking171855
-Node: Control173017
-Node: Cleaning173744
-Node: Documentation174957
-Node: Customization175737
-Node: Modes and Hooks176230
-Node: Multifile177436
-Node: Parsing Files182115
-Node: Internationalization187027
-Node: European188208
-Node: Japanese195088
-Node: Automatic196785
-Node: Automatic Global199276
-Node: Automatic Private200408
-Node: Automatic Local201721
-Node: Style Files202752
-Node: Simple Style203545
-Node: Adding Macros206818
-Node: Adding Environments215939
-Node: Adding Other220600
-Node: Hacking the Parser221187
-Node: Appendices225056
-Node: Copying this Manual225440
-Node: GNU Free Documentation License226324
-Node: Changes251443
-Node: Development280769
-Node: Mid-term Goals281415
-Node: Wishlist282632
-Node: Bugs288589
-Node: FAQ290119
-Node: Texinfo mode296292
-Node: Exploiting297428
-Node: Superseding298248
-Node: Mapping302452
-Node: Unbinding304281
-Node: Indices305102
-Node: Key Index305327
-Node: Function Index311359
-Node: Variable Index321804
-Node: Concept Index342408
+Node: Prerequisites13535
+Node: Configure16403
+Node: Build/install and uninstall21828
+Node: Loading the package22581
+Node: Advice for package providers24402
+Node: Advice for non-privileged users28347
+Node: Installation under MS Windows32305
+Node: Customizing47539
+Node: Quick Start49122
+Ref: Quick Start-Footnote-151112
+Node: Editing Facilities51259
+Node: Processing Facilities56062
+Node: Editing59956
+Node: Quotes61286
+Node: Font Specifiers69554
+Node: Sectioning71380
+Node: Environments75700
+Node: Equations80854
+Node: Floats81445
+Node: Itemize-like82978
+Node: Tabular-like83699
+Node: Customizing Environments85182
+Node: Mathematics85422
+Node: Completion88348
+Node: Marking93671
+Node: Marking (LaTeX)94295
+Node: Marking (Texinfo)95237
+Node: Commenting96847
+Node: Indenting98172
+Node: Filling103957
+Node: Display109829
+Node: Font Locking111441
+Node: Fontification of macros113516
+Node: Fontification of quotes122954
+Node: Fontification of math124449
+Node: Verbatim content126168
+Node: Faces126942
+Node: Known problems127431
+Node: Folding128360
+Node: Outline139184
+Node: Narrowing140456
+Node: Processing141506
+Node: Commands142669
+Node: Starting a Command143225
+Node: Selecting a Command147761
+Node: Processor Options151287
+Node: Viewing158029
+Node: Starting Viewers158403
+Node: I/O Correlation164921
+Node: Debugging168367
+Node: Checking172722
+Node: Control173884
+Node: Cleaning174611
+Node: Documentation175824
+Node: Customization176604
+Node: Modes and Hooks177097
+Node: Multifile178832
+Node: Parsing Files183511
+Node: Internationalization188423
+Node: European189604
+Node: Japanese196484
+Node: Automatic198181
+Node: Automatic Global200672
+Node: Automatic Private201804
+Node: Automatic Local203117
+Node: Style Files204148
+Node: Simple Style204941
+Node: Adding Macros208214
+Node: Adding Environments217335
+Node: Adding Other221996
+Node: Hacking the Parser222583
+Node: Appendices226452
+Node: Copying this Manual226836
+Node: GNU Free Documentation License227720
+Node: Changes252839
+Node: Development282165
+Node: Mid-term Goals282811
+Node: Wishlist284028
+Node: Bugs289985
+Node: FAQ291515
+Node: Texinfo mode297688
+Node: Exploiting298824
+Node: Superseding299644
+Node: Mapping303848
+Node: Unbinding305677
+Node: Indices306498
+Node: Key Index306723
+Node: Function Index312755
+Node: Variable Index323200
+Node: Concept Index344089
 
 End Tag Table
diff --git a/preview-latex.info b/preview-latex.info
index 641d46b..d4494ea 100644
--- a/preview-latex.info
+++ b/preview-latex.info
@@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 5.2 
from
 preview-latex.texi.
 
 This manual is for preview-latex, a LaTeX preview mode for AUCTeX
-(version 11.88.2 from 2015-01-27).
+(version 11.88.3 from 2015-03-22).
 
    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.88.2 from 2015-01-27).
+(version 11.88.3 from 2015-03-22).
 
    Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software
 Foundation, Inc.
diff --git a/tex-site.el b/tex-site.el
index 4e80c50..56acd4b 100644
--- a/tex-site.el
+++ b/tex-site.el
@@ -148,11 +148,11 @@ set it with `TeX-modes-set'."
                       `(TeX-modes-set ',var ,var t))
                     (setq list (cdr list)))))) )
 
-(defconst AUCTeX-version "11.88"
+(defconst AUCTeX-version "11.88.3"
     "AUCTeX version.
 If not a regular release, the date of the last change.")
 
-(defconst AUCTeX-date "2014-10-29"
+(defconst AUCTeX-date "2015-03-22"
   "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]