From bf470ae20fae6855a6408f3ffad3a45cde0763c7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 6 May 2003 08:22:13 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5e31e6d16c5..130028a96fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2003-05-06 Kenichi Handa + + * coding.c (coding_set_source): Fix for the case that the current + buffer is different from coding->src_object. + (decode_coding_object): Don't use the conversion work buffer if + DST_OBJECT is a buffer. + 2003-05-04 Dave Love * lread.c (read_emacs_mule_char) [len==2]: Index @@ -12,7 +19,7 @@ (setup_coding_system, coding_category, CATEGORY_MASK_ANY) (detected_mask): Remove Big5 bits. -2003-04-09 Kenichi Handa +2003-04-09 Kenichi Handa The following changes are to make the font rescaling facility compatible with Emacs 21. @@ -28,7 +35,7 @@ (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. -2003-03-28 Kenichi Handa +2003-03-28 Kenichi Handa * coding.c (Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig) (Qutf_16_le): Remove these variables. -- 2.39.5