emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116135: * doc/misc/emacs-mime.texi (time-date): Use


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116135: * doc/misc/emacs-mime.texi (time-date): Use float-time.
Date: Fri, 24 Jan 2014 03:58:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116135
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-23 19:57:53 -0800
message:
  * doc/misc/emacs-mime.texi (time-date): Use float-time.
  
  * etc/NEWS: Related edit.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/emacs-mime.texi       
emacsmime.texi-20091113204419-o5vbwnq5f7feedwu-6297
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2014-01-22 21:50:47 +0000
+++ b/doc/misc/ChangeLog        2014-01-24 03:57:53 +0000
@@ -1,3 +1,7 @@
+2014-01-24  Glenn Morris  <address@hidden>
+
+       * emacs-mime.texi (time-date): Use float-time.
+
 2014-01-22  David Engster  <address@hidden>
 
        * eieio.texi (Introduction): Move introductory paragraph about

=== modified file 'doc/misc/emacs-mime.texi'
--- a/doc/misc/emacs-mime.texi  2014-01-01 08:31:29 +0000
+++ b/doc/misc/emacs-mime.texi  2014-01-24 03:57:53 +0000
@@ -1511,7 +1511,7 @@
 (date-to-time "Sat Sep 12 12:21:54 1998 +0200")
 @result{} (13818 19266)
 
-(time-to-seconds '(13818 19266))
+(float-time '(13818 19266))
 @result{} 905595714.0
 
 (seconds-to-time 905595714.0)
@@ -1583,9 +1583,8 @@
 @item date-to-time
 Take a date and return a time.
 
address@hidden time-to-seconds
-Take a time and return seconds.  Note that Emacs has a built-in
-function, @code{float-time}, that does this.
address@hidden float-time
+Take a time and return seconds.  (This is a built-in function.)
 
 @item seconds-to-time
 Take seconds and return a time.

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-24 03:34:31 +0000
+++ b/etc/NEWS  2014-01-24 03:57:53 +0000
@@ -1263,7 +1263,8 @@
 `:coding-type' attribute and can be accessed by calling the
 `coding-system-type' function.)
 
-** `time-to-seconds' is not obsolete any more.
+---
+** The `time-to-seconds' alias to `float-time' is no longer marked obsolete.
 
 +++
 ** New functions `group-gid' and `group-real-gid'.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]