Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
70033:257bb51424b3 | 70034:db4c2d467e9a |
---|---|
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 |
4 already present in appt-time-msg-list. Simplify code. | 16 already present in appt-time-msg-list. Simplify code. |
5 | 17 |