From 77fbfed95f72871bd78a60192cf0d37d46fef719 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 9 Mar 1998 17:45:14 +0000 Subject: [PATCH] tm 7.54. --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 7 ++++--- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ff5a0d..c41cbd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +Fri Apr 26 05:28:30 1996 MORIOKA Tomohiko + + * tl: Version 7.22 was released. + + * tl-els: Version check for enriched.el was fixed for XEmacs 19.14. + +Fri Apr 26 02:45:12 1996 MORIOKA Tomohiko + + * bitmap.el (bitmap-decode-x-face): New function. + (bitmap-uncompface-program): New variable. + + * bitmap.el: New module. + +Thu Apr 25 22:15:52 1996 MORIOKA Tomohiko + + * tl-822.el (rfc822/get-field-names): New function. + +Thu Apr 25 21:30:12 1996 MORIOKA Tomohiko + + * tl-822.el (rfc822/get-field-bodies): New argument `boundary'; + use function `rfc822/narrow-to-header'. + + * tl-822.el (rfc822/get-field-body): add new argument `boundary'; + use function `rfc822/narrow-to-header'. + + * tl-822.el (rfc822/narrow-to-header): New function. + (rfc822/get-header-string): Use function `rfc822/narrow-to-header'. + (rfc822/get-header-string-except): Use function + `rfc822/narrow-to-header'. + +Thu Apr 25 16:15:12 1996 MORIOKA Tomohiko + + * tl-822.el (rfc822/get-header-string, + rfc822/get-header-string-except): Argument `boundary' is changed + to optional. + + * tl-822.el (rfc822/get-header-string): New function. + +Thu Apr 25 15:04:17 1996 MORIOKA Tomohiko + + * tl-822.el (rfc822/get-field-bodies): New function. + +Thu Apr 25 13:22:26 1996 Michael Sperber + + * tl-list.el (caar, cadr, last, butlast): changed to function + because these macros in tl-list.el screw up at least the loop + macro in CL which causes other lossage. (cf. [tm-en:467]) + + Thu Apr 25 12:08:33 1996 MORIOKA Tomohiko * tl: Version 7.19.3 was released. diff --git a/Makefile b/Makefile index bec8853..ee52cb8 100644 --- a/Makefile +++ b/Makefile @@ -17,10 +17,11 @@ TLDIR18 = $(HOME)/lib/emacs18/lisp TLDIR19 = $(HOME)/lib/emacs19/lisp -FILES = tl/README.eng tl/Makefile tl/mk-tl tl/tl-els \ - tl/*.el tl/doc/*.texi tl/ChangeLog +FILES = tl/README.en tl/Makefile tl/mk-tl tl/tl-els \ + tl/*.el tl/*.bdf \ + tl/doc/*.texi tl/ChangeLog -TARFILE = tl-7.19.1.tar +TARFILE = tl-7.22.tar elc: -- 1.7.10.4