branch: externals/auctex commit 7363de19d08fe38262a26397d378bb6922224548 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Adapt to ChangeLog dropping --- GNUmakefile | 2 + auctex.el | 2 +- auctex.info | 297 ++++++++++++++++++++++++++++++---------------------- latex/preview.sty | 2 +- preview-latex.info | 78 +++++++------- tex-site.el | 4 +- 6 files changed, 218 insertions(+), 167 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 7a94e74..25e8d26 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,6 +5,7 @@ # auctex.info # preview-latex.info # README +# ChangeLog # auctex.el (or auctex-pkg.el)? # tex-site.el # doc: preview-dtxdoc.texi @@ -51,6 +52,7 @@ README: doc/intro.texi doc/preview-readme.texi doc/macros.texi (cd doc; $(MAKEINFO_PLAIN) preview-readme.texi --output -) >> $@ # Commands copied&adapted from autogen.sh and doc/Makefile.in. +IGNORED:=$(shell ./build-aux/gitlog-to-changelog --since=2015-11-13 > ChangeLog && cat ChangeLog.1 >> ChangeLog) AUCTEXDATE:=$(shell LANG=C sed -n '1s/^\([-0-9][-0-9]*\).*/\1/p' ChangeLog) THISVERSION:=$(shell sed -n '2,/^[0-9]/s/.*Version \(.*\) released\..*/\1/p' ChangeLog) LASTVERSION:=$(shell sed -n '/.*Version .* released\./{s/.*Version \(.*\) released\..*/\1/p;q}' ChangeLog) diff --git a/auctex.el b/auctex.el index 9ca57e1..281bf1b 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc. -;; Version: 11.88.9 +;; Version: 11.89 ;; URL: http://www.gnu.org/software/auctex/ ;; Maintainer: auctex-de...@gnu.org diff --git a/auctex.info b/auctex.info index 5fe1da8..78c287e 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 is auctex.info, produced by makeinfo version 6.0 from auctex.texi. -This manual is for AUCTeX (version 11.88.9 from 2015-10-19), a +This manual is for AUCTeX (version 11.89 from 2015-11-13), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2015 Free Software @@ -326,8 +326,8 @@ installations can be done by specifying a '--prefix=...' option). modes the default instead of the built-in modes of Emacs. If this is not the case, consult *note Loading the package::. Please read through this document fully before installing anything. The installation -procedure has changed as compared to earlier versions. Users of MS Windows -are asked to consult *Note Installation under MS Windows::. +procedure has changed as compared to earlier versions. Users of +MS Windows are asked to consult *Note Installation under MS Windows::. * Menu: @@ -3689,6 +3689,19 @@ to add support for engines not covered per default. string. An empty string or nil means there is no command available. + In some systems, Emacs cannot inherit the PATH environment variable +from the shell and thus AUCTeX may not be able to run TeX commands. +Before running them, AUCTeX checks if it able to find those commands and +will warn you in case it fails. You can skip this test by changing the +option 'TeX-check-TeX'. + + -- User Option: TeX-check-TeX + If non-nil, AUCTeX will check if it is able to find a working TeX + distribution before running TeX, LaTeX, ConTeXt, etc. It actually + checks if can run 'TeX-command' command or the shell returns a + command not found error. The error code returned by the shell in + this case can be set in 'TeX-check-TeX-command-not-found' option. + Some LaTeX packages requires the document to be compiled with a specific engine. Notable examples are fontspec and polyglossia packages, which require LuaTeX and XeTeX engines. If you try to compile @@ -3728,6 +3741,15 @@ file:line:error which is similar to the way many compilers format them. -- User Option: TeX-file-line-error If non-nil, TeX will produce file:line:error style error messages. + ConTeXt users can choose between Mark II and Mark IV versions. This +is controlled by 'ConTeXt-Mark-version' option. + + -- User Option: ConTeXt-Mark-version + This variables specifies which version of Mark should be used. + Values currently supported are '"II"', the default, and '"IV"'. It + can be set globally using customization interface or on a per-file + basis, by specifying it as a file variable. + File: auctex.info, Node: Viewing, Next: Debugging, Prev: Commands, Up: Processing @@ -4192,7 +4214,8 @@ it is relevant for all text modes, append it to 'text-mode-hook'. This is useful for automatically refreshing the viewer after re-compilation especially when using Emacs viewers such as DocView - or PDF Tools. + or PDF Tools. The function 'TeX-revert-document-buffer' can be + added to the hook for this purpose. File: auctex.info, Node: Multifile, Next: Parsing Files, Prev: Modes and Hooks, Up: Customization @@ -4249,6 +4272,9 @@ you can set 'TeX-master' in your '.emacs' file. If the variable is 'shared', then AUCTeX will query for the name, but will not change the file. + If the variable is 'dwim', AUCTeX will try to avoid querying by + attempting to "do what I mean"; and then change the file. + -- User Option: TeX-one-master Regular expression matching ordinary TeX files. @@ -5454,7 +5480,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 11.88.9 from 2015-10-19), a + This manual is for AUCTeX (version 11.89 from 2015-11-13), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2015 Free Software @@ -5961,8 +5987,8 @@ File: auctex.info, Node: Changes, Next: Development, Prev: Copying this Manua A.2 Changes and New Features ============================ -News since 11.88 -================ +News in 11.89 +============= * You can now run all commands needed to compile a document and then open the viewer with a single command: 'TeX-command-run-all', bound @@ -5976,6 +6002,10 @@ News since 11.88 * Forward and backward search with Evince now also work when only a region of the document is compiled/viewed. + * To open the PDF output file you can now use also PDF Tools, a + document viewer for Emacs. With it, as a plus, forward and + backward search is accurate at word level. + * With new option 'TeX-PDF-via-dvips-ps2pdf' it is possible to compile a document to DVI and then convert it to PDF using 'dvips'-'ps2pdf' before viewing it. @@ -5996,9 +6026,23 @@ News since 11.88 You might want to keep in 'TeX-expand-list' only new expansion strings. - * When new option 'TeX-check-engine' is non-nil, before running LaTeX - commands AUCTeX will check whether the correct engine has been set, - based upon known restrictions posed by LaTeX packages. + * Before running commands like TeX and LaTeX, now AUCTeX performs + some checks. If 'TeX-check-TeX' is non-nil, it will test whether a + working TeX distribution is actually present in the system and + available to Emacs. Instead, when 'TeX-check-engine' is non-nil, + before running LaTeX commands AUCTeX will check whether the correct + engine has been set, based upon known restrictions posed by LaTeX + packages. + + * Basic support to ConTeXt Mark IV has been added. Users can now + select the Mark version to be used with new option + 'ConTeXt-Mark-version', and AUCTeX is able to catch error messages + in the output log of a Mark IV document. + + * Support for tons of LaTeX packages has been addedd. + + * Numbers of bugs have been fixed, many minor features have been + addedd. News in 11.88 ============= @@ -6100,8 +6144,8 @@ News in 11.88 * There have been lots of bug fixes and feature additions. -News since 11.87 -================ +News in 11.87 +============= * AUCTeX now supports Biber in conjunction with biblatex in addition to BibTeX. @@ -6996,8 +7040,8 @@ A.4 Frequently Asked Questions possibly made to work by updating the 'xemacs-base' package through the XEmacs package system. If you are looking for a recommendation, it would appear that the smoothest working platform - on all operating systems at the current point of time would be Emacs 22 - or higher. + on all operating systems at the current point of time would be + Emacs 22 or higher. Our success with XEmacs has been less than convincing. Code for core functionality like formatting and syntax highlighting tends to @@ -7307,7 +7351,7 @@ Key Index * C-c C-a: Starting a Command. (line 59) * C-c C-b: Starting a Command. (line 35) * C-c C-c: Starting a Command. (line 13) -* C-c C-d: Multifile. (line 97) +* 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 C-b: Editing Facilities. (line 73) @@ -7362,7 +7406,7 @@ Key Index * C-c <LFD> <1>: Tabular-like. (line 29) * C-c ]: Environments. (line 102) * C-c ^: Control. (line 18) -* C-c _: Multifile. (line 69) +* C-c _: Multifile. (line 72) * C-c `: Debugging. (line 12) * C-c {: Quotes. (line 119) * C-c ~: Mathematics. (line 12) @@ -7509,7 +7553,7 @@ Function Index * TeX-insert-quote: Quotes. (line 14) * TeX-interactive-mode: Processor Options. (line 29) * TeX-kill-job: Control. (line 9) -* TeX-master-file-ask: Multifile. (line 68) +* TeX-master-file-ask: Multifile. (line 71) * TeX-narrow-to-group: Narrowing. (line 13) * TeX-next-error: Debugging. (line 11) * TeX-normal-mode: Parsing Files. (line 43) @@ -7518,7 +7562,8 @@ Function Index * TeX-previous-error: Debugging. (line 26) * TeX-read-key-val: Adding Macros. (line 243) * TeX-recenter-output-buffer: Control. (line 13) -* TeX-save-document: Multifile. (line 96) +* TeX-revert-document-buffer: Modes and Hooks. (line 38) +* TeX-save-document: Multifile. (line 99) * TeX-source-correlate-mode: Processor Options. (line 36) * TeX-source-correlate-mode <1>: I/O Correlation. (line 12) * TeX-toggle-debug-bad-boxes: Debugging. (line 46) @@ -7543,6 +7588,7 @@ Variable Index * ConTeXt-clean-intermediate-suffixes: Cleaning. (line 7) * ConTeXt-clean-output-suffixes: Cleaning. (line 7) * ConTeXt-engine: Processor Options. (line 106) +* ConTeXt-Mark-version: Processor Options. (line 183) * ConTeXt-mode-hook: Modes and Hooks. (line 21) * ConTeXt-Omega-engine: Processor Options. (line 106) * docTeX-clean-intermediate-suffixes: Cleaning. (line 7) @@ -7703,7 +7749,7 @@ Variable Index * 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) + (line 39) * 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) @@ -7723,13 +7769,16 @@ Variable Index * TeX-auto-save: Parsing Files. (line 40) * TeX-auto-untabify: Parsing Files. (line 57) * TeX-brace-indent-level: Indenting. (line 102) -* TeX-check-engine: Processor Options. (line 136) +* TeX-check-engine: Processor Options. (line 149) * TeX-check-path: Selecting a Command. (line 67) +* TeX-check-TeX: Processor Options. (line 134) +* TeX-check-TeX-command-not-found: Processor Options. (line 135) * TeX-clean-confirm: Cleaning. (line 26) * TeX-close-quote: Quotes. (line 25) * TeX-command: Processor Options. (line 106) +* TeX-command <1>: Processor Options. (line 135) * TeX-command-default: Selecting a Command. (line 42) -* TeX-command-extra-options: Processor Options. (line 144) +* TeX-command-extra-options: Processor Options. (line 157) * TeX-command-list: Starting a Command. (line 16) * TeX-command-list <1>: Starting a Command. (line 32) * TeX-command-list <2>: Selecting a Command. (line 14) @@ -7752,7 +7801,7 @@ Variable Index * TeX-error-overview-open-after-TeX-run: Error overview. (line 23) * TeX-error-overview-setup: Error overview. (line 32) * TeX-expand-list: Selecting a Command. (line 14) -* TeX-file-line-error: Processor Options. (line 164) +* TeX-file-line-error: Processor Options. (line 177) * TeX-file-recurse: Automatic. (line 44) * TeX-fold-auto: Folding. (line 71) * TeX-fold-command-prefix: Folding. (line 146) @@ -7796,7 +7845,7 @@ Variable Index * TeX-newline-function: Indenting. (line 29) * TeX-newline-function <1>: Indenting. (line 110) * TeX-Omega-command: Processor Options. (line 106) -* TeX-one-master: Multifile. (line 55) +* 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) @@ -7808,8 +7857,8 @@ Variable Index * TeX-quote-language-alist: European. (line 126) * TeX-region: Starting a Command. (line 32) * TeX-region <1>: Starting a Command. (line 65) -* TeX-save-query: Multifile. (line 100) -* TeX-show-compilation: Processor Options. (line 157) +* TeX-save-query: Multifile. (line 103) +* TeX-show-compilation: Processor Options. (line 170) * TeX-source-correlate-method: Processor Options. (line 48) * TeX-source-correlate-method <1>: I/O Correlation. (line 21) * TeX-source-correlate-mode: Processor Options. (line 37) @@ -7888,7 +7937,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * 'auctex.el': Loading the package. (line 14) -* 'auctex.el' <1>: Changes. (line 313) +* 'auctex.el' <1>: Changes. (line 331) * 'auto' directories.: Automatic. (line 6) * Auto-Reveal: Folding. (line 6) * Automatic: Automatic. (line 6) @@ -8189,7 +8238,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 313) +* 'tex-site.el' <2>: Changes. (line 331) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -8209,101 +8258,101 @@ Concept Index Tag Table: -Node: Top918 -Node: Copying7266 -Node: Introduction9222 -Node: Summary9492 -Node: Installation12233 -Node: Prerequisites13621 -Node: Configure16489 -Node: Build/install and uninstall21914 -Node: Loading the package22667 -Node: Advice for package providers24488 -Node: Advice for non-privileged users28433 -Node: Installation under MS Windows32391 -Node: Customizing47625 -Node: Quick Start49208 -Ref: Quick Start-Footnote-151198 -Node: Editing Facilities51345 -Node: Processing Facilities56148 -Node: Editing60906 -Node: Quotes62236 -Node: Font Specifiers70504 -Node: Sectioning72330 -Node: Environments76650 -Node: Equations81804 -Node: Floats82395 -Node: Itemize-like83928 -Node: Tabular-like84649 -Node: Customizing Environments86132 -Node: Mathematics86372 -Node: Completion89298 -Node: Marking94621 -Node: Marking (LaTeX)95245 -Node: Marking (Texinfo)96187 -Node: Commenting97797 -Node: Indenting99122 -Node: Filling105158 -Node: Display111030 -Node: Font Locking112642 -Node: Fontification of macros114717 -Node: Fontification of quotes124155 -Node: Fontification of math125650 -Node: Verbatim content127369 -Node: Faces128143 -Node: Known problems128632 -Node: Folding129561 -Node: Outline140385 -Node: Narrowing141657 -Node: Processing142707 -Node: Commands143870 -Node: Starting a Command144426 -Node: Selecting a Command149329 -Node: Processor Options152855 -Node: Viewing161392 -Node: Starting Viewers161766 -Node: I/O Correlation168343 -Node: Debugging171789 -Node: Error overview174813 -Node: Checking176590 -Node: Control177752 -Node: Cleaning178479 -Node: Documentation179692 -Node: Customization180472 -Node: Modes and Hooks180965 -Node: Multifile182700 -Node: Parsing Files187379 -Node: Internationalization192291 -Node: European193472 -Node: Japanese200352 -Node: Automatic202049 -Node: Automatic Global204540 -Node: Automatic Private205672 -Node: Automatic Local206985 -Node: Style Files208016 -Node: Simple Style208809 -Node: Adding Macros212082 -Node: Adding Environments221203 -Node: Adding Other225864 -Node: Hacking the Parser226451 -Node: Appendices230320 -Node: Copying this Manual230704 -Node: GNU Free Documentation License231588 -Node: Changes256707 -Node: Development286986 -Node: Mid-term Goals287632 -Node: Wishlist288849 -Node: Bugs294389 -Node: FAQ295919 -Node: Texinfo mode302092 -Node: Exploiting303228 -Node: Superseding304048 -Node: Mapping308252 -Node: Unbinding310081 -Node: Indices310902 -Node: Key Index311127 -Node: Function Index317232 -Node: Variable Index327750 -Node: Concept Index348785 +Node: Top916 +Node: Copying7264 +Node: Introduction9220 +Node: Summary9490 +Node: Installation12231 +Node: Prerequisites13619 +Node: Configure16487 +Node: Build/install and uninstall21912 +Node: Loading the package22665 +Node: Advice for package providers24486 +Node: Advice for non-privileged users28431 +Node: Installation under MS Windows32389 +Node: Customizing47623 +Node: Quick Start49206 +Ref: Quick Start-Footnote-151196 +Node: Editing Facilities51343 +Node: Processing Facilities56146 +Node: Editing60904 +Node: Quotes62234 +Node: Font Specifiers70502 +Node: Sectioning72328 +Node: Environments76648 +Node: Equations81802 +Node: Floats82393 +Node: Itemize-like83926 +Node: Tabular-like84647 +Node: Customizing Environments86130 +Node: Mathematics86370 +Node: Completion89296 +Node: Marking94619 +Node: Marking (LaTeX)95243 +Node: Marking (Texinfo)96185 +Node: Commenting97795 +Node: Indenting99120 +Node: Filling105156 +Node: Display111028 +Node: Font Locking112640 +Node: Fontification of macros114715 +Node: Fontification of quotes124153 +Node: Fontification of math125648 +Node: Verbatim content127367 +Node: Faces128141 +Node: Known problems128630 +Node: Folding129559 +Node: Outline140383 +Node: Narrowing141655 +Node: Processing142705 +Node: Commands143868 +Node: Starting a Command144424 +Node: Selecting a Command149327 +Node: Processor Options152853 +Node: Viewing162506 +Node: Starting Viewers162880 +Node: I/O Correlation169457 +Node: Debugging172903 +Node: Error overview175927 +Node: Checking177704 +Node: Control178866 +Node: Cleaning179593 +Node: Documentation180806 +Node: Customization181586 +Node: Modes and Hooks182079 +Node: Multifile183905 +Node: Parsing Files188717 +Node: Internationalization193629 +Node: European194810 +Node: Japanese201690 +Node: Automatic203387 +Node: Automatic Global205878 +Node: Automatic Private207010 +Node: Automatic Local208323 +Node: Style Files209354 +Node: Simple Style210147 +Node: Adding Macros213420 +Node: Adding Environments222541 +Node: Adding Other227202 +Node: Hacking the Parser227789 +Node: Appendices231658 +Node: Copying this Manual232042 +Node: GNU Free Documentation License232924 +Node: Changes258043 +Node: Development289109 +Node: Mid-term Goals289755 +Node: Wishlist290972 +Node: Bugs296512 +Node: FAQ298042 +Node: Texinfo mode304215 +Node: Exploiting305351 +Node: Superseding306171 +Node: Mapping310375 +Node: Unbinding312204 +Node: Indices313025 +Node: Key Index313250 +Node: Function Index319355 +Node: Variable Index329946 +Node: Concept Index351273 End Tag Table diff --git a/latex/preview.sty b/latex/preview.sty index 326f60f..71bc193 100644 --- a/latex/preview.sty +++ b/latex/preview.sty @@ -26,7 +26,7 @@ \NeedsTeXFormat{LaTeX2e} \def\reserved@a #1#2$#3: #4${\xdef#1{\reserved@c #2#4 $}} \def\reserved@c #1 #2${#1} \begingroup \catcode`\_=12 -\reserved@a\pr@version $Name: release_11_88 $ \ifx\pr@version\@empty +\reserved@a\pr@version $Name: release_11_89 $ \ifx\pr@version\@empty \reserved@a\pr@version CVS-$Revision: 1.126 $ \endgroup \else \def\next release_{} \lccode`\_=`. \edef\next{\lowercase{\endgroup diff --git a/preview-latex.info b/preview-latex.info index e43814d..373eaec 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -1,8 +1,8 @@ -This is preview-latex.info, produced by makeinfo version 5.2 from +This is preview-latex.info, produced by makeinfo version 6.0 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 11.88.9 from 2015-10-19). +(version 11.89 from 2015-11-13). 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.9 from 2015-10-19). +(version 11.89 from 2015-11-13). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. @@ -2520,41 +2520,41 @@ Index Tag Table: -Node: Top943 -Node: Copying2215 -Node: Introduction2669 -Node: What use is it?3343 -Node: Activating preview-latex4732 -Node: Getting started5547 -Node: Basic modes of operation7635 -Node: More documentation8837 -Node: Availability9725 -Node: Contacts10330 -Node: Installation11602 -Node: Keys and lisp11803 -Node: Simple customization18467 -Node: Known problems24227 -Node: Font problems with Dvips25015 -Node: Too small bounding boxes26188 -Node: x-symbol interoperation27584 -Node: Middle-clicks paste instead of toggling28967 -Node: For advanced users29783 -Node: The LaTeX style file30282 -Node: Package options32843 -Node: Provided commands43747 -Node: The Emacs interface51094 -Node: The preview images60265 -Node: Misplaced previews63748 -Node: ToDo67202 -Node: Frequently Asked Questions71973 -Node: Introduction to FAQ72374 -Node: Requirements72713 -Node: Installation Trouble75684 -Node: Customization78246 -Node: Troubleshooting81791 -Node: Other formats84309 -Node: Copying this Manual85624 -Node: GNU Free Documentation License86554 -Node: Index111676 +Node: Top941 +Node: Copying2213 +Node: Introduction2667 +Node: What use is it?3341 +Node: Activating preview-latex4730 +Node: Getting started5545 +Node: Basic modes of operation7633 +Node: More documentation8835 +Node: Availability9723 +Node: Contacts10328 +Node: Installation11600 +Node: Keys and lisp11801 +Node: Simple customization18465 +Node: Known problems24225 +Node: Font problems with Dvips25013 +Node: Too small bounding boxes26186 +Node: x-symbol interoperation27582 +Node: Middle-clicks paste instead of toggling28965 +Node: For advanced users29781 +Node: The LaTeX style file30280 +Node: Package options32841 +Node: Provided commands43745 +Node: The Emacs interface51092 +Node: The preview images60263 +Node: Misplaced previews63746 +Node: ToDo67200 +Node: Frequently Asked Questions71971 +Node: Introduction to FAQ72372 +Node: Requirements72711 +Node: Installation Trouble75682 +Node: Customization78244 +Node: Troubleshooting81789 +Node: Other formats84307 +Node: Copying this Manual85622 +Node: GNU Free Documentation License86550 +Node: Index111672 End Tag Table diff --git a/tex-site.el b/tex-site.el index 4e9843d..5a12714 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.9" +(defconst AUCTeX-version "11.89" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2015-10-19" +(defconst AUCTeX-date "2015-11-13" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer