aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9a3a814d6c2..d85709e4c35 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12005-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
12005-05-27 Juanma Barranquero <lekktu@gmail.com> 182005-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