summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/timer-list.el
Commit message (Collapse)AuthorAgeFilesLines
* Rename timer-list to list-timersMark Oteiza2017-09-191-3/+3
| | | | | | | | * doc/emacs/anti.texi (Antinews): * doc/lispref/os.texi (Timers): * etc/NEWS: * lisp/emacs-lisp/timer-list.el: (timer-list-mode): Rename timer-list to list-timers.
* Use cl-print in timer listMark Oteiza2017-09-151-14/+6
| | | | | | | * lisp/emacs-lisp/timer-list.el (timer-list): Use cl-print for handling functions. (timer-list-mode): Capitalize major mode name. Set bidi direction as in tabulated-list-mode.
* Bind n,p in timer-listMark Oteiza2017-09-141-0/+2
| | | | | * lisp/emacs-lisp/timer-list.el (timer-list-mode-map): Bind n and p to next- and previous-line, respectively.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
| | | | | | Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
* Make the revert command in timer-list-mode workLars Ingebrigtsen2016-03-011-1/+2
| | | | | * lisp/emacs-lisp/timer-list.el (timer-list): Make the revert command work.
* Disable 'timer-list'Eli Zaretskii2016-02-091-0/+3
| | | | | * lisp/emacs-lisp/timer-list.el: Make 'timer-list' a disabled command.
* Add a mode to list and cancel timersLars Ingebrigtsen2016-02-091-0/+108
* doc/lispref/os.texi (Timers): Menton `timer-list'. * lisp/emacs-lisp/timer-list.el: New file.