branch: main commit b4219a361d2395ccdb76c2d73466871f28dcbda2 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Regenerate docs and tex-site.el --- auctex.info | 143 ++++++++++++++++++++++++----------------------------- preview-latex.info | 6 +-- tex-site.el | 14 +++--- 3 files changed, 75 insertions(+), 88 deletions(-) diff --git a/auctex.info b/auctex.info index ba9bba80..f7148178 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.3.1.2020-12-20 from 2020-12-20), a +This manual is for AUCTeX (version 12.3.1.2020-12-24 from 2020-12-24), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software @@ -4095,33 +4095,6 @@ the variable in place. In addition, the use of a function in 'TeX-view-program-list' only works if the View command in 'TeX-command-list' makes use of the hook 'TeX-run-discard-or-function'. - Note also that the implementation described above replaces an older -one which was less flexible. This old implementation works with the -variables 'TeX-output-view-style' and 'TeX-view-style' which are used to -associate file types and style options with viewers. If desired you can -reactivate it by using the placeholder '%vv' for the View command in -'TeX-command-list'. Note however, that it is bound to be removed from -AUCTeX once the new implementation proved to be satisfactory. For the -time being, find a short description of the mentioned customization -options below. - - -- User Option: TeX-output-view-style - List of output file extensions, style options and view options. - Each item of the list consists of three elements. If the first - element (a regular expression) matches the output file extension, - and the second element (a regular expression) matches the name of - one of the style options, any occurrence of the string '%V' in a - command in 'TeX-command-list' will be replaced with the third - element. - - -- User Option: TeX-view-style - List of style options and view options. This is the predecessor of - 'TeX-output-view-style' which does not provide the possibility to - specify output file extensions. It is used as a fallback in case - none of the alternatives specified in 'TeX-output-view-style' - match. In case none of the entries in 'TeX-view-style' match - either, no suggestion for a viewer is made. - File: auctex.info, Node: I/O Correlation, Prev: Starting Viewers, Up: Viewing @@ -5897,8 +5870,8 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 12.3.1.2020-12-20 from -2020-12-20), a sophisticated TeX environment for Emacs. + This manual is for AUCTeX (version 12.3.1.2020-12-24 from +2020-12-24), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2020 Free Software Foundation, Inc. @@ -6407,6 +6380,13 @@ A.2 Changes and New Features News in 13.0 ------------ + * AUCTeX now requires GNU Emacs 24.3 or higher. + + * Old implementations for viewers were discarded, as stated long + before. The variables 'TeX-output-view-style' and 'TeX-view-style' + have no effect now. The former placeholders '%v' and '%vv' in + 'TeX-command-list' are ignored. + * AUCTeX now uses lexical binding which has been introduced in Emacs 24. This change should have no user-visible effect and require no manual adaptions except in the following cases. @@ -6438,6 +6418,13 @@ News in 13.0 declared and have the 'LaTeX-' prefix, e.g., 'LaTeX-done-mark'. + * The functions in 'ConTeXt-numbered-section-hook' and + 'ConTeXt-unnumbered-section-hook' had access or modified the + previously undeclared variables 'title', 'name', 'level', + 'done-mark', and 'reference'. These variables are now + properly declared and have the 'ConTeXt-' prefix, e.g., + 'ConTeXt-title'. + * The constant 'LaTeX-dialect' has been renamed to 'TeX-dialect' and moved from 'latex.el' to 'tex.el'. 'LaTeX-dialect' now is an obsolete alias. @@ -7829,7 +7816,7 @@ A.4 Frequently Asked Questions 2. What versions of Emacs are supported? - AUCTeX was tested with GNU Emacs 24. Older versions may work but + AUCTeX was tested with GNU Emacs 24.3. Older versions may work but are unsupported. 3. What should I do when './configure' does not find programs like @@ -8656,7 +8643,6 @@ Variable Index * 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 116) * TeX-parse-all-errors: Debugging. (line 35) * TeX-parse-self: Parsing Files. (line 37) * TeX-parse-self <1>: Japanese. (line 6) @@ -8686,7 +8672,6 @@ Variable Index * 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 125) * Texinfo-clean-intermediate-suffixes: Cleaning. (line 7) * Texinfo-clean-output-suffixes: Cleaning. (line 7) * Texinfo-mode-hook: Modes and Hooks. (line 21) @@ -8762,7 +8747,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 10) -* auctex.el <1>: Changes. (line 710) +* auctex.el <1>: Changes. (line 724) * auto directories.: Automatic. (line 6) * Auto-Reveal: Folding. (line 6) * Automatic: Automatic. (line 6) @@ -9066,7 +9051,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 710) +* tex-site.el <2>: Changes. (line 724) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -9141,50 +9126,50 @@ Node: Selecting a Command152983 Node: Processor Options162067 Node: Viewing172414 Node: Starting Viewers172788 -Node: I/O Correlation179915 -Node: Debugging185113 -Node: Ignoring warnings187732 -Node: Error overview189792 -Node: Checking191703 -Node: Control193296 -Node: Cleaning194023 -Node: Documentation195316 -Node: Customization196031 -Node: Modes and Hooks196524 -Node: Multifile198344 -Node: Parsing Files203156 -Node: Internationalization208068 -Node: European209381 -Node: Japanese216191 -Node: Automatic221262 -Node: Automatic Global223753 -Node: Automatic Private224885 -Node: Automatic Local226198 -Node: Style Files227230 -Node: Simple Style228023 -Node: Adding Macros231676 -Node: Adding Environments241011 -Node: Adding Other245672 -Node: Hacking the Parser246259 -Node: Appendices250128 -Node: Copying this Manual250424 -Node: GNU Free Documentation License251318 -Node: Changes276439 -Node: Development325161 -Node: Mid-term Goals325807 -Node: Wishlist327664 -Node: Bugs333105 -Node: FAQ334208 -Node: Texinfo mode339335 -Node: Exploiting340471 -Node: Superseding341291 -Node: Mapping345495 -Node: Unbinding347324 -Node: Indices348145 -Node: Key Index348308 -Node: Function Index354924 -Node: Variable Index365807 -Node: Concept Index389085 +Node: I/O Correlation178432 +Node: Debugging183630 +Node: Ignoring warnings186249 +Node: Error overview188309 +Node: Checking190220 +Node: Control191813 +Node: Cleaning192540 +Node: Documentation193833 +Node: Customization194548 +Node: Modes and Hooks195041 +Node: Multifile196861 +Node: Parsing Files201673 +Node: Internationalization206585 +Node: European207898 +Node: Japanese214708 +Node: Automatic219779 +Node: Automatic Global222270 +Node: Automatic Private223402 +Node: Automatic Local224715 +Node: Style Files225747 +Node: Simple Style226540 +Node: Adding Macros230193 +Node: Adding Environments239528 +Node: Adding Other244189 +Node: Hacking the Parser244776 +Node: Appendices248645 +Node: Copying this Manual248941 +Node: GNU Free Documentation License249835 +Node: Changes274956 +Node: Development324338 +Node: Mid-term Goals324984 +Node: Wishlist326841 +Node: Bugs332282 +Node: FAQ333385 +Node: Texinfo mode338514 +Node: Exploiting339650 +Node: Superseding340470 +Node: Mapping344674 +Node: Unbinding346503 +Node: Indices347324 +Node: Key Index347487 +Node: Function Index354103 +Node: Variable Index364986 +Node: Concept Index388118 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index 0258504a..839a810c 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.3.1.2020-12-20 from 2020-12-20). +(version 12.3.1.2020-12-24 from 2020-12-24). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free Software Foundation, Inc. @@ -1642,7 +1642,7 @@ B.2.1 Which version of (X)Emacs is needed? See also the table at the end of the section. preview-latex nominally requires GNU Emacs with a version of at least -24.1. +24.3. B.2.2 Which versions of Ghostscript and AUCTeX are needed? ---------------------------------------------------------- @@ -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.3.1.2020-12-20 from 2020-12-20). +(version 12.3.1.2020-12-24 from 2020-12-24). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2017, 2018 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index 61ffcd0f..47c3d94d 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2013, 2016-2018, 2020 Free Software Foundation, Inc. ;; ;; completely rewritten. @@ -38,8 +38,10 @@ ;;; Code: -(if (< emacs-major-version 24) - (error "AUCTeX requires Emacs 24 or later")) +(when (or (< emacs-major-version 24) + (and (= emacs-major-version 24) + (< emacs-minor-version 3))) + (error "AUCTeX requires Emacs 24.3 or later")) (unless (or (fboundp 'TeX-modes-set) ;Avoid inf-looping. (fboundp 'TeX-tex-mode)) ;auctex-autoloads is not loaded. @@ -74,7 +76,7 @@ TeX-auto-* (automatically generated lisp).") (defcustom TeX-auto-global (if (file-writable-p "/usr/local/var/auctex") "/usr/local/var/auctex" "~/.emacs.d/auctex") - "*Directory containing automatically generated information. + "Directory containing automatically generated information. For storing automatic extracted information about the TeX macros shared by all users of a site." @@ -156,11 +158,11 @@ set it with `TeX-modes-set'." `(TeX-modes-set ',var ,var t)) (setq list (cdr list)))))) ) -(defconst AUCTeX-version "12.3.1.2020-12-20" +(defconst AUCTeX-version "12.3.1.2020-12-24" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2020-12-20" +(defconst AUCTeX-date "2020-12-24" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer