Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
96c983e0
Commit
96c983e0
authored
Jan 23, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/misc/emacs-mime.texi (time-date): Use float-time.
* etc/NEWS: Related edit.
parent
aac1f8dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
doc/misc/ChangeLog
doc/misc/ChangeLog
+4
-0
doc/misc/emacs-mime.texi
doc/misc/emacs-mime.texi
+3
-4
etc/NEWS
etc/NEWS
+2
-1
No files found.
doc/misc/ChangeLog
View file @
96c983e0
2014-01-24 Glenn Morris <rgm@gnu.org>
* emacs-mime.texi (time-date): Use float-time.
2014-01-22 David Engster <deng@randomsample.de>
* eieio.texi (Introduction): Move introductory paragraph about
...
...
doc/misc/emacs-mime.texi
View file @
96c983e0
...
...
@@ -1511,7 +1511,7 @@ Here's a bunch of time/date/second/day examples:
(
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 @@ These are the functions available:
@item date
-
to
-
time
Take a date and return a time.
@item time
-
to
-
seconds
Take a time and return seconds. Note that Emacs has a built
-
in
function, @code
{
float
-
time
}
, that does this.
@item float
-
time
Take a time and return seconds.
(
This is a built
-
in function.
)
@item seconds
-
to
-
time
Take seconds and return a time.
...
...
etc/NEWS
View file @
96c983e0
...
...
@@ -1263,7 +1263,8 @@ These attributes are only meaningful for coding-systems of type
`:
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'
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment