Changes committed gnus/texi (ChangeLog emacs-mime.texi)

"Katsumi Yamaoka" <[email protected]> Wed, 09 Sep 2009 12:11:52 +0200
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog emacs-mime.texi

2009-09-02  Glenn Morris  <[email protected]>

	* emacs-mime.texi (time-date): Mention float-time.


Index: ChangeLog
diff -u gnus/texi/ChangeLog:7.451 gnus/texi/ChangeLog:7.452
--- ChangeLog:7.451	Wed Sep  2 12:53:53 2009
+++ ChangeLog	Wed Sep  9 12:11:52 2009
@@ -2,6 +2,10 @@
 
 	* auth.texi (Help for users): Corrected markup.
 
+2009-09-02  Glenn Morris  <[email protected]>
+
+	* emacs-mime.texi (time-date): Mention float-time.
+
 2009-08-28  Teodor Zlatanov  <[email protected]>
 
 	* auth.texi: Rewritten for coverage and clarity.
Index: emacs-mime.texi
diff -u gnus/texi/emacs-mime.texi:7.43 gnus/texi/emacs-mime.texi:7.44
--- emacs-mime.texi:7.43	Wed Aug 12 10:27:57 2009
+++ emacs-mime.texi	Wed Sep  9 12:11:52 2009
@@ -1581,7 +1581,8 @@
 Take a date and return a time.
 
 @item time-to-seconds
-Take a time and return seconds.
+Take a time and return seconds.  Note that Emacs has a built-in
+function, @code{float-time}, that does this.
 
 @item seconds-to-time
 Take seconds and return a time.