+Mon Jun 3 14:52:18 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tl: Version 7.29.1 was released.
+ * MEL: Version 5.2 was released.
+ * tm: Version 7.66.1 was released.
+ * tm/mh-e: Version 7.63 was released.
+
+ * doc/Makefile (world): fixed.
+
+Mon Jun 3 14:33:35 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm-ew-e.el (mime/encode-field): must count a space after `:'.
+
+Mon Jun 3 14:31:15 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm-ew-e.el (tm-eword::encode-rwl): must insert a space between
+ encoded-words.
+
+Fri May 31 14:51:49 Jens Lautenbacher <jtl@tkm.physik.uni-karlsruhe.de>
+
+ * tm-def.el (tm:browse-url): If argument `URL' is exist, funcall
+ `browse-url-browser-function' with `URL'.
+
+\f
Tue May 28 03:40:11 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.29 was released.
FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
-TARFILE = tm7.66.tar.gz
+TARFILE = tm7.66.1.tar.gz
elc:
$(EMACS) $(FLAGS) -l inst-tm -f compile-tm
#
-# $Id: Makefile,v 3.0 1996/04/19 13:39:16 morioka Exp morioka $
+# $Id: Makefile,v 3.1 1996/06/03 14:52:18 morioka Exp $
#
EMACS=mule
all: world
-world: all-ja all-en
+world: ja en
ja: info-ja dvi-ja
+Mon Jun 3 14:40:35 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm/mh-e: Version 7.63 was released.
+
+Thu May 30 00:18:04 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm-mh-e.el: mh-e bundled in Emacs 19.31 does not have variable
+ `mh-e-version', so version check code was changed.
+
+ Does not back up original `mh-display-msg'.
+
+\f
Mon May 20 15:24:56 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tm/mh-e: Version 7.62 was released.
FILES = tm/mh-e/*.el tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/*.ol
-TARFILE = tm-mh-e7.62.tar
+TARFILE = tm-mh-e7.63.tar
elc:
;;; modified by YAMAOKA Katsumi <yamaoka@ga.sony.co.jp>
;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Created: 1993/11/21 (obsolete mh-e-mime.el)
-;;; Version: $Revision: 7.62 $
+;;; Version: $Revision: 7.63 $
;;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual
;;;
;;; This file is part of tm (Tools for MIME).
(require 'tl-str)
(require 'tl-misc)
(require 'mh-e)
-(if (not (boundp 'mh-e-version))
+(or (featurep 'mh-utils)
(require 'tm-mh-e3)
- )
+ )
(require 'tm-view)
(or (fboundp 'mh-get-header-field)
;;;
(defconst tm-mh-e/RCS-ID
- "$Id: tm-mh-e.el,v 7.62 1996/05/20 15:24:56 morioka Exp $")
+ "$Id: tm-mh-e.el,v 7.63 1996/05/30 00:18:04 morioka Exp $")
(defconst tm-mh-e/version (get-version-string tm-mh-e/RCS-ID))
;;; @ functions
;;;
-(if (not (fboundp 'tm-mh-e/original-mh-display-msg))
- (fset 'tm-mh-e/original-mh-display-msg
- (symbol-function 'mh-display-msg))
- )
+;; (if (not (fboundp 'tm-mh-e/original-mh-display-msg))
+;; (fset 'tm-mh-e/original-mh-display-msg
+;; (symbol-function 'mh-display-msg))
+;; )
(defun mh-display-msg (msg-num folder &optional show-buffer mode)
(or mode
;;;
;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Version:
-;;; $Id: tm-def.el,v 7.44 1996/05/27 14:51:15 morioka Exp $
+;;; $Id: tm-def.el,v 7.45 1996/05/31 17:52:07 morioka Exp $
;;; Keywords: mail, news, MIME, multimedia, definition
;;;
;;; This file is part of tm (Tools for MIME).
(defun tm:browse-url (&optional url)
(if (fboundp browse-url-browser-function)
- (call-interactively browse-url-browser-function)
+ (if url
+ (funcall browse-url-browser-function url)
+ (call-interactively browse-url-browser-function))
(if (fboundp tm:mother-button-dispatcher)
(call-interactively tm:mother-button-dispatcher)
)
;;; Copyright (C) 1993 .. 1996 MORIOKA Tomohiko
;;;
;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;;; Version: $Revision: 7.18 $
+;;; Version: $Revision: 7.20 $
;;; Keywords: mail, news, MIME, RFC 1522, multilingual, encoded-word
;;;
;;; This file is part of tm (Tools for MIME).
;;;
(defconst tm-ew-e/RCS-ID
- "$Id: tm-ew-e.el,v 7.18 1996/05/09 18:08:47 morioka Exp $")
+ "$Id: tm-ew-e.el,v 7.20 1996/06/03 14:33:35 morioka Exp $")
(defconst mime-eword/encoder-version (get-version-string tm-ew-e/RCS-ID))
))
(defun tm-eword::encode-rwl (column rwl &optional mode)
- (let (ret dest ps special str)
+ (let (ret dest ps special str ew-f pew-f)
(while rwl
+ (setq ew-f (nth 2 (car rwl)))
+ (if (and pew-f ew-f)
+ (setq rwl (cons '(" ") rwl)
+ pew-f nil)
+ (setq pew-f ew-f)
+ )
(setq ret (tm-eword::encode-string-1 column rwl mode))
(setq str (car ret))
(if (eq (elt str 0) ?\n)
"bcc" "resent-bcc" "dcc")
)
(car (tm-eword::encode-address-list
- (+ (length field-name) 1) field-body))
+ (+ (length field-name) 2) field-body))
)
(t
(catch 'tag