aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-17 20:48:43 -0700
committerGlenn Morris2012-04-17 20:48:43 -0700
commit016a35dfa7c48255b7e461dc8a2441a643c8731c (patch)
tree87a9df5df48d1067f4384685f7450dce8e3e0151 /lisp/ChangeLog
parentd666446d7da49d504a5cc548321a77ecb405952e (diff)
downloademacs-016a35dfa7c48255b7e461dc8a2441a643c8731c.tar.gz
emacs-016a35dfa7c48255b7e461dc8a2441a643c8731c.zip
More process-related doc and manual small edits
* doc/lispref/processes.texi (Output from Processes, Filter Functions): Mention waiting-for-user-input-p. (Sentinels, Query Before Exit, System Processes, Transaction Queues): (Network Servers, Datagrams, Network Processes, Network Options) (Network Feature Testing, Serial Ports): Copyedits. (Network): Add encrypted network overview paragraph. Cross-reference the Emacs-GnuTLS manual. Use @acronym. * lisp/net/network-stream.el (open-network-stream): Doc fix. * src/process.c (Fset_process_inherit_coding_system_flag) (Fset_process_query_on_exit_flag): Doc fix (mention return value). (Fmake_network_process): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 026b99872f0..16cf1e347a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-04-18 Glenn Morris <rgm@gnu.org>
2
3 * net/network-stream.el (open-network-stream): Doc fix.
4
12012-04-17 Chong Yidong <cyd@gnu.org> 52012-04-17 Chong Yidong <cyd@gnu.org>
2 6
3 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos. 7 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.