aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/appt.el
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-45/+45
|
* (appt-delete): Use substring-no-properties.Richard M. Stallman2002-08-151-4/+7
| | | | (appt-make-list): Don't use prin1-to-string; use the string unchanged.
* (appt-make-list): Correct the parsing of each appointment from time-string.Richard M. Stallman2002-08-121-19/+23
|
* Fix typo.Juanma Barranquero2002-07-031-1/+1
|
* (appt-disp-window): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (appt-disp-window): Use display-multi-frame-pEli Zaretskii2000-07-311-1/+1
| | | | instead of window-system.
* (appt-select-lowest-window): Use walk-windowsGerd Moellmann2000-07-031-18/+8
| | | | instead of cycling through windows with next-window.
* (appt-make-list): Match all lines of entry.Dave Love2000-05-181-1/+1
| | | | From "Stefan M. Walther (SMW)" <[email protected]>
* Doc fixes.Dave Love2000-03-291-44/+36
| | | | | | | (appt-check): Convert min-to-app to a string before passing to appt-disp-window-function or concat. (appt-delete-window): Remove test for frame-root-window. (appt-select-lowest-window, appt-convert-time): Simplify.
* Comment change.Dave Love2000-02-231-5/+0
|
* Bind free variables when compiling.Dave Love1999-12-181-0/+3
|
* (appt-convert-time): Handle "12:MMam",Gerd Moellmann1999-12-021-4/+5
| | | | remove extraneous string-match.
* (appt-make-list): Fix previous change.Karl Heuer1999-03-171-1/+1
|
* (appt-make-list): Don't splice quotes and date onto message.Richard M. Stallman1999-02-071-1/+1
|
* (appt-disp-window): Use pop-to-buffer,Richard M. Stallman1998-11-291-3/+5
| | | | to support special-display and same-window features.
* (appt-interval): Variable deleted.Karl Heuer1998-09-211-122/+141
| | | | | | | | | | | | | | (appt-check): For minutes in between appt-display-interval times, do check, but don't display anything except an updated mode line. Count against appt-display-interval based on minutes since first display of this appointment, not based on time of day. If appt-display-mode-line, force mode line redisplay whenever appt-mode-string has changed. (appt-add, appt-delete): Add autoload cookies. (appt-check): Catch errors from calling `diary'. (appt-max-time): Renamed from max-time. (appt-now-displayed, appt-display-count): New variables. (appt-timer): Don't create one if we already have one.
* (appt-check): Clear appt-mode-string if we don't put something in it.Karl Heuer1998-08-271-0/+2
|
* (appt-check): Start the appt-mode-string w/ space.Karl Heuer1998-08-271-1/+1
|
* (appt-mode-string): New variable.Richard M. Stallman1998-08-261-72/+71
| | | | | | (global-mode-string): Add appt-mode-string to it. (appt-check): Avoid using display-time-string to fetch current time. To display in mode line, use appt-mode-string.
* Add defgroup and use defcustom.Richard M. Stallman1997-05-031-18/+36
|
* (appt-check, appt-make-list): Avoid race conditionKarl Heuer1996-07-151-8/+6
| | | | by getting current time once, not twice.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (appt-disp-window): Call raise-frame.Richard M. Stallman1995-10-051-0/+1
|
* Add provide.Karl Heuer1995-07-171-0/+2
|
* (appt-check): Use force-mode-line-update.Karl Heuer1995-04-251-4/+1
|
* (appt-select-lowest-window): Locally bind lowest-window.Richard M. Stallman1994-10-161-5/+8
| | | | | | | | | (appt-delete): Don't set tmp-appt-msg-list. (appt-delete-window): Avoid error if WINDOW is nil. (appt-delete-window): Do nothing if the window is the only one in its frame.
* (appt-delete-window): Look on all frames for the window.Richard M. Stallman1994-10-091-5/+8
| | | | (appt-disp-window): If frame is unsplittable, use display-buffer.
* Require calendar.Richard M. Stallman1994-08-091-0/+3
|
* (appt-check): Update on first wakeup after midnightRichard M. Stallman1994-08-091-3/+4
| | | | even if that's not precisely 12:01.
* (appt-make-list): Do nothing unless range being processedRichard M. Stallman1994-08-041-65/+83
| | | | for diary entries includes today's date.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* Doc fix.Karl Heuer1994-03-121-2/+1
|
* Comment changes.Richard M. Stallman1994-03-061-1/+1
|
* Use add-hook instead of setq.Karl Heuer1994-03-031-1/+1
|
* (appt-display-interval, appt-display-duration)Richard M. Stallman1994-02-011-3/+3
| | | | (appt-message-warning-time): Use larger defaults.
* (appt-check): Doc fix.Richard M. Stallman1994-01-251-0/+10
|
* (appt-check): Use the new variablesRichard M. Stallman1994-01-211-45/+82
| | | | | | | | | | | | appt-disp-window-function and appt-delete-window-function. (appt-disp-window-function): New variable. (appt-delete-window-function): New variable. (appt-delete-window): New function. (appt-disp-window): Don't delete the appt window here; instead, call appt-delete-window-function. Fixed bug that messed up the screen when appt-check ran when mouse is in the minibuffer. Call select-frame only if window-system.
* (appt-display-interval): New variable.Richard M. Stallman1993-11-161-114/+124
| | | | (appt-check): Obey that variable.
* entered into RCSJim Blandy1992-08-121-0/+8
|
* *** empty log message ***Jim Blandy1992-08-041-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+11
|
* *** empty log message ***Jim Blandy1992-07-151-2/+2
|
* *** empty log message ***Eric S. Raymond1992-05-301-3/+3
|
* Initial revisionJim Blandy1991-01-301-0/+500