# HG changeset patch # User Richard M. Stallman # Date 1008603212 0 # Node ID bc0b85435fe4e584609e1474d9ece3c04d3b7343 # Parent 09cc243e2d141a49f00e335d56d669b52703c3e9 *** empty log message *** diff -r 09cc243e2d14 -r bc0b85435fe4 src/ChangeLog --- a/src/ChangeLog Mon Dec 17 15:33:12 2001 +0000 +++ b/src/ChangeLog Mon Dec 17 15:33:32 2001 +0000 @@ -5,7 +5,12 @@ 2001-12-17 Richard M. Stallman - * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding) + * coding.c (code_convert_region): Update coding->cmp_data->char_offset + before calling decode_coding. + + * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal. + + * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding) instead of only for COMPOSITION_DISABLED. 2001-12-16 Richard M. Stallman