Mercurial > emacs
diff lisp/ChangeLog @ 70034:db4c2d467e9a
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220
Creator: Michael Olson <mwolson@gnu.org>
Improve tq.el.
* lispref/processes.texi (Transaction Queues): Mention the new optional
`delay-question' argument for `tq-enqueue'.
* lisp/emacs-lisp/tq.el: Improve comments.
(tq-queue-head-question): New accessor function.
(tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
Update for modified queue structure.
(tq-queue-add): Accept `question' argument.
(tq-queue-pop): If a question is pending, send it.
(tq-enqueue): Accept new optional argument `delay-question'. If
this is non-nil, and at least one other question is pending a
response, queue the question rather than sending it immediately.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 16 Apr 2006 02:17:00 +0000 |
parents | e2e7fb0a2f70 |
children | cec61a0fff33 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 15 18:51:38 2006 +0000 +++ b/lisp/ChangeLog Sun Apr 16 02:17:00 2006 +0000 @@ -1,3 +1,15 @@ +2006-04-15 Michael Olson <mwolson@gnu.org> + + * emacs-lisp/tq.el: Improve comments. + (tq-queue-head-question): New accessor function. + (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn): + Update for modified queue structure. + (tq-queue-add): Accept `question' argument. + (tq-queue-pop): If a question is pending, send it. + (tq-enqueue): Accept new optional argument `delay-question'. If + this is non-nil, and at least one other question is pending a + response, queue the question rather than sending it immediately. + 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> * calendar/appt.el (appt-add): Check whether an appointment is