index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
timer.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved to emacs-lisp/.
Juanma Barranquero
2003-05-30
1
-479
/
+0
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-1
/
+1
*
(timer-inc-time): Doc fix.
Richard M. Stallman
2002-07-18
1
-1
/
+1
*
(timer-set-time-with-usecs): Mark obsolete.
Juanma Barranquero
2002-07-17
1
-0
/
+3
*
(timer-set-time, timer-set-time-with-usecs): Fix docstring.
Juanma Barranquero
2002-07-16
1
-2
/
+2
*
(timer-set-time-with-usecs): Fix documentation. Simplify extraction of time d...
Juanma Barranquero
2002-07-12
1
-4
/
+5
*
(timer-relative-time): Fix computation for negative `micro'.
Gerd Moellmann
2001-10-05
1
-2
/
+4
*
Some fixes to follow coding conventions in files maintained by FSF.
Pavel JanÃk
2001-07-15
1
-0
/
+473
*
properly mark Attic files as deleted
Ken Raeburn
2001-07-06
1
-473
/
+0
*
(run-with-idle-timer): Undo last change, so that timer
Andrew Innes
2000-08-30
1
-1
/
+1
*
(timer-activate-when-idle): Add optional parameter
Andrew Innes
2000-07-24
1
-4
/
+7
*
(run-with-idle-timer): Doc fix.
Richard M. Stallman
2000-07-19
1
-2
/
+4
*
(timer-event-handler): Reactivate timer first,
Richard M. Stallman
1997-08-28
1
-5
/
+7
*
(timer-event-handler): Take timer as arg directly.
Richard M. Stallman
1997-05-09
1
-12
/
+5
*
(timer-until): Fix syntax error.
Karl Heuer
1997-04-14
1
-1
/
+1
*
New function.
Richard M. Stallman
1997-04-14
1
-0
/
+20
*
(timer-next-integral-multiple-of-time): Doc fix.
Richard M. Stallman
1996-12-10
1
-2
/
+3
*
(cancel-function-timers): Add autoload.
Richard M. Stallman
1996-10-08
1
-0
/
+1
*
(cancel-timer): Add autoload cookie.
Richard M. Stallman
1996-10-07
1
-0
/
+2
*
(timer-next-integral-multiple-of-time): New function.
Paul Eggert
1996-09-03
1
-5
/
+40
*
(run-at-time): Doc fix.
Paul Eggert
1996-09-03
1
-1
/
+1
*
(run-at-time): Allow floating REPEAT values.
Richard M. Stallman
1996-04-04
1
-1
/
+1
*
(timer-event-handler): Save copies of events too.
Richard M. Stallman
1996-04-02
1
-1
/
+1
*
(timer-event-handler): Inhibit quitting.
Richard M. Stallman
1996-03-27
1
-1
/
+10
*
(timer-set-time): Don't set usecs to nil.
Richard M. Stallman
1996-03-24
1
-3
/
+10
*
(timer-set-time, timer-set-time-with-usecs): Doc fix.
Richard M. Stallman
1996-02-28
1
-46
/
+47
*
Comment change.
Richard M. Stallman
1996-02-26
1
-1
/
+1
*
(run-with-idle-timer): New function.
Karl Heuer
1996-02-21
1
-4
/
+62
*
(run-at-time): Doc fix.
Roland McGrath
1996-02-07
1
-1
/
+2
*
(run-at-time): Handle numbers as relative times in seconds, as the original
Roland McGrath
1996-02-07
1
-0
/
+4
*
(run-with-timer): Set repetition interval.
Richard M. Stallman
1996-02-02
1
-1
/
+1
*
Initial revision
Richard M. Stallman
1996-01-31
1
-41
/
+152
*
(run-after-delay): Add autoload cookie.
Richard M. Stallman
1996-01-29
1
-4
/
+6
*
Sun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu>
Richard M. Stallman
1996-01-29
1
-146
/
+184
*
Update FSF's address.
Erik Naggum
1996-01-14
1
-2
/
+3
*
(timer-process-filter): No need for save-match-data.
Richard M. Stallman
1994-11-22
1
-29
/
+28
*
(timer-process-filter): Use save-match-data.
Richard M. Stallman
1994-11-17
1
-28
/
+29
*
Finish installing previous change.
Richard M. Stallman
1994-10-21
1
-1
/
+9
*
(timer-error, timer-abnormal-termination,
Richard M. Stallman
1994-10-21
1
-14
/
+31
*
(run-at-time): If REPEAT is 0, don't repeat.
Richard M. Stallman
1994-06-24
1
-1
/
+3
*
Update copyright.
Karl Heuer
1994-05-03
1
-1
/
+1
*
(timer-kill-emacs-hook): New function.
Richard M. Stallman
1994-04-06
1
-0
/
+11
*
Apply typo patches from Paul Eggert.
Jim Blandy
1993-06-09
1
-1
/
+1
*
(run-at-time): Pass args to start-process in right order.
Richard M. Stallman
1993-05-31
1
-2
/
+3
*
(cancel-function-timers): Renamed from spurious duplicate
Richard M. Stallman
1993-05-29
1
-2
/
+2
*
* timer.el (timer-program): New defconst.
Jim Blandy
1993-04-01
1
-2
/
+10
*
Added or corrected Commentary section
Eric S. Raymond
1993-03-22
1
-0
/
+6
*
(run-at-time): Allow an integer as TIME.
Richard M. Stallman
1993-03-09
1
-9
/
+24
*
* timer.el (run-at-time): Doc fix.
Jim Blandy
1993-03-02
1
-1
/
+13
*
Use process-send-string instead of send-string.
Michael I. Bushnell
1993-01-08
1
-1
/
+1
[next]