summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/tq.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* tq.el: Disable undo in buffer.Michael Olson2008-09-201-0/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (tq-queue-pop): Stifle error when a process has died and we are tryingChong Yidong2007-06-041-2/+3
| | | | to send a signal to it.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* Miscellaneous tq-related fixes.Miles Bader2006-08-271-28/+32
| | | | | | | | | | | | | | * lisp/emacs-lisp/tq.el: Small grammar fix in comments. (tq-enqueue): Check for existence of queue rather than the head queue item's question, which was a no-op. (tq-filter, tq-process-buffer): Make sure the process buffer exists before making it the current buffer. * lispref/processes.texi (Transaction Queues): Remove stray quote character. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-411 Creator: Michael Olson <mwolson@gnu.org>
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-220Miles Bader2006-04-161-27/+69
| | | | | | | | | | | | | | | | | | | 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.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (tq-create): Fix mixed up unquote style.Stefan Monnier2003-09-121-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (tq-create): Fix quoted lambda.Juanma Barranquero2003-02-181-2/+2
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Change ;;; to ;; for outline-minor-mode.Gerd Moellmann2001-10-051-9/+9
|
* Comment change.Richard M. Stallman2001-09-261-0/+1
|
* (tq-filter): Use with-current-buffer.Richard M. Stallman1998-01-211-8/+4
|
* (tq-process-buffer): Catch errors running tq-queue-head-fn.Richard M. Stallman1997-03-221-4/+7
|
* (tq-filter): No need for save-match-data.Richard M. Stallman1996-09-181-1/+1
|
* (tq-filter): Add unwind-protect and save-match-data.Richard M. Stallman1996-09-151-4/+8
|
* (tq-process-buffer): Fix error format string.Karl Heuer1996-01-291-3/+3
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (tq-process-buffer): Don't hard-code the buffer name.Karl Heuer1995-05-151-1/+1
|
* Doc fixes. Make tq-create autoload.Richard M. Stallman1992-09-211-7/+12
|
* entered into RCSEric S. Raymond1992-07-221-3/+21
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-151-3/+6
|
* Initial revisionEric S. Raymond1992-07-061-0/+91