diff options
| author | Miles Bader | 2006-04-16 02:17:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-04-16 02:17:00 +0000 |
| commit | 51fa34bc588ffe6b6d6d20791ffaa3a855873e13 (patch) | |
| tree | 565fb7d3a99103c90d41ba3d37e9c5c24cb77139 /lispref/ChangeLog | |
| parent | 21acd4c9d34373a2798a13fabe0e5f36313e6316 (diff) | |
| download | emacs-51fa34bc588ffe6b6d6d20791ffaa3a855873e13.tar.gz emacs-51fa34bc588ffe6b6d6d20791ffaa3a855873e13.zip | |
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.
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f16982eb414..c3591cbb64a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-04-15 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * processes.texi (Transaction Queues): Mention the new optional | ||
| 4 | `delay-question' argument for `tq-enqueue'. | ||
| 5 | |||
| 1 | 2006-04-13 Bill Wohler <wohler@newt.com> | 6 | 2006-04-13 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * customize.texi (Common Keywords): Use dotted notation for | 8 | * customize.texi (Common Keywords): Use dotted notation for |