diff src/ChangeLog @ 4729:428d7c571110

Fix issue145: accept nil in default-process-coding-system.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 02 Nov 2009 12:09:13 +0900
parents 19d70297d866
children a5210e70ffbe
line wrap: on
line diff
--- a/src/ChangeLog	Sun Nov 01 20:21:11 2009 +0900
+++ b/src/ChangeLog	Mon Nov 02 12:09:13 2009 +0900
@@ -1,3 +1,15 @@
+2009-11-02  Stephen Turnbull  <stephen@xemacs.org>
+
+	Fix issue145.
+
+	* process.c: Remove abbreviated comments on exported Lisp
+	variables, and point to docstrings.
+	(init_process_io_handles): Allow Vdefault_network_coding_system
+	and Vdefault_process_coding_system to be nil.
+	(Vdefault_network_coding_system):
+	(Vdefault_process_coding_system):
+	Document that these variables may be nil.
+
 2009-10-26  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* config.h.in (REALPATH_CORRECTS_CASE):