comparison src/ChangeLog @ 88956:f76e089c1e9e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 31 Jul 2002 07:15:29 +0000
parents b508e1ffe828
children 486c9c697d7f
comparison
equal deleted inserted replaced
88955:1d1275f5d5b7 88956:f76e089c1e9e
1 2002-07-31 Kenichi Handa <handa@etl.go.jp>
2
3 * buffer.c (Qas, Qmake, Qto): New variables.
4 (Fset_buffer_multibyte): New optional arg METHOD. Caller changed.
5 (syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.
6
7 * callproc.c (Fcall_process): Don't call insert_1_both directly if
8 we are inserting a process output into a multibyte buffer.
9
10 * character.h (CHAR_TO_BYTE8): If C is not eight-bit char, call
11 multibyte_char_to_unibyte.
12
13 * character.c (Funibyte_char_to_multibyte): If C can't be decoded
14 by the primary charset, make it eight-bit char.
15 (Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.
16
17 * charset.c: (charset_eight_bit, Qeight_bit_control): New
18 variables.
19 (charset_8_bit__control, charset_8_bit_graphic,
20 Qeight_bit_control, Qeight_bit_graphic): These variables deleted.
21 (define_charset_internal): New function.
22 (syms_of_charset): Call define_charset_internal for pre-defined
23 charsets.
24
25 * charset.h (charset_8_bit): Extern it.
26
27 * coding.c (make_conversion_work_buffer): Adjusted for the change
28 of Fset_buffer_multibyte.
29 (encode_coding_raw_text): Increment p0 in the loop.
30
31 * lisp.h (Fset_buffer_multibyte): Prototype adjusted.
32
33 * xdisp.c (setup_echo_area_for_printing, set_message_1): Adjusted
34 for the change of Fset_buffer_multibyte.
35
36 * fns.c (Fstring_to_multibyte): New function.
37 (syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.
38
1 2002-07-30 Dave Love <fx@gnu.org> 39 2002-07-30 Dave Love <fx@gnu.org>
2 40
3 * xfns.c (x_put_x_image): Declare args. 41 * xfns.c (x_put_x_image): Declare args.
4 42
5 * xfaces.c (font_name_registry, choose_face_font): Delete unused 43 * xfaces.c (font_name_registry, choose_face_font): Delete unused