Mercurial > emacs
changeset 42106:bc0b85435fe4
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 17 Dec 2001 15:33:32 +0000 |
parents | 09cc243e2d14 |
children | 7a239c5cc1ed |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rms@gnu.org> - * 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 <rms@gnu.org>