emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 27 May 2005 07:28:42 -0400

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  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * buffer.c (Fbuffer_local_value): Make argument name match its use




reply via email to

[Prev in Thread] Current Thread [Next in Thread]