1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00
emacs/lisp/vc
Paul Eggert c90a420779 Add FIXMEs for subsecond support
This adds FIXMEs to areas where Lisp code should support
subsecond information in broken-down timestamps.
It also fixes some unnecessary truncation of timestamps, and
ports the code to a hypothetical future Emacs version where
(decode-time) returns subsecond timestamps by default.
* lisp/calc/calc-forms.el (calc-time, math-iso-dt-to-date)
(calcFunc-now):
* lisp/calendar/icalendar.el (icalendar--add-decoded-times):
* lisp/calendar/iso8601.el (iso8601-parse-interval):
Truncate seconds to an integer, and add a FIXME about
subseconds support.
* lisp/calendar/icalendar.el (icalendar--decode-isodatetime)
(icalendar--decode-isoduration):
Add a FIXME about subseconds support.
* lisp/gnus/gnus-delay.el (gnus-delay-article):
Don’t truncate seconds to an integer, as there’s no need
to do that here.
* lisp/gnus/gnus-util.el (gnus-seconds-today)
(gnus-seconds-month, gnus-seconds-year):
* lisp/gnus/message.el (message-make-expires-date):
* lisp/org/org-timer.el (org-timer-show-remaining-time):
* lisp/vc/ediff-mult.el (ediff-format-date):
Truncate seconds to an integer, as that’s what’s wanted here.
* lisp/midnight.el (midnight-next):
Ceiling seconds to an integer, as that’s what wanted here.
2019-08-17 15:43:05 -07:00
..
add-log.el Improved ChangeLog generation for vc log (Bug#16301) 2019-08-03 20:14:52 -04:00
compare-w.el
cvs-status.el
diff-mode.el Improve documentation of 'diff-font-lock-prettify' 2019-08-13 18:16:51 +03:00
diff.el
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el Add FIXMEs for subsecond support 2019-08-17 15:43:05 -07:00
ediff-ptch.el
ediff-util.el
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el Improved ChangeLog generation for vc log (Bug#16301) 2019-08-03 20:14:52 -04:00
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el
smerge-mode.el
vc-annotate.el
vc-bzr.el
vc-cvs.el New function time-convert 2019-08-05 18:37:29 -07:00
vc-dav.el
vc-dir.el * lisp/vc/vc-dir.el (vc-dir-search): Remove lambda. 2019-07-16 01:12:12 +03:00
vc-dispatcher.el
vc-filewise.el
vc-git.el * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644). 2019-07-25 02:21:28 +03:00
vc-hg.el New function time-convert 2019-08-05 18:37:29 -07:00
vc-hooks.el
vc-mtn.el
vc-rcs.el
vc-sccs.el
vc-src.el
vc-svn.el
vc.el * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644). 2019-07-25 02:21:28 +03:00