1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00: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 Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cvs-status.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
diff-mode.el Improve documentation of 'diff-font-lock-prettify' 2019-08-13 18:16:51 +03:00
diff.el Check labels in smerge-mode 2019-06-25 23:23:01 +02:00
ediff-diff.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-help.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-hook.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-init.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-merg.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-mult.el Add FIXMEs for subsecond support 2019-08-17 15:43:05 -07:00
ediff-ptch.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-util.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-vers.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff-wind.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
ediff.el * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanup 2019-06-21 01:16:54 -04:00
emerge.el * lisp/vc/emerge.el: Use lexical-binding 2018-04-03 23:17:30 -04:00
log-edit.el Improved ChangeLog generation for vc log (Bug#16301) 2019-08-03 20:14:52 -04:00
log-view.el ; Revert "Publicize behavior of log-view-diff at beginning/end of active region" 2019-06-10 03:58:53 +03:00
pcvs-defs.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcvs-info.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcvs-parse.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcvs-util.el * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete 2019-06-21 10:30:50 -04:00
pcvs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
smerge-mode.el Check labels in smerge-mode 2019-06-25 23:23:01 +02:00
vc-annotate.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-bzr.el Include the date in the bzr annotation buffer 2019-06-27 21:00:36 +02:00
vc-cvs.el New function time-convert 2019-08-05 18:37:29 -07:00
vc-dav.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
vc-dir.el * lisp/vc/vc-dir.el (vc-dir-search): Remove lambda. 2019-07-16 01:12:12 +03:00
vc-dispatcher.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-filewise.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
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 Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-mtn.el Add standard unmatchable regexp 2019-05-15 18:55:27 +02:00
vc-rcs.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-sccs.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-src.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
vc-svn.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
vc.el * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644). 2019-07-25 02:21:28 +03:00