+Thu Oct 24 08:25:47 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tl: Version 7.61.12 was released.
+ * tm: Version 7.92 was released.
+ * tm-vm: Version 7.68 was released.
+
+ * tm-edit.el (mime-editor::edit-again): Use function
+ `std11-unfold-string' instead of `rfc822/unfolding-string'.
+
+Thu Oct 24 08:14:02 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * inst-tm (make-mime-setup): generate relative method dir.
+\f
Thu Oct 24 04:43:52 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.61.11 was released.
# $Id: Makefile,v 7.30 1996/10/16 00:35:29 morioka Exp morioka $
#
-VERSION = 7.91
+VERSION = 7.92
SHELL = /bin/sh
MAKE = make
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id: inst-tm,v 7.39 1996/09/06 16:18:21 morioka Exp $
+;;; $Id: inst-tm,v 7.40 1996/10/24 08:14:02 morioka Exp $
;;;
(defun config-tm ()
(defun make-mime-setup (tl-absolute-path tl-path mu-path mel-path tm-path)
(let ((buf (find-file "mime-setup.el.in")))
(goto-char (point-min))
- (re-search-forward "^;;; Code:" nil t)
+ (re-search-forward "^;;; Code:\n" nil t)
(setq buffer-read-only nil)
;; generate tl setting
(insert (format "\n(add-path \"%s\")" tm-path)))
;; generate tm external-methods path setting
- (insert
- (format "\n(defvar mime-viewer/external-progs \"%s\")" METHOD_DIR))
+ (or (string= METHOD_DIR exec-directory)
+ (insert
+ (format "\n(defvar mime-viewer/external-progs %s)"
+ (let ((dir (file-relative-name METHOD_DIR data-directory)))
+ (if (< (length dir) (length METHOD_DIR))
+ (concat "\n (expand-file-name \""
+ dir "\" data-directory)")
+ (setq dir (file-relative-name METHOD_DIR
+ (expand-file-name "~/")))
+ (if (< (length dir) (length METHOD_DIR))
+ (concat "\n (expand-file-name \"~/"
+ dir "\")")
+ (concat "\"" METHOD_DIR "\"")
+ )))
+ ))
+ )
(write-file "mime-setup.el")
))
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1994/08/21 renamed from mime.el
-;; Version: $Revision: 7.91 $
+;; Version: $Revision: 7.92 $
;; Keywords: mail, news, MIME, multimedia, multilingual
;; This file is part of tm (Tools for MIME).
;;;
(defconst mime-editor/RCS-ID
- "$Id: tm-edit.el,v 7.91 1996/10/24 04:43:52 morioka Exp $")
+ "$Id: tm-edit.el,v 7.92 1996/10/24 08:25:47 morioka Exp $")
(defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
(end (std11-field-end)))
(setq encoding
(eliminate-top-spaces
- (rfc822/unfolding-string
+ (std11-unfold-string
(buffer-substring hbeg end))))
(if (or charset (string-equal type "text"))
(progn