+Mon Mar 25 13:30:53 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tl: Version 7.19 was released.
+ * tm: Version 7.48.2 was released.
+ * tm/mh-e: Version 7.57 was released.
+
+Wed Mar 20 13:00:06 1996 Shuhei KOBAYASHI <shuhei@cmpt01.phys.tohoku.ac.jp>
+
+ * tm-file.el (mime-article/extract-file): Confirm before
+ overwriting an existing file. (cf. [tm-ja:1674])
+
Thu Mar 14 13:39:57 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* signature.el: Function `signature-check-in-bbdb' was moved to
* tm-bbdb.el (signature-check-in-bbdb): New function; moved from
signature.el.
+\f
Wed Mar 13 18:05:28 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.18 was released.
FILES = $(TM_FILES) $(TM_MUA_FILES) $(MEL_FILES) $(TL_FILES)
-TARFILE = tm7.48.1.tar.gz
+TARFILE = tm7.48.2.tar.gz
elc:
$(EMACS) $(FLAGS) -l inst-tm -f compile-tm
;; please edit
;; It is relative style. Added path is searched from load-path.
-(add-path "sgnus-0.52/lisp/" 'all-paths)
+(add-path "sgnus-0.57/lisp/" 'all-paths)
;; It is absolute style.
;; (add-path "/usr/local/share/emacs/site-lisp/sgnus/lisp/")
+Sun Mar 24 22:40:03 1996 Rob Kooper <kooper@cc.gatech.edu>
+
+ * tm-au: patch for SGI machine (cf. [tm-en:392])
+
+Mon Mar 11 15:05:27 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm-html:
+ When starting netscape to view a html message it would always start a
+ new netscape browser. Following patch to tm/methods/tm-html will
+ prevent this. (cf.[bug-tm-en:373])
+
Mon Mar 10 23:07:42 1996 Rob Kooper <kooper@cc.gatech.edu>
* tm-html: When starting netscape to view a html message it would
#!/bin/sh -
#
-# $Id: tm-au,v 3.1 1995/12/18 11:34:57 morioka Exp $
+# $Id: tm-au,v 3.2 1996/03/25 12:35:55 morioka Exp $
#
if [ "$TM_TMP_DIR" = "" ]; then
fi
if [ "$5" = "" ]; then
- filename="$TM_TMP_DIR/mime$$.au"
+ filename="$TM_TMP_DIR/mime$$.au"
else
- filename="$TM_TMP_DIR/$5"
+ filename="$TM_TMP_DIR/$5"
fi
case "$4" in
"play")
echo "$2; $3 ->"
- if [ "$AUDIOSERVER" = "" ]; then
- tmdecode $3 $1 /dev/audio
- else
+ if [ "$AUDIOSERVER" = "" ]; then
+ if [ `uname` = "IRIX" ]; then
+ tmdecode $3 $1 $filename
+ sfplay $filename
+ trap 'rm -f $filename' 0 1 2 3 13 15
+ else
+ tmdecode $3 $1 /dev/audio
+ fi
+ else
tmdecode $3 $1 $filename
autool -v 40 $filename
trap 'rm -f $filename' 0 1 2 3 13 15
- fi
+ fi
;;
"extract")
echo "$2; $3 -> $filename"
- echo "extract to $filename"
+ echo "extract to $filename"
tmdecode $3 $1 $filename
;;
esac
#!/bin/sh -
#
-# $Id: tmdecode,v 3.0 1995/12/18 11:36:36 morioka Exp $
+# $Id: tmdecode,v 3.0 1995/12/18 11:36:36 morioka Exp morioka $
#
trap 'rm -f $2' 0 1 2 3 13 15
eval "cat $2 $OUTPUT"
;;
"base64")
- #decode-b < $2 > $3
+ #eval "decode-b < $2 $OUTPUT"
eval "mmencode -u $2 $OUTPUT"
;;
"quoted-printable")
"x-uue"|"x-uuencode")
(cd $TM_TMP_DIR ; uudecode $2)
;;
+"x-gzip64")
+ #eval "decode-b < $2 | gzip -cd $OUTPUT"
+ eval "mmencode -u $2 | gzip -cd $OUTPUT"
+ ;;
*)
echo "unknown encoding"
exit -1
+Mon Mar 25 11:57:17 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tm/mh-e: Version 7.57 was released.
+
+ * tm-mh-e.el (mh-temp-buffer): declare for mh-e 4.1 or earlier.
+ (cf. [tm-ja:1672])
+
+ * tmh-comp.el (tm-mh-e::insert-letter): New function; for version
+ independent (cf. [tm-ja:1672])
+
+\f
Wed Mar 6 02:03:17 1996 Morioka Tomohiko <morioka@jaist.ac.jp>
* tm/mh-e: Version 7.56 was released.
FILES = tm/mh-e/*.el tm/mh-e/Makefile tm/mh-e/mk-tmh tm/mh-e/*.ol
-TARFILE = tm-mh-e7.56.tar
+TARFILE = tm-mh-e7.57.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.56 $
+;;; Version: $Revision: 7.57 $
;;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual
;;;
;;; This file is part of tm (Tools for MIME).
(or (fboundp 'mh-get-header-field)
(defalias 'mh-get-header-field 'mh-get-field)
)
+(or (boundp 'mh-temp-buffer)
+ (defconst mh-temp-buffer " *mh-temp*")
+ )
;;; @ version
;;;
(defconst tm-mh-e/RCS-ID
- "$Id: tm-mh-e.el,v 7.56 1996/03/06 02:03:17 morioka Exp $")
+ "$Id: tm-mh-e.el,v 7.57 1996/03/25 11:57:17 morioka Exp $")
(defconst tm-mh-e/version (get-version-string tm-mh-e/RCS-ID))
;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;;; Created: 1996/2/29 (separated from tm-mh-e.el)
;;; Version:
-;;; $Id: tmh-comp.el,v 2.0 1996/02/29 15:11:19 morioka Exp $
+;;; $Id: tmh-comp.el,v 3.0 1996/03/25 11:56:31 morioka Exp $
;;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual
;;;
;;; This file is part of tm (Tools for MIME).
mh-note-forw "Forwarded:"
config)))))
+(cond ((not (boundp 'mh-e-version))
+ (defun tm-mh-e::insert-letter (folder number verbatim)
+ (mh-insert-letter verbatim folder number)
+ )
+ )
+ ((string-lessp mh-e-version "5")
+ (defun tm-mh-e::insert-letter (folder number verbatim)
+ (mh-insert-letter number folder verbatim)
+ )
+ )
+ (t
+ (defalias 'tm-mh-e::insert-letter 'mh-insert-letter)
+ ))
+
(defun tm-mh-e/insert-letter (verbatim)
"Interface to mh-insert-letter."
(interactive "P")
mh-sent-from-folder "+inbox")
nil))
(number (tm-mh-e/prompt-for-message "Message number: " folder)))
- (mh-insert-letter folder number verbatim)))
+ (tm-mh-e::insert-letter folder number verbatim)))
(defun tm-mh-e/yank-cur-msg ()
"Interface to mh-yank-cur-msg."
;;; Copyright (C) 1995 MORIOKA Tomohiko
;;;
;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
+;;; modified by KOBAYASHI Shuhei <shuhei@cmpt01.phys.tohoku.ac.jp>
;;; Version:
-;;; $Id: tm-file.el,v 7.2 1995/12/21 18:08:22 morioka Exp $
+;;; $Id: tm-file.el,v 7.4 1996/03/25 12:48:13 morioka Exp $
;;; Keywords: mail, news, MIME, multimedia
;;;
;;; This file is part of tm (Tools for MIME).
))
(encoding (cdr (assq 'encoding cal)))
(filename
- (if name
+ (if (and name (not (string-equal name "")))
(expand-file-name name
(call-interactively
(function
(the-buf (current-buffer))
(tmp-buf (generate-new-buffer (file-name-nondirectory filename)))
)
+ (if (file-exists-p filename)
+ (or (yes-or-no-p (format "File %s exists. Save anyway? " filename))
+ (error "")))
(re-search-forward "\n\n")
(append-to-buffer tmp-buf (match-end 0) end)
(save-excursion