# HG changeset patch # User Miles Bader # Date 1128434117 0 # Node ID 4f45bcb69451baa06ffa8402aa767f843703d314 # Parent 907b956a6bb2ff2a01b1160a526f2f550eb699f3 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-572 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 129-130) - Update from CVS 2005-09-30 Katsumi Yamaoka * lisp/gnus/time-date.el: Autoload parse-time-string, XEmacs needs it. diff -r 907b956a6bb2 -r 4f45bcb69451 lisp/calendar/time-date.el --- a/lisp/calendar/time-date.el Tue Oct 04 09:21:09 2005 +0000 +++ b/lisp/calendar/time-date.el Tue Oct 04 13:55:17 2005 +0000 @@ -91,6 +91,7 @@ ((eq type 1) (list high low)) ((eq type 2) (list high low micro)))) +(autoload 'parse-time-string "parse-time") (autoload 'timezone-make-date-arpa-standard "timezone") ;;;###autoload diff -r 907b956a6bb2 -r 4f45bcb69451 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Oct 04 09:21:09 2005 +0000 +++ b/lisp/gnus/ChangeLog Tue Oct 04 13:55:17 2005 +0000 @@ -1,3 +1,7 @@ +2005-09-30 Katsumi Yamaoka + + * time-date.el: Autoload parse-time-string, XEmacs needs it. + 2005-09-30 Stefan Monnier * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode