branch: elpa commit 75738131d62a96f061420941f18f36c14ff86bbd Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Release GNU AUCTeX 11.89.3 * Version 11.89.3 released. foo --- auctex.el | 3 ++- auctex.info | 42 +++++++++++++++++++++++------------------- preview-latex.info | 4 ++-- tex-site.el | 2 +- 4 files changed, 28 insertions(+), 23 deletions(-) diff --git a/auctex.el b/auctex.el index 4ce1946..ca3a900 100644 --- a/auctex.el +++ b/auctex.el @@ -2,9 +2,10 @@ ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc. -;; Version: 11.89.2 +;; Version: 11.89.3 ;; URL: http://www.gnu.org/software/auctex/ ;; Maintainer: auctex-de...@gnu.org +;; Notifications-To: auctex-di...@gnu.org ;; This file is part of GNU Emacs. diff --git a/auctex.info b/auctex.info index 501ee53..6d80d24 100644 --- a/auctex.info +++ b/auctex.info @@ -1,6 +1,6 @@ This is auctex.info, produced by makeinfo version 6.1 from auctex.texi. -This manual is for AUCTeX (version 11.89.2 from 2016-03-26), a +This manual is for AUCTeX (version 11.89.3 from 2016-03-30), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2016 Free Software @@ -5532,7 +5532,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 11.89.2 from 2016-03-26), a + This manual is for AUCTeX (version 11.89.3 from 2016-03-30), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2016 Free Software @@ -6042,6 +6042,10 @@ A.2 Changes and New Features News since 11.89 ---------------- + * AUCTeX now has limited support for the TikZ package. For the + moment, this includes some basic support for prompting the user of + arguments to the '\draw' macro. + * When inserting a new float, AUCTeX will now prompt for a short-caption if the length of the caption provided is greater than a certain size. This size is controlled via a new user option @@ -8033,7 +8037,7 @@ Concept Index (line 6) * ASCII pTeX <1>: Japanese. (line 6) * auctex.el: Loading the package. (line 14) -* auctex.el <1>: Changes. (line 368) +* auctex.el <1>: Changes. (line 372) * auto directories.: Automatic. (line 6) * Auto-Reveal: Folding. (line 6) * Automatic: Automatic. (line 6) @@ -8334,7 +8338,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 368) +* tex-site.el <2>: Changes. (line 372) * tool bar, toolbar: Processing. (line 11) * Trailer: Commands. (line 6) * Underfull boxes: Debugging. (line 6) @@ -8436,20 +8440,20 @@ Node: Appendices234034 Node: Copying this Manual234418 Node: GNU Free Documentation License235302 Node: Changes260421 -Node: Development292949 -Node: Mid-term Goals293595 -Node: Wishlist294812 -Node: Bugs300352 -Node: FAQ301882 -Node: Texinfo mode308055 -Node: Exploiting309191 -Node: Superseding310011 -Node: Mapping314215 -Node: Unbinding316044 -Node: Indices316865 -Node: Key Index317090 -Node: Function Index323268 -Node: Variable Index333932 -Node: Concept Index355631 +Node: Development293126 +Node: Mid-term Goals293772 +Node: Wishlist294989 +Node: Bugs300529 +Node: FAQ302059 +Node: Texinfo mode308232 +Node: Exploiting309368 +Node: Superseding310188 +Node: Mapping314392 +Node: Unbinding316221 +Node: Indices317042 +Node: Key Index317267 +Node: Function Index323445 +Node: Variable Index334109 +Node: Concept Index355808 End Tag Table diff --git a/preview-latex.info b/preview-latex.info index e609658..732b9594a 100644 --- a/preview-latex.info +++ b/preview-latex.info @@ -2,7 +2,7 @@ This is preview-latex.info, produced by makeinfo version 6.1 from preview-latex.texi. This manual is for preview-latex, a LaTeX preview mode for AUCTeX -(version 11.89.2 from 2016-03-26). +(version 11.89.3 from 2016-03-30). 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.89.2 from 2016-03-26). +(version 11.89.3 from 2016-03-30). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index fd0f451..03324fc 100644 --- a/tex-site.el +++ b/tex-site.el @@ -148,7 +148,7 @@ set it with `TeX-modes-set'." `(TeX-modes-set ',var ,var t)) (setq list (cdr list)))))) ) -(defconst AUCTeX-version "11.89.2" +(defconst AUCTeX-version "11.89.3" "AUCTeX version. If not a regular release, the date of the last change.")