Mercurial > emacs
comparison lispref/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 | 58b5594421bc |
children | 8e99225a4438 c156f6a9e7b5 |
comparison
equal
deleted
inserted
replaced
70033:257bb51424b3 | 70034:db4c2d467e9a |
---|---|
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 |
4 :package-version value. Specify its values. Improve documentation | 9 :package-version value. Specify its values. Improve documentation |
5 for customize-package-emacs-version-alist. | 10 for customize-package-emacs-version-alist. |