Mercurial > emacs
comparison src/ChangeLog @ 93201:5dbe361f12c2
* process.h (struct Lisp_Process): Remove filter_multibyte.
* process.c (QCfilter_multibyte): Remove.
(setup_process_coding_systems): Don't use filter_multibyte.
(Fstart_process, Fmake_network_process): Don't set filter_multibyte.
(read_process_output): Don't adjust multibyteness to filter_multibyte.
(Fset_process_filter_multibyte): Change the coding-system to
approximate the previous behavior.
(Fprocess_filter_multibyte_p): Get the multibyteness straight from the
coding-system.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 25 Mar 2008 17:35:48 +0000 |
parents | 212fa666680e |
children | 7327632ad432 |
comparison
equal
deleted
inserted
replaced
93200:c264aa814b15 | 93201:5dbe361f12c2 |
---|---|
1 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * process.h (struct Lisp_Process): Remove filter_multibyte. | |
4 * process.c (QCfilter_multibyte): Remove. | |
5 (setup_process_coding_systems): Don't use filter_multibyte. | |
6 (Fstart_process, Fmake_network_process): Don't set filter_multibyte. | |
7 (read_process_output): Don't adjust multibyteness to filter_multibyte. | |
8 (Fset_process_filter_multibyte): Change the coding-system to | |
9 approximate the previous behavior. | |
10 (Fprocess_filter_multibyte_p): Get the multibyteness straight from the | |
11 coding-system. | |
2 | 12 |
3 * coding.c (decode_coding_object): When not decoding into a buffer, | 13 * coding.c (decode_coding_object): When not decoding into a buffer, |
4 obey the coding system's preference of (uni|multi)byte. | 14 obey the coding system's preference of (uni|multi)byte. |
5 | 15 |
6 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca> | 16 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca> |