1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
emacs/lisp/erc
Paul Eggert e2f785991d Simplify now that float-time etc. are built-in
This was prompted by warnings about calls to now-obsolete functions.
* lisp/calendar/time-date.el (encode-time-value):
Use setq rather than a recursive call, to avoid a warning
about calling this obsolete function.
* lisp/calendar/time-date.el (encode-time-value)
(with-decoded-time-value, time-to-seconds, time-to-number-of-days):
* lisp/erc/erc.el (erc-emacs-time-to-erc-time):
* lisp/net/rcirc.el (rcirc-float-time):
* lisp/org/org-compat.el (org-float-time):
Simplify now that time-add and float-time are now built-in.
* lisp/calendar/time-date.el (time-add, time-subtract, time-less-p):
* lisp/net/newst-backend.el (time-add):
* lisp/org/org.el (time-subtract):
Remove backward-compatibility definitions; they are now built-in.
* lisp/calendar/timeclock.el (timeclock-time-to-seconds)
(timeclock-seconds-to-time):
* lisp/net/rcirc.el (rcirc-float-time):
* lisp/org/org-compat.el (org-float-time):
Now obsolete, since callers can just use float-time and
seconds-to-time.  All uses changed.
* lisp/emacs-lisp/ert.el (ert-results-pop-to-timings):
* lisp/gnus/gnus-art.el (article-lapsed-string):
* lisp/gnus/gnus-diary.el (gnus-user-format-function-d):
* lisp/gnus/gnus-group.el (gnus-group-timestamp-delta):
* lisp/gnus/nndiary.el (nndiary-compute-reminders):
* lisp/net/tramp.el (tramp-time-diff):
* lisp/org/org-clock.el (org-clock-timestamps-change):
Prefer the time-subtract builtin to the subtract-time alias.
* lisp/files.el (dir-locals-find-file, dir-locals-read-from-dir):
* test/lisp/character-fold-tests.el (character-fold--speed-test):
Prefer the float-time builtin to the time-to-seconds alias.
* lisp/org/org-agenda.el, lisp/org/org-clock.el, lisp/org/org-list.el:
* lisp/org/org-timer.el, lisp/org/org.el:
Adjust to org-float-time deprecation.
2016-05-08 12:46:22 -07:00
..
ChangeLog.1 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ChangeLog.2 Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-autoaway.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-backend.el * lisp/erc/erc-backend.el: Use lexical-binding. Silence byte-compiler 2016-04-02 15:38:54 -04:00
erc-button.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-capab.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-compat.el Deterministic build improvements 2016-03-02 10:24:11 -08:00
erc-dcc.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-desktop-notifications.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-ezbounce.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-fill.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-goodies.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-ibuffer.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-identd.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-imenu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-join.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-lang.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-list.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-log.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-match.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-menu.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-netsplit.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-networks.el Improve the custom type of some user options. 2016-01-30 11:51:10 -08:00
erc-notify.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-page.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-pcomplete.el Make complection in erc use consistent casing 2016-02-04 17:03:34 +11:00
erc-replace.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-ring.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-services.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-sound.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-speedbar.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-spelling.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-stamp.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-track.el Prefer 'font-lock-face to 'face in erc where appropriate 2016-04-07 14:23:18 +02:00
erc-truncate.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc-xdcc.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
erc.el Simplify now that float-time etc. are built-in 2016-05-08 12:46:22 -07:00