mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
c90a420779
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. |
||
---|---|---|
.. | ||
add-log.el | ||
compare-w.el | ||
cvs-status.el | ||
diff-mode.el | ||
diff.el | ||
ediff-diff.el | ||
ediff-help.el | ||
ediff-hook.el | ||
ediff-init.el | ||
ediff-merg.el | ||
ediff-mult.el | ||
ediff-ptch.el | ||
ediff-util.el | ||
ediff-vers.el | ||
ediff-wind.el | ||
ediff.el | ||
emerge.el | ||
log-edit.el | ||
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 | ||
vc-dav.el | ||
vc-dir.el | ||
vc-dispatcher.el | ||
vc-filewise.el | ||
vc-git.el | ||
vc-hg.el | ||
vc-hooks.el | ||
vc-mtn.el | ||
vc-rcs.el | ||
vc-sccs.el | ||
vc-src.el | ||
vc-svn.el | ||
vc.el |