From: tomo Date: Mon, 17 May 1999 09:42:38 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-13-sjis-big5~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=70cfcc3e510c3613ec5417340a89ada627db221f;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/ChangeLog b/ChangeLog index 7057cf3..85200f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-09-04 MORIOKA Tomohiko + + * configure.in: Delete mule-coding.o. + 1999-03-12 XEmacs Build Bot * XEmacs 21.2.13 is released diff --git a/configure b/configure index 8092ac2..cb39d6e 100755 --- a/configure +++ b/configure @@ -7790,8 +7790,8 @@ cat >> confdefs.h <<\EOF EOF } - extra_objs="$extra_objs mule.o mule-ccl.o mule-charset.o mule-coding.o file-coding.o" && if test "$extra_verbose" = "yes"; then - echo " xemacs will be linked with \"mule.o mule-ccl.o mule-charset.o mule-coding.o file-coding.o\"" + extra_objs="$extra_objs mule.o mule-ccl.o mule-charset.o file-coding.o" && if test "$extra_verbose" = "yes"; then + echo " xemacs will be linked with \"mule.o mule-ccl.o mule-charset.o file-coding.o\"" fi for ac_hdr in libintl.h diff --git a/src/ChangeLog b/src/ChangeLog index 8b6a8ae..96466d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +1998-09-13 MORIOKA Tomohiko + + * file-coding.c (decode_coding_sjis): fixed. + +1998-09-04 MORIOKA Tomohiko + + * Delete mule-coding.c and mule-coding.h because they are not + used. + 1999-03-12 XEmacs Build Bot * XEmacs 21.2.13 is released