From: Kenichi Handa Date: Fri, 23 Jan 2004 00:20:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f61d031bc7c3715c303396dbb9621dc0d6c4c66;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 23e1c27e0ca..068f19ea821 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2004-01-23 Kenichi Handa + + * fns.c (Fmd5): If OBJECT is a buffer different from the current + one, set buffer to OBJECT temporarily. + +2003-08-27 Kenichi Handa + + * coding.c (detect_coding_iso2022): While checking a byte sequence + for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check + it in the normal loop. + 2003-09-17 Dave Love * unexalpha.c: Don't include varargs.h.