branch: main commit 22b9d6ab29cf6139b42709ee40fbccedf6f793d9 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Version 11.88.7 released. --- ChangeLog | 2 ++ auctex.el | 2 +- auctex.info | 4 ++-- preview-latex.info | 4 ++-- tex-site.el | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cc76566..e626c054 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-08-07 Tassilo Horn <t...@gnu.org> + * Version 11.88.7 released. + * latex.el (TeX-latex-mode): Call `LaTeX-preview-setup' unconditionally instead of calling it from `LaTeX-mode-hook' which breaks things if that hook is customized (bug#21188). diff --git a/auctex.el b/auctex.el index 6d29dbeb..5d61c9ec 100644 --- a/auctex.el +++ b/auctex.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc. -;; Version: 11.88.6 +;; Version: 11.88.7 ;; URL: http://www.gnu.org/software/auctex/ ;; Maintainer: auctex-devel@gnu.org diff --git a/auctex.info b/auctex.info index 50a5539d..fbc425d0 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.6 from 2015-05-08), a +This manual is for AUCTeX (version 11.88.7 from 2015-08-07), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software @@ -5375,7 +5375,7 @@ A.1 Copying this Manual The copyright notice for this manual is: - This manual is for AUCTeX (version 11.88.6 from 2015-05-08), a + This manual is for AUCTeX (version 11.88.7 from 2015-08-07), a sophisticated TeX environment for Emacs. Copyright (C) 1992-1995, 2001, 2002, 2004-2014 Free Software diff --git a/preview-latex.info b/preview-latex.info index 06c211d8..4c34297f 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.6 from 2015-05-08). +(version 11.88.7 from 2015-08-07). 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.6 from 2015-05-08). +(version 11.88.7 from 2015-08-07). Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. diff --git a/tex-site.el b/tex-site.el index b27b9ba4..65e6f905 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.6" +(defconst AUCTeX-version "11.88.7" "AUCTeX version. If not a regular release, the date of the last change.") -(defconst AUCTeX-date "2015-05-08" +(defconst AUCTeX-date "2015-09-07" "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.") ;; Store bibitems when saving a BibTeX buffer