Mercurial > emacs
comparison src/ChangeLog @ 62800:47eb71e6fd77
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 27 May 2005 11:28:42 +0000 |
parents | 5164b4f6be8f |
children | c7d36593de61 |
comparison
equal
deleted
inserted
replaced
62799:eba7c6883fe3 | 62800:47eb71e6fd77 |
---|---|
1 2005-05-27 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * xterm.c (x_encode_char): Call check_ccl_update in advance. | |
4 | |
5 * ccl.c: Now an element of Vccl_program_table is a vector of | |
6 length 4, not 3. | |
7 (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted | |
8 for the change of Vccl_program_table. | |
9 (setup_ccl_program): Adjusted for the change of | |
10 Vccl_program_table. | |
11 (check_ccl_update): New function. | |
12 (Fregister_ccl_program): Use ASET to set an element of a vector. | |
13 Adjusted for the change of Vccl_program_table. | |
14 | |
15 * ccl.h (struct ccl_program): New member idx. | |
16 (check_ccl_update): Extern it. | |
17 | |
1 2005-05-27 Juanma Barranquero <lekktu@gmail.com> | 18 2005-05-27 Juanma Barranquero <lekktu@gmail.com> |
2 | 19 |
3 * buffer.c (Fbuffer_local_value): Make argument name match its use | 20 * buffer.c (Fbuffer_local_value): Make argument name match its use |
4 in docstring. | 21 in docstring. |
5 | 22 |