Mercurial > emacs
comparison src/ChangeLog @ 32352:565db62c7ee1
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 10 Oct 2000 02:00:33 +0000 |
parents | 357b0831cf07 |
children | eaa80d9a03d4 |
comparison
equal
deleted
inserted
replaced
32351:4ecfc281cce1 | 32352:565db62c7ee1 |
---|---|
1 2000-10-10 Kenichi Handa <handa@etl.go.jp> | |
2 | |
3 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before | |
4 returning. | |
5 (base64_encode_1): Make it work for a text of multibyte form. | |
6 (Fbase64_decode_region): Allocate sufficient memory for multibyte | |
7 case. Don't call str_to_multibyte because base64_decode_1 | |
8 produces correct multibyte form for eight-bit codes. | |
9 (Fbase64_decode_string): Adjusted for the change of | |
10 base64_decode_1. | |
11 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If | |
12 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit | |
13 codes. | |
14 | |
15 * charset.h (CHAR_STRING): Optimized for single byte characters. | |
16 | |
1 2000-10-09 Andreas Schwab <schwab@suse.de> | 17 2000-10-09 Andreas Schwab <schwab@suse.de> |
2 | 18 |
3 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to | 19 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to |
4 -1 after socket is closed, to fall through to error processing. | 20 -1 after socket is closed, to fall through to error processing. |
5 | 21 |
15 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make | 31 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make |
16 them extern (they are defined on xfaces.c). | 32 them extern (they are defined on xfaces.c). |
17 (syms_of_msdos): Don't intern and don't staticpro | 33 (syms_of_msdos): Don't intern and don't staticpro |
18 Qbackground_color and Qforeground_color. | 34 Qbackground_color and Qforeground_color. |
19 | 35 |
36 >>>>>>> 1.946 | |
20 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> | 37 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il> |
21 | 38 |
22 * frame.c (Fframe_parameter): For non-windowed frames, if | 39 * frame.c (Fframe_parameter): For non-windowed frames, if |
23 f->param_alist says foreground or background color is unspecified, | 40 f->param_alist says foreground or background color is unspecified, |
24 call tty_color_name to return the color name computed from the | 41 call tty_color_name to return the color name computed from the |