comparison src/ChangeLog @ 58639:1ff2d3bb0cbd

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Nov 2004 08:19:52 +0000
parents 95d38c47c806
children 3c68ccdf3583
comparison
equal deleted inserted replaced
58638:67bea14002c3 58639:1ff2d3bb0cbd
1 2004-11-30 Kenichi Handa <handa@m17n.org>
2
3 * term.c (encode_terminal_buf, encode_terminal_bufsize): New
4 variables.
5 (encode_terminal_code): Argument changed. Encode all
6 characters at once, and return a pointer to the result of
7 encoding.
8 (write_glyphs): Decide coding here. Adjusted for the above
9 change.
10 (insert_glyphs): Likewise.
11 (term_init): Initialize encode_terminal_bufsize to 0.
12
13 * coding.c (Vcode_conversion_workbuf_name): New variable.
14 (syms_of_coding): Initialize and staticpro it.
15 (set_conversion_work_buffer): New function.
16 (run_pre_post_conversion_on_str): Use it.
17 (run_pre_write_conversin_on_c_str): New function.
18
19 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
20
1 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 21 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 22
3 * keyboard.c: Don't undef SIGIO 23 * keyboard.c: Don't undef SIGIO
4 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon 24 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
5 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h. 25 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.