On 7/10/2014 8:22 PM, Ivan Andrus wrote:
The version of preview.sty included in the GNU ELPA has the wrong date format.
This has already been fixed in the Git repository: commit f3ef07c4bfab2ebf0183ec0468e45b23feccf77d Author: Tassilo Horn <[email protected]> Date: Mon Apr 8 08:28:10 2013 +0200 Fix for conversion to git. * latex/preview.dtx: Fix date format which got converted from YYYY/MM/DD to YYYY-MM-DD during conversion to git. diff --git a/preview/ChangeLog b/preview/ChangeLog index e0d71fa..07ade79 100644 --- a/preview/ChangeLog +++ b/preview/ChangeLog @@ -1,3 +1,8 @@ +2013-04-08 Tassilo Horn <[email protected]> + + * latex/preview.dtx: Fix date format which got converted from + YYYY/MM/DD to YYYY-MM-DD during conversion to git. + 2012-12-04 Tassilo Horn <[email protected]> Merge revno 314 (Stefan Monnier) from emacs elpa branch: Shorten diff --git a/preview/latex/preview.dtx b/preview/latex/preview.dtx index 97b7a52..57fccf4 100644 --- a/preview/latex/preview.dtx +++ b/preview/latex/preview.dtx @@ -444,7 +444,7 @@ \def\next release_{} \lccode`\_=`. \edef\next{\lowercase{\endgroup \def\noexpand\pr@version{\expandafter\next\pr@version}}} \next \fi -\reserved@a\next $Date: 2010-02-14 16:19:00 $ +\reserved@a\next $Date: 2010/02/14 16:19:00 $ \edef\next{\noexpand\ProvidesPackage{preview}% [\next\space \pr@version\space (AUCTeX/preview-latex)]} \next Ken _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
