Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4727:90dbf8e772b6 | 4729:428d7c571110 |
---|---|
1 2009-11-02 Stephen Turnbull <stephen@xemacs.org> | |
2 | |
3 Fix issue145. | |
4 | |
5 * process.c: Remove abbreviated comments on exported Lisp | |
6 variables, and point to docstrings. | |
7 (init_process_io_handles): Allow Vdefault_network_coding_system | |
8 and Vdefault_process_coding_system to be nil. | |
9 (Vdefault_network_coding_system): | |
10 (Vdefault_process_coding_system): | |
11 Document that these variables may be nil. | |
12 | |
1 2009-10-26 Aidan Kehoe <kehoea@parhasard.net> | 13 2009-10-26 Aidan Kehoe <kehoea@parhasard.net> |
2 | 14 |
3 * config.h.in (REALPATH_CORRECTS_CASE): | 15 * config.h.in (REALPATH_CORRECTS_CASE): |
4 New #define, available on Darwin. | 16 New #define, available on Darwin. |
5 * realpath.c (readlink_or_correct_case): | 17 * realpath.c (readlink_or_correct_case): |