tm 7.88.
authormorioka <morioka>
Tue, 10 Mar 1998 05:16:30 +0000 (05:16 +0000)
committermorioka <morioka>
Tue, 10 Mar 1998 05:16:30 +0000 (05:16 +0000)
ChangeLog
Makefile
tm-edit.el

index e395484..8d88009 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Wed Sep 25 02:13:54 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.61.8 was released.
+       * tm: Version 7.88 was released.
+       * tm-vm: Version 7.65 was released.
+       * tm-mh-e: Version 7.70 was released.
+
+Tue Sep 24 22:00:21 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * tm-edit.el (mime-editor/voice-recorder-for-sun): Show message
+       how to stop recording.
+
+\f
 Mon Sep 23 19:53:58 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.61.7 was released.
@@ -95,6 +108,7 @@ Sun Sep 15 04:17:35 1996  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
        * tl: Version 7.61.4 was released.
        * MU: Version 0.33 was released.
        * tm: Version 7.85 was released.
+       * tm-mail: Version 7.25.1 was released.
 
        * tm-edit.el (mime-editor::edit-again, mime/edit-again): Use
        function `std11-field-end' instead of `rfc822/field-end'.
index 3334cb1..01a894b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # $Id: Makefile,v 7.29 1996/09/07 17:20:36 morioka Exp morioka $
 #
 
-VERSION = 7.87
+VERSION = 7.88
 
 SHELL  = /bin/sh
 MAKE   = make
index 2601a39..54cda4e 100644 (file)
@@ -6,7 +6,7 @@
 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
-;; Version: $Revision: 7.87 $
+;; Version: $Revision: 7.88 $
 ;; 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.87 1996/09/23 19:53:58 morioka Exp $")
+  "$Id: tm-edit.el,v 7.88 1996/09/24 22:00:21 morioka Exp $")
 
 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
 
@@ -2029,6 +2029,8 @@ Content-Transfer-Encoding: 7bit
 (defun mime-editor/voice-recorder-for-sun (encoding)
   "Record voice in a buffer using Sun audio device,
 and insert data encoded as ENCODING. [tm-edit.el]"
+  (message "Start the recording on %s.  Type C-g to finish the recording..."
+          (system-name))
   (mime-insert-encoded-file "/dev/audio" encoding)
   )