From a8045549dd7313cf9209ee9c9a75ccb5070ed046 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Mar 1998 12:45:22 +0000 Subject: [PATCH] tm 7.41. --- ChangeLog | 25 +++++++++++++++++++++++++ Makefile | 11 ++++++----- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 009285c..aaf7d3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Sat Jan 20 13:25:43 1996 Morioka Tomohiko + + * tl: Version 7.09 was released. + +Thu Jan 18 17:16:05 1996 Morioka Tomohiko + + * mu-cite.el: new method `in-id': default value of variable + `mu-cite/top-format' was changed to use it. + +Thu Jan 18 14:48:33 1996 Morioka Tomohiko + + * tl-822.el (rfc822/non-qtext-char-list): new constant + + * tl-822.el: Constant `rfc822/non-qtext-chars' was deleted. + + * tl-822.el (rfc822/wrap-as-quoted-string): new function + + * tl-str.el (char-list-to-string): new macro + + * genjis.el: new module + +Thu Jan 18 01:55:25 1996 Yoshiyuki Yamagami + + * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474]) + Wed Jan 17 08:23:41 1996 Morioka Tomohiko * tl: version 7.08 was released. diff --git a/Makefile b/Makefile index 5253608..6a195c2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ # -# $Id: Makefile,v 6.1 1995/09/08 17:51:11 morioka Exp morioka $ +# $Id: Makefile,v 7.1 1996/01/18 10:21:11 morioka Exp morioka $ # EMACS = mule +FLAGS = -batch -q -no-site-file -l mk-tl # Please specfy Emacs Lisp install directory: @@ -19,17 +20,17 @@ TLDIR19 = $(HOME)/lib/emacs19/lisp FILES = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \ tl/ChangeLog -TARFILE = tl-7.08.tar +TARFILE = tl-7.09.tar elc: - $(EMACS) -batch -l mk-tl -f compile-tl + $(EMACS) $(FLAGS) -f compile-tl install-18: elc - $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR18) + $(EMACS) $(FLAGS) -f install-tl $(TLDIR18) install-19: elc - $(EMACS) -batch -l mk-tl -f install-tl $(TLDIR19) + $(EMACS) $(FLAGS) -f install-tl $(TLDIR19) clean: -- 1.7.10.4