aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-17 15:33:32 +0000
committerRichard M. Stallman2001-12-17 15:33:32 +0000
commit0e79d66738310dc543d639d7d92dfdfb0660f384 (patch)
tree91396e88dadea6d7ebca3c8cd72305c7af059959 /src/ChangeLog
parent93dec0196becfb2d190dcd3c5eca1715388c6b9f (diff)
downloademacs-0e79d66738310dc543d639d7d92dfdfb0660f384.tar.gz
emacs-0e79d66738310dc543d639d7d92dfdfb0660f384.zip
(code_convert_region): Update coding->cmp_data->char_offset
before calling decode_coding.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 25795977b96..46d83df8d36 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,7 +5,12 @@
5 5
62001-12-17 Richard M. Stallman <rms@gnu.org> 62001-12-17 Richard M. Stallman <rms@gnu.org>
7 7
8 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding) 8 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
9 before calling decode_coding.
10
11 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
12
13 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
9 instead of only for COMPOSITION_DISABLED. 14 instead of only for COMPOSITION_DISABLED.
10 15
112001-12-16 Richard M. Stallman <rms@gnu.org> 162001-12-16 Richard M. Stallman <rms@gnu.org>