# HG changeset patch # User Kenichi Handa # Date 1052209333 0 # Node ID 18e57407a82b117ffd90bfceadb354bbbdf58ca7 # Parent a9c2b371286323ca80cf20e0168dd49d0230db8c *** empty log message *** diff -r a9c2b3712863 -r 18e57407a82b src/ChangeLog --- a/src/ChangeLog Tue May 06 08:16:37 2003 +0000 +++ b/src/ChangeLog Tue May 06 08:22:13 2003 +0000 @@ -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.