# HG changeset patch # User Dave Love # Date 1063826974 0 # Node ID cc3b434cc2ce26f5cf4ba00abc8e38134373a62d # Parent c4f948b2b0da32bf5a5646ccb783069f7e4f0ccf *** empty log message *** diff -r c4f948b2b0da -r cc3b434cc2ce src/ChangeLog.22 --- a/src/ChangeLog.22 Wed Sep 17 19:26:25 2003 +0000 +++ b/src/ChangeLog.22 Wed Sep 17 19:29:34 2003 +0000 @@ -1,5 +1,16 @@ 2003-09-17 Dave Love + * xterm.c (x_term_init): Fix type error. + + * lisp.h: Add Funibyte_char_to_multibyte. + + * coding.c (Fread_coding_system): Fix arg of XSETSTRING. + (Fset_coding_system_priority): Doc fix. + + * alloc.c: Sync with HEAD version. + + * ccl.c (ccl_driver): Fix arg of CHARACTERP. + * indent.c (check_composition): Make start and end EMACS_INT. * character.c (lisp_string_width): Make ignore and end EMACS_INT.