[gnus git] branch master updated: m0-5-151-g9b15bd8 =1= emacs-mime.texi (time-date): Update manual for new time stamp format (Bug#12706)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9b15bd8da247fa3750bd6fbb8dd2ba0b168b4c87 (commit)
from ff71b8e777abf161a8aa1a86084572e2e608db80 (commit)
- Log -----------------------------------------------------------------
commit 9b15bd8da247fa3750bd6fbb8dd2ba0b168b4c87
Author: Paul Eggert <[email protected]>
Date: Wed Oct 24 09:07:15 2012 +0000
emacs-mime.texi (time-date): Update manual for new time stamp format (Bug#12706)
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 2f78637..b6d0f88 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-24 Paul Eggert <[email protected]>
+
+ Update manual for new time stamp format (Bug#12706).
+ * emacs-mime.texi (time-date): Update for new format.
+ Also, fix bogus time stamp and modernize a bit.
+
2012-10-05 Katsumi Yamaoka <[email protected]>
* gnus.texi (Mail Source Specifiers):
diff --git a/texi/emacs-mime.texi b/texi/emacs-mime.texi
index 36df851..ec2741e 100644
--- a/texi/emacs-mime.texi
+++ b/texi/emacs-mime.texi
@@ -1516,16 +1516,16 @@ Here's a bunch of time/date/second/day examples:
@result{} 905595714.0
(seconds-to-time 905595714.0)
-@result{} (13818 19266 0)
+@result{} (13818 19266 0 0)
(time-to-days '(13818 19266))
@result{} 729644
(days-to-time 729644)
-@result{} (961933 65536)
+@result{} (961933 512)
(time-since '(13818 19266))
-@result{} (0 430)
+@result{} (6797 9607 984839 247000)
(time-less-p '(13818 19266) '(13818 19145))
@result{} nil
@@ -1546,7 +1546,7 @@ Here's a bunch of time/date/second/day examples:
(time-to-number-of-days
(time-since
(date-to-time "Mon, 01 Jan 2001 02:22:26 GMT")))
-@result{} 4.146122685185185
+@result{} 4314.095589286675
@end example
And finally, we have @code{safe-date-to-time}, which does the same as
@@ -1561,7 +1561,7 @@ An RFC822 (or similar) date string. For instance: @code{"Sat Sep 12
12:21:54 1998 +0200"}.
@item time
-An internal Emacs time. For instance: @code{(13818 26466)}.
+An internal Emacs time. For instance: @code{(13818 26466 0 0)}.
@item seconds
A floating point representation of the internal Emacs time. For
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 6 ++++++
texi/emacs-mime.texi | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project