[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (c6ba810 -> b06917a)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (c6ba810 -> b06917a) |
Date: |
Mon, 5 Aug 2019 21:37:35 -0400 (EDT) |
eggert pushed a change to branch master.
from c6ba810 Fix minor Org timestamp inefficiencies
new 89c63b3 New function time-convert
new b06917a decode-time now returns subsec too
Summary of changes:
doc/lispref/elisp.texi | 6 +-
doc/lispref/os.texi | 133 +++++++++++-------
doc/misc/emacs-mime.texi | 25 ++--
etc/NEWS | 25 ++--
lisp/calendar/cal-dst.el | 2 +-
lisp/calendar/icalendar.el | 4 +-
lisp/calendar/iso8601.el | 14 +-
lisp/calendar/parse-time.el | 10 +-
lisp/calendar/time-date.el | 20 ++-
lisp/calendar/timeclock.el | 2 +-
lisp/cedet/ede/detect.el | 2 +-
lisp/completion.el | 2 +-
lisp/ecomplete.el | 2 +-
lisp/emacs-lisp/byte-opt.el | 2 +-
lisp/emacs-lisp/cl-extra.el | 2 +-
lisp/emacs-lisp/elint.el | 2 +-
lisp/emacs-lisp/timer.el | 9 +-
lisp/find-lisp.el | 2 +-
lisp/gnus/gnus-diary.el | 2 +-
lisp/gnus/gnus-group.el | 2 +-
lisp/gnus/gnus-icalendar.el | 2 +-
lisp/gnus/nnrss.el | 2 +-
lisp/gnus/nnspool.el | 2 +-
lisp/net/ntlm.el | 2 +-
lisp/net/pop3.el | 2 +-
lisp/net/soap-client.el | 3 +-
lisp/obsolete/vc-arch.el | 2 +-
lisp/org/org-clock.el | 20 +--
lisp/org/org-id.el | 4 +-
lisp/org/org.el | 6 +-
lisp/org/ox-publish.el | 2 +-
lisp/proced.el | 2 +-
lisp/progmodes/cc-cmds.el | 4 +-
lisp/progmodes/cperl-mode.el | 2 +-
lisp/progmodes/flymake.el | 2 +-
lisp/progmodes/vhdl-mode.el | 4 +-
lisp/simple.el | 3 +
lisp/tar-mode.el | 2 +-
lisp/time.el | 2 +-
lisp/url/url-auth.el | 2 +-
lisp/url/url-util.el | 2 +-
lisp/vc/vc-cvs.el | 4 +-
lisp/vc/vc-hg.el | 2 +-
lisp/xt-mouse.el | 4 +-
src/data.c | 40 +++---
src/lisp.h | 1 +
src/timefns.c | 249 +++++++++++++++++----------------
test/lisp/calendar/icalendar-tests.el | 8 +-
test/lisp/calendar/iso8601-tests.el | 190 ++++++++++++-------------
test/lisp/calendar/parse-time-tests.el | 18 +--
test/lisp/emacs-lisp/timer-tests.el | 6 +-
test/src/timefns-tests.el | 16 ++-
52 files changed, 478 insertions(+), 400 deletions(-)
- [Emacs-diffs] master updated (c6ba810 -> b06917a),
Paul Eggert <=