summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/timer.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* time-convert): Deprecate calls without an explicit FORM argStefan Monnier2022-08-051-1/+1
* timer.el: Avoid repeated timersStefan Monnier2022-08-051-29/+39
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer nil to (current-time) when either will doPaul Eggert2021-12-051-2/+2
* | Clarify the run-at-time documentation about "integral multiple"Lars Ingebrigtsen2021-12-031-2/+10
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-6/+13
* Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-1/+1
* * lisp/emacs-lisp/timer.el (timer-create): Don't inline itStefan Monnier2021-09-041-1/+7
* Make recent timer changes more backwards-compatibleLars Ingebrigtsen2021-09-031-2/+6
* Make run-at-time try harder to run at integral multiplesLars Ingebrigtsen2021-08-311-34/+47
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Simplify run-at-timePaul Eggert2020-03-081-3/+0
* Fix bug with JIT stealth timersPaul Eggert2020-03-071-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Use run-with-idle-timer instead of debounce for responsive image scaling.Juri Linkov2019-11-301-44/+0
* Use new macro debounce-reduce to make mouse scaling of images more responsiveJuri Linkov2019-11-241-0/+44
* New function time-convertPaul Eggert2019-08-051-6/+3
* Use decoded time accessors in timerLars Ingebrigtsen2019-07-301-2/+5
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix rescheduling timers after suspensionEli Zaretskii2019-04-241-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-4/+4
* Simplify use of encode-timePaul Eggert2019-02-101-1/+1
* Prefer encode-time to its aliasPaul Eggert2019-02-101-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve rounding in recent timer fixPaul Eggert2018-10-221-3/+9
* | Fix 'timer-next-integral-multiple-of-time'Eli Zaretskii2018-10-201-1/+1
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-29/+13
* | Fix timer.el minor rounding errorPaul Eggert2018-09-051-5/+5
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-14/+0
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * add-timeout doc fixLars Ingebrigtsen2016-05-011-0/+2
* | Turn on lexical-binding in some more libsMark Oteiza2016-10-311-1/+1
* | add-timeout doc fixLars Ingebrigtsen2016-04-301-0/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* '.' -> `.' in doc stringPaul Eggert2015-09-201-1/+1
* Improve documentation of 'run-at-time'Eli Zaretskii2015-09-201-10/+11
* * lisp/emacs-lisp/timer.el (run-at-time): Docstring formattingArtur Malabarba2015-09-191-12/+19
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+2
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1