Mercurial > hg > xemacs-beta
comparison lisp/calendar/appt.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
137 ;;; o multiple adjascent appointments are not handled gracefully. If there | 137 ;;; o multiple adjascent appointments are not handled gracefully. If there |
138 ;;; is an appointment at 3:30 and another at 3:35, and you have set things | 138 ;;; is an appointment at 3:30 and another at 3:35, and you have set things |
139 ;;; up so that you get a notification twenty minutes before each appt, | 139 ;;; up so that you get a notification twenty minutes before each appt, |
140 ;;; then a notification should come at 3:10 for the first appt, and at | 140 ;;; then a notification should come at 3:10 for the first appt, and at |
141 ;;; 3:15 for the second. Currently, no notifications are generated for an | 141 ;;; 3:15 for the second. Currently, no notifications are generated for an |
142 ;;; appointment until all preceeding appointments have completely expired. | 142 ;;; appointment until all preceding appointments have completely expired. |
143 ;;; | 143 ;;; |
144 ;;; o If there are two appointments at the same time, all but the first are | 144 ;;; o If there are two appointments at the same time, all but the first are |
145 ;;; ignored (not announced.) | 145 ;;; ignored (not announced.) |
146 ;;; | 146 ;;; |
147 ;;; o Appointments which are early enough in the morning that their | 147 ;;; o Appointments which are early enough in the morning that their |