From: morioka Date: Mon, 9 Mar 1998 19:52:51 +0000 (+0000) Subject: tm 7.76. X-Git-Tag: tm7_76~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d2324ca0143b9a6f2b3713697705bda858aa843b;p=elisp%2Fapel.git tm 7.76. --- diff --git a/ChangeLog b/ChangeLog index 18fdc44..df6d007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Aug 6 12:18:37 1996 MORIOKA Tomohiko + + * tl: Version 7.44 was released. + +Mon Aug 5 15:15:18 1996 MORIOKA Tomohiko + + * emu-mule.el (mime-charset-coding-system-alist): add `x-ctext'. + + (default-mime-charset): default value was changed to `x-ctext'. + + Thu Aug 1 06:43:54 1996 MORIOKA Tomohiko * tl: Version 7.43.2 was released. diff --git a/emu-mule.el b/emu-mule.el index c58d7f4..d19245a 100644 --- a/emu-mule.el +++ b/emu-mule.el @@ -6,7 +6,7 @@ ;;; ;;; Author: MORIOKA Tomohiko ;;; Version: -;;; $Id: emu-mule.el,v 7.43 1996/07/15 08:21:54 morioka Exp $ +;;; $Id: emu-mule.el,v 7.44 1996/08/05 15:15:18 morioka Exp $ ;;; Keywords: emulation, compatibility, Mule ;;; ;;; This file is part of tl (Tiny Library). @@ -121,10 +121,11 @@ lc-cns1 lc-cns2 lc-ltn1 lc-grk) 'iso-2022-int-1) )) -(defvar default-mime-charset 'iso-2022-int-1) +(defvar default-mime-charset 'x-ctext) (defvar mime-charset-coding-system-alist '((iso-8859-1 . *ctext*) + (x-ctext . *ctext*) (gb2312 . *euc-china*) (koi8-r . *koi8*) (iso-2022-jp-2 . *iso-2022-ss2-7*)