]> git.eshelyaron.com Git - emacs.git/commit
Rename 'display-time-world' to 'world-clock' (Bug#40863)
authorStefan Kangas <stefankangas@gmail.com>
Sat, 2 May 2020 14:08:33 +0000 (16:08 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 18 Aug 2020 18:16:51 +0000 (20:16 +0200)
commitd8d04e309d0752a0eb9505889ef99d96b0c63d20
treeec7fd2541ca432e65840232b77d9d675506f9ac6
parent64da2e80966049222486c3f9f1757504c3a42331
Rename 'display-time-world' to 'world-clock' (Bug#40863)

* lisp/time.el (world-clock-list, world-clock-time-format)
(world-clock-buffer-name, world-clock-timer-enable)
(world-clock-timer-second, world-clock-label, world-clock-mode)
(world-clock-display, world-clock, world-clock-update): Rename
from 'display-time-world-*' and update all uses.

(world-clock): New defgroup.
(zoneinfo-style-world-list, legacy-style-world-list): Use :group
'world-clock'.

(display-time-world-list, display-time-world-time-format)
(display-time-world-buffer-name)
(display-time-world-timer-enable)
(display-time-world-timer-second): Make into obsolete variable
aliases for the new names.

* lisp/time.el (display-time-world-mode)
(display-time-world-display, display-time-world)
(display-time-world-timer): Make into obsolete function aliases
for the new names.

* etc/NEWS: Announce the above changes.
etc/NEWS
lisp/time.el