Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4410 emacs/src/ChangeLog:1.4411
*** emacs/src/ChangeLog:1.4410 Fri May 27 11:02:11 2005
--- emacs/src/ChangeLog Fri May 27 11:28:42 2005
***************
*** 1,3 ****
--- 1,20 ----
+ 2005-05-27 Kenichi Handa <[EMAIL PROTECTED]>
+
+ * xterm.c (x_encode_char): Call check_ccl_update in advance.
+
+ * ccl.c: Now an element of Vccl_program_table is a vector of
+ length 4, not 3.
+ (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted
+ for the change of Vccl_program_table.
+ (setup_ccl_program): Adjusted for the change of
+ Vccl_program_table.
+ (check_ccl_update): New function.
+ (Fregister_ccl_program): Use ASET to set an element of a vector.
+ Adjusted for the change of Vccl_program_table.
+
+ * ccl.h (struct ccl_program): New member idx.
+ (check_ccl_update): Extern it.
+
2005-05-27 Juanma Barranquero <[EMAIL PROTECTED]>
* buffer.c (Fbuffer_local_value): Make argument name match its use
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs