1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Gerd Moellmann
a78507234b Remove a stray carriage return character. 2001-04-17 12:19:55 +00:00
Stefan Monnier
bb7a71c5a6 (display-time-mode): Drop unneeded positional args. 2000-11-03 22:36:12 +00:00
Stefan Monnier
57ce63c470 (display-time-mode): Use define-minor-mode. 2000-09-29 03:26:00 +00:00
Stefan Monnier
c2acf685ec Remove trailing ^M that prevent CVS-merging. 2000-06-17 15:36:33 +00:00
Andrew Innes
c81e046376 (display-time-mail-function): New variable, to allow
external packages to indicate when new mail is available.
(display-time-update): Use it.
2000-06-16 12:59:39 +00:00
Gerd Moellmann
be0505fe51 (display-time-mail-icon): Use `:ascent center'. 2000-05-12 08:16:14 +00:00
Dave Love
4f37b78af8 Small doc fixes from Pavel Janic. 2000-05-07 19:09:25 +00:00
Dave Love
5941622aa7 (display-time-mail-face, display-time-use-mail-icon):
New option.
(display-time-mail-icon): New variable.
(display-time-string-forms): Use the above.  Fix the local-map.
2000-05-03 17:03:08 +00:00
Gerd Moellmann
ba611a5a3a (display-time-mail-file): Add `none' to the list of
choices.
2000-03-02 13:39:39 +00:00
Dave Love
fc09f4bad6 (display-time-update): Change load-average help-echo. 2000-01-31 22:14:01 +00:00
Dave Love
f6e556e9b3 (display-time-string-forms): Make the Mail string active.
(display-time-update): Provide help-echo for load average.
2000-01-07 14:19:23 +00:00
Dave Love
76d4fa66d1 (display-time-mode): Add autoload cookie. 1999-09-28 22:15:10 +00:00
Andrew Innes
5d18c0b3e6 (display-time-update): Allow for wrap-around when
checking against display-time-server-down-time.
1999-05-04 17:34:36 +00:00
Dave Love
e5638335f3 (display-time-mode): Doc fix. 1999-04-27 19:00:11 +00:00
Karl Heuer
25f67e4bc9 *** empty log message *** 1999-03-30 21:37:40 +00:00
Karl Heuer
14cace6c23 (display-time-mode): Doc fix. 1999-03-30 21:29:55 +00:00
Dan Nicolaescu
f9e9ac1dde *** empty log message *** 1998-04-20 03:35:05 +00:00
Richard M. Stallman
e419198751 (display-time-mode): Set the variable display-time-mode.
(display-time-mode): New customize variable to
automatically load the package.
1998-01-05 06:04:35 +00:00
Richard M. Stallman
f8533e9eb7 (display-time-hook): Minor doc fix. 1997-08-23 17:01:03 +00:00
Richard M. Stallman
057cf39efc (display-time-string-forms): Use %M, not %m. 1997-07-02 20:01:13 +00:00
Richard M. Stallman
896546cd9b Add provide call. 1997-06-22 18:57:55 +00:00
Richard M. Stallman
a2185576ed Customize.
(display-time-string-forms): Test display-time-day-and-date
and display-time-24hr-format here.
(display-time-format): Default value is now nil.
1997-05-08 05:11:50 +00:00
Richard M. Stallman
121211d440 (display-time-string-forms): Test display-time-day-and-date
and display-time-24hr-format here.
(display-time-format): Default value is now nil.
1997-05-04 16:33:19 +00:00
Richard M. Stallman
85673d2b49 (display-time-event-handler): Use let*. 1996-12-18 02:46:34 +00:00
Richard M. Stallman
d2b7637f7c (display-time-event-handler): Fix previous change. 1996-12-16 22:40:50 +00:00
Richard M. Stallman
a39a6e40e7 (display-time-event-handler): If Don't run the timer
for successive times that are already in the past.
1996-12-13 01:31:43 +00:00
Richard M. Stallman
3bfbd249c8 (display-time-format): New variable.
(display-time-string-forms): Use display-time-format.
1996-11-07 03:51:16 +00:00
Paul Eggert
d694e9df52 (display-time): Use new run-at-time functionality to
fix display glitches when display-time-interval != 60.
1996-09-03 18:16:06 +00:00
Richard M. Stallman
7fd5b62d23 (display-time): Call display-time-mode.
(display-time-mode): Take arg or toggle, as a minor mode.
1996-08-29 01:37:38 +00:00
Richard M. Stallman
52e2247ccb (display-time): Fix prev change: use display-time-update. 1996-07-21 19:47:53 +00:00
Richard M. Stallman
c22161a406 (display-time): Call display-time-event-handler directly
to make the time appear right away.
1996-07-21 18:38:38 +00:00
Karl Heuer
c513a845e8 (display-time): Starting time should be future, not past. 1996-07-17 20:14:16 +00:00
Karl Heuer
92373e943a (display-time): Fix start time for run-at-time. 1996-07-13 17:53:53 +00:00
Richard M. Stallman
9596811a3d Comment change. 1996-03-02 06:37:35 +00:00
Richard M. Stallman
d3c7da2179 (display-time): Use rmail-after-get-new-mail-hook. 1996-02-27 22:45:40 +00:00
Richard M. Stallman
243dfffb77 (display-time): Use run-at-time to start the timer. 1996-02-27 17:44:45 +00:00
Karl Heuer
b36bca9ac2 (display-time-update): New subroutine broken out from
display-time-event-handler.
(display-time): Add hook to rmail-get-new-mail-hook.
1996-02-21 21:33:35 +00:00
Richard M. Stallman
04ec3e397e (display-time): Rewrite to use built-in timers.
(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.
1996-02-02 19:58:21 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
2eb271bec4 (display-time): make it work under ms-dos by setting the
`dos-display-time' variable instead of invoking `wakeup' as
asynchronous process (which doesn't work under ms-dos).
1995-12-19 21:02:04 +00:00
Richard M. Stallman
83656a198b (display-time-filter): Move run-hooks inside let. 1995-06-30 00:23:08 +00:00
Karl Heuer
e974f5992b (display-time-filter):
Use same instant for both time and time-zone.
1995-06-07 18:35:06 +00:00
Karl Heuer
ffedf987d7 (display-time-sentinel, display-time-filter): Use force-mode-line-update. 1995-04-25 22:24:40 +00:00
Richard M. Stallman
13b53275f3 (display-time-string-forms): Fix doc string syntax error. 1995-01-02 23:01:16 +00:00
Richard M. Stallman
7ff974482e (display-time-filter): Ignore mail-spool-file if not string. 1994-10-18 02:39:40 +00:00
Karl Heuer
151ca17071 (display-time-24hr-format): Doc fix.
(display-time-filter): Reenable code that got deleted during a mispatch.
1994-09-16 23:20:51 +00:00
Richard M. Stallman
5b0841fdf2 (display-time-filter): pm starts at 12, not 13. 1994-08-05 18:56:32 +00:00
Richard M. Stallman
823d86f380 (display-time-string-forms): New variable.
(display-time-filter): Simplify to use it.
1994-07-31 22:49:46 +00:00
Karl Heuer
8f1204db34 Update copyright. 1994-05-03 23:47:06 +00:00
Richard M. Stallman
572986cdcd (display-time): Force use of pipe, not pty. 1994-04-22 04:37:36 +00:00