aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2005-05-27 11:28:42 +0000
committerKenichi Handa2005-05-27 11:28:42 +0000
commit7cf49add818a6f2e43bedb3869ed8b647f3435fe (patch)
tree5b726683836ec968c767579045c4f55dc642b931 /src/ChangeLog
parentd8752c9ec0de92e270f5b6c8178d6bde15c10028 (diff)
downloademacs-7cf49add818a6f2e43bedb3869ed8b647f3435fe.tar.gz
emacs-7cf49add818a6f2e43bedb3869ed8b647f3435fe.zip
*** empty log message ***
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