1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

106 Commits

Author SHA1 Message Date
Glenn Morris
57ebf0bedb Add 2008 to copyright years. 2008-01-07 08:53:20 +00:00
Eli Zaretskii
305a7ef2bb (Misc Network): Note that these functions are supported only on some systems. 2007-10-01 17:14:30 +00:00
Richard M. Stallman
facc74f786 (Accepting Output): Revert most of previous change. 2007-05-06 17:44:41 +00:00
Richard M. Stallman
c88be8a752 (Accepting Output): accept-process-output
uses microseconds, not milliseconds.  But that arg is obsolete.
2007-05-05 04:05:14 +00:00
Karl Berry
cd64b8f1e1 improve breaks in 8.5x11 2007-04-11 16:27:33 +00:00
Richard M. Stallman
c9b965bde8 Improve index entries. 2007-04-07 01:53:53 +00:00
Karl Berry
2fd94b0921 wording 2007-04-03 16:41:29 +00:00
Karl Berry
15bcde049f wording matters 2007-04-01 18:11:15 +00:00
Eli Zaretskii
c115a4634f Improve indexing. 2007-03-31 14:37:05 +00:00
Eli Zaretskii
5e472eb6ee Improve indexing. 2007-03-31 13:56:30 +00:00
Eli Zaretskii
b6a5d6015a Improve indexing. 2007-03-31 13:44:52 +00:00
Kim F. Storm
57bb3c252c More fixes to bindat example. 2007-02-17 22:00:17 +00:00
Kim F. Storm
500cbe57f6 (Bindat Spec): Vector types can have optional element type.
(Bindat Examples): Fix example.  Add vector with element type.
2007-02-17 21:07:11 +00:00
Glenn Morris
b3d90e4611 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 03:47:24 +00:00
Richard M. Stallman
9e7166c8f4 (Bindat Spec): Fix Texinfo usage. 2007-01-02 20:58:02 +00:00
Kim F. Storm
f083f9caee (Bindat Spec): Clarify using field names in
length specifications.
2006-12-30 00:55:06 +00:00
Kim F. Storm
2e17cddc6a (Bindat Spec): Explain eval forms and lengths better.
Add count and index variables for eval forms in repeat blocks.
2006-12-29 01:17:06 +00:00
Richard M. Stallman
e7b90fbea7 (Bindat Spec): Suggest names ending in -bindat-spec. 2006-09-08 12:05:19 +00:00
Richard M. Stallman
b375465493 (Accepting Output): Explain SECONDS=0 for accept-process-output. 2006-09-04 15:08:06 +00:00
Miles Bader
7a210b69c7 Miscellaneous tq-related fixes.
* 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>
2006-08-27 10:42:40 +00:00
Richard M. Stallman
c29fbc9354 (Low-Level Network): Make menu more convenient. 2006-07-19 02:10:38 +00:00
Kim F. Storm
ddb1546b12 (Low-Level Network): Rename node "Make Network"
to "Network Processes".
2006-07-18 14:06:52 +00:00
Richard M. Stallman
827b7ee7c2 Put period and comma inside quotes. 2006-07-18 00:08:15 +00:00
Eli Zaretskii
6061e9bcf2 (Input to Processes, Query Before Exit): Remove @tindex. 2006-07-08 18:03:23 +00:00
Richard M. Stallman
dd73030d01 (Bindat Spec): Clarify previous change. 2006-06-19 21:53:40 +00:00
Kim F. Storm
b35444d58b (Bindat Functions): Rename pos' and raw-data' to
`bindat-idx' and `bindat-raw' for clarity.
2006-05-28 22:20:49 +00:00
Thien-Thi Nguyen
b9e17eb3bd (Bindat Spec): Expand on `repeat' handler. 2006-05-27 20:32:18 +00:00
Thien-Thi Nguyen
f1b64ef1e5 (Bindat Functions): Explain term "total length".
Use it in `bindat-length' and `bindat-pack' descriptions.
2006-05-27 00:49:32 +00:00
Thien-Thi Nguyen
a2ff8a4801 (Bindat Functions): Say "unibyte string"
explicitly for `bindat-unpack' and `bindat-pack' descriptions.
(Bindat Examples): Don't call `string-make-unibyte' in example.
2006-05-25 09:01:43 +00:00
Eli Zaretskii
0c60d79acf Fix spelling errors. 2006-05-12 11:46:15 +00:00
Miles Bader
51fa34bc58 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.
2006-04-16 02:17:00 +00:00
Kim F. Storm
499e02812a (Accepting Output): Remove obsolete (and incorrect)
remarks about systems that don't support fractional seconds.
2006-03-28 11:23:23 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
d9043ddf76 (Misc Network, Make Network): Minor cleanups. 2006-01-05 03:33:25 +00:00
Kim F. Storm
c64d00d9aa (Misc Network): Clarity OMIT-PORT arg. 2006-01-04 00:23:57 +00:00
Kim F. Storm
b944a155cf (Make Network): Add IPv6 addresses and handling.
(Network Feature Testing): Mention (:family ipv6).
(Misc Network): Add IPv6 formats to format-network-address.
2006-01-04 00:20:08 +00:00
Thien-Thi Nguyen
cbce075240 (Bindat Functions): Say "third" to refer to zero-based index "2". 2005-11-20 15:17:23 +00:00
Richard M. Stallman
75c0692f1b (Sentinels): Clarify about output and quitting.
(Filter Functions): Mention with-local-quit.
2005-10-17 16:16:27 +00:00
Richard M. Stallman
088767cbda (Misc Network, Network Feature Testing)
(Network Options, Make Network): New nodes split out of Low-Level Network.
2005-08-11 19:46:35 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Juanma Barranquero
c4a00aa2ec Fix typo. 2005-08-02 13:10:02 +00:00
Richard M. Stallman
342fd6cd64 Fix formatting ugliness. 2005-06-18 13:57:17 +00:00
Luc Teirlinck
be87af2626 (Bindat Examples): Move @lisp to beginning of line. (Whitespace change.) 2005-06-17 16:51:10 +00:00
Luc Teirlinck
b9646a71a5 Fix typo. 2005-06-17 16:26:01 +00:00
Luc Teirlinck
926c4c9b05 (Byte Packing): Fix ungrammatical sentence. 2005-06-17 15:28:25 +00:00
Luc Teirlinck
480a6fa56e Whitespace change. 2005-06-17 15:13:51 +00:00
Luc Teirlinck
3f7fab2439 Fix typos.
(Bindat Spec): Correct Texinfo error.
2005-06-17 15:06:47 +00:00
Richard M. Stallman
377ddd88f6 (Byte Packing): New node.
(Processes): Add it to menu.
2005-06-17 13:51:19 +00:00
Kim F. Storm
4b9f372b4e (Network): Remove open-network-stream-nowait.
(Network Servers): Remove open-network-stream-server.
2005-05-15 20:42:11 +00:00
Lute Kamstra
b4b2903b59 (Processes): Add menu description. 2005-05-11 23:26:33 +00:00