diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 547e4663d51..dfc0c79b1f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2006-04-15 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/tq.el: Improve comments. | ||
| 4 | (tq-queue-head-question): New accessor function. | ||
| 5 | (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): | ||
| 6 | Update for modified queue structure. | ||
| 7 | (tq-queue-add): Accept `question' argument. | ||
| 8 | (tq-queue-pop): If a question is pending, send it. | ||
| 9 | (tq-enqueue): Accept new optional argument `delay-question'. If | ||
| 10 | this is non-nil, and at least one other question is pending a | ||
| 11 | response, queue the question rather than sending it immediately. | ||
| 12 | |||
| 1 | 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 13 | 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 2 | 14 | ||
| 3 | * calendar/appt.el (appt-add): Check whether an appointment is | 15 | * calendar/appt.el (appt-add): Check whether an appointment is |