summaryrefslogtreecommitdiff
path: root/lisp/time.el
Commit message (Collapse)AuthorAgeFilesLines
* (display-time-hook): Minor doc fix.Richard M. Stallman1997-08-231-2/+2
|
* (display-time-string-forms): Use %M, not %m.Richard M. Stallman1997-07-021-1/+1
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* Customize.Richard M. Stallman1997-05-081-14/+36
| | | | | | (display-time-string-forms): Test display-time-day-and-date and display-time-24hr-format here. (display-time-format): Default value is now nil.
* (display-time-string-forms): Test display-time-day-and-dateRichard M. Stallman1997-05-041-7/+9
| | | | | and display-time-24hr-format here. (display-time-format): Default value is now nil.
* (display-time-event-handler): Use let*.Richard M. Stallman1996-12-181-6/+6
|
* (display-time-event-handler): Fix previous change.Richard M. Stallman1996-12-161-10/+14
|
* (display-time-event-handler): If Don't run the timerRichard M. Stallman1996-12-131-1/+17
| | | | for successive times that are already in the past.
* (display-time-format): New variable.Richard M. Stallman1996-11-071-7/+13
| | | | (display-time-string-forms): Use display-time-format.
* (display-time): Use new run-at-time functionality toPaul Eggert1996-09-031-3/+2
| | | | fix display glitches when display-time-interval != 60.
* (display-time): Call display-time-mode.Richard M. Stallman1996-08-291-18/+40
| | | | (display-time-mode): Take arg or toggle, as a minor mode.
* (display-time): Fix prev change: use display-time-update.Richard M. Stallman1996-07-211-1/+1
|
* (display-time): Call display-time-event-handler directlyRichard M. Stallman1996-07-211-0/+2
| | | | to make the time appear right away.
* (display-time): Starting time should be future, not past.Karl Heuer1996-07-171-4/+3
|
* (display-time): Fix start time for run-at-time.Karl Heuer1996-07-131-1/+4
|
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* (display-time): Use rmail-after-get-new-mail-hook.Richard M. Stallman1996-02-271-1/+1
|
* (display-time): Use run-at-time to start the timer.Richard M. Stallman1996-02-271-7/+4
|
* (display-time-update): New subroutine broken out fromKarl Heuer1996-02-211-4/+13
| | | | | display-time-event-handler. (display-time): Add hook to rmail-get-new-mail-hook.
* (display-time): Rewrite to use built-in timers.Richard M. Stallman1996-02-021-37/+14
| | | | | | | | (display-time-event-handler): Renamed from display-time-filter; now takes no parameters. (display-time-sentinel): Function deleted. (display-time-process): Variable deleted. (display-time-timer): New variable.
* Update FSF's address.Erik Naggum1996-01-141-4/+5
|
* (display-time): make it work under ms-dos by setting theKarl Heuer1995-12-191-12/+19
| | | | | `dos-display-time' variable instead of invoking `wakeup' as asynchronous process (which doesn't work under ms-dos).
* (display-time-filter): Move run-hooks inside let.Richard M. Stallman1995-06-301-2/+4
|
* (display-time-filter):Karl Heuer1995-06-071-2/+3
| | | | Use same instant for both time and time-zone.
* (display-time-sentinel, display-time-filter): Use force-mode-line-update.Karl Heuer1995-04-251-5/+2
|
* (display-time-string-forms): Fix doc string syntax error.Richard M. Stallman1995-01-021-1/+1
|
* (display-time-filter): Ignore mail-spool-file if not string.Richard M. Stallman1994-10-181-2/+4
|
* (display-time-24hr-format): Doc fix.Karl Heuer1994-09-161-11/+18
| | | | (display-time-filter): Reenable code that got deleted during a mispatch.
* (display-time-filter): pm starts at 12, not 13.Richard M. Stallman1994-08-051-1/+1
|
* (display-time-string-forms): New variable.Richard M. Stallman1994-07-311-47/+62
| | | | (display-time-filter): Simplify to use it.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (display-time): Force use of pipe, not pty.Richard M. Stallman1994-04-221-4/+7
|
* (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenvKarl Heuer1994-02-111-3/+1
| | | | "USER"), since (user-login-name) already does this.
* (display-time): Use expand-file-name to make file name of wakeup.Richard M. Stallman1994-02-091-1/+1
|
* (display-time-file-nonempty-p): Check existence here.Richard M. Stallman1994-01-061-7/+27
| | | | | | (display-time-server-down-time): New variable. (display-time-filter): If accessing mail-spool-time takes too long, don't try again for twenty minutes.
* (display-time-file-nonempty-p): Use file-chase-links.Roland McGrath1993-07-071-4/+2
|
* (display-time-24hr-format): Make it a user option.Richard M. Stallman1993-06-041-1/+1
|
* (display-time-day-and-date): Use defvar, not defconst.Richard M. Stallman1993-05-271-1/+1
|
* Added or corrected Commentary sectionEric S. Raymond1993-03-221-0/+5
|
* * time.el (display-time): Doc fix.Jim Blandy1993-03-211-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+5
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-08-131-9/+17
|
* *** empty log message ***Roland McGrath1991-05-131-1/+1
|
* *** empty log message ***Brian Preble1991-05-131-2/+3
|
* *** empty log message ***Roland McGrath1991-05-101-3/+2
|
* *** empty log message ***Roland McGrath1991-05-091-3/+16
|
* *** empty log message ***Richard M. Stallman1990-12-051-4/+10
|
* Initial revisionRichard M. Stallman1990-10-091-0/+97