commit/tm: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in tm:

https://bitbucket.org/xemacs/tm/commits/638a6ee636e5/
Changeset:   638a6ee636e5
User:        Jerry James
Date:        2014-05-13 21:54:54
Summary:     Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x

See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #:  80 files

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* All files: restore CVS keyword expansions.
+	* texi/*-ja.texi: Update for texinfo 5.x.
+
 2008-04-25  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.39 released.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 char-util.el
--- a/char-util.el
+++ b/char-util.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996,1997 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: char-util.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: character, Emacs/mule
 
 ;; This file is not part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 cless.el
--- a/cless.el
+++ b/cless.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$
+;;	$Id: cless.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: common lisp
 
 ;; This file is not part of GNU Emacs.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 gnus-art-mime.el
--- a/gnus-art-mime.el
+++ b/gnus-art-mime.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id$
+;;	$Id: gnus-art-mime.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 gnus-charset.el
--- a/gnus-charset.el
+++ b/gnus-charset.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id$
+;;	$Id: gnus-charset.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 gnus-mime.el
--- a/gnus-mime.el
+++ b/gnus-mime.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/8/6
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.
@@ -33,7 +33,7 @@
 ;;;
 
 (defconst gnus-mime-RCS-ID
-  "$Id$")
+  "$Id: gnus-mime.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $")
 
 (defconst gnus-mime-version
   (get-version-string gnus-mime-RCS-ID))

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 gnus-sum-mime.el
--- a/gnus-sum-mime.el
+++ b/gnus-sum-mime.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id$
+;;	$Id: gnus-sum-mime.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 latex-math-symbol.el
--- a/latex-math-symbol.el
+++ b/latex-math-symbol.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/7/1
 ;; Version:
-;;    $Id$
+;;    $Id: latex-math-symbol.el,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $
 ;; Keywords: LaTeX, math, mule
 
 ;; This file is part of MU (Message Utilities).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-au
--- a/lib-src/tm-au
+++ b/lib-src/tm-au
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-au,v 1.1 1998-10-13 02:50:00 steveb Exp $
 #
 # Copyright 1994,1995,1996,1997 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-file
--- a/lib-src/tm-file
+++ b/lib-src/tm-file
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-file,v 1.1 1998-10-13 02:50:00 steveb Exp $
 #
 # Copyright 1994,1995,1996,1997 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-html
--- a/lib-src/tm-html
+++ b/lib-src/tm-html
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id$
+# $Id: tm-html,v 1.1 1998-10-13 02:50:00 steveb Exp $
 #
 # Copyright 1994,1995,1996,1997 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-image
--- a/lib-src/tm-image
+++ b/lib-src/tm-image
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-image,v 1.1 1998-10-13 02:50:00 steveb Exp $
 #
 # Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-mpeg
--- a/lib-src/tm-mpeg
+++ b/lib-src/tm-mpeg
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-mpeg,v 1.1 1998-10-13 02:50:01 steveb Exp $
 #
 # Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-plain
--- a/lib-src/tm-plain
+++ b/lib-src/tm-plain
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-plain,v 1.1 1998-10-13 02:50:01 steveb Exp $
 #
 # Copyright 1994,1995,1996,1997 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tm-ps
--- a/lib-src/tm-ps
+++ b/lib-src/tm-ps
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tm-ps,v 1.1 1998-10-13 02:50:01 steveb Exp $
 #
 # Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 lib-src/tmdecode
--- a/lib-src/tmdecode
+++ b/lib-src/tmdecode
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-# $Id$
+# $Id: tmdecode,v 1.1 1998-10-13 02:50:01 steveb Exp $
 #
 # Copyright 1994, 1995, 1996 Free Software Foundation, Inc.
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mel-b.el
--- a/mel-b.el
+++ b/mel-b.el
@@ -6,7 +6,7 @@
 ;;         MORIOKA Tomohiko <[email protected]>
 ;; Maintainer: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/6/24
-;; Version: $Id$
+;; Version: $Id: mel-b.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: MIME, Base64
 
 ;; This file is part of MEL (MIME Encoding Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mel-g.el
--- a/mel-g.el
+++ b/mel-g.el
@@ -7,7 +7,7 @@
 ;;	modified by MORIOKA Tomohiko <[email protected]>
 ;; Maintainer: Shuhei KOBAYASHI <[email protected]>
 ;; Created: 1995/10/25
-;; Version: $Id$
+;; Version: $Id: mel-g.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: Gzip64, base64, gzip, MIME
 
 ;; This file is not part of MEL (MIME Encoding Library) yet.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mel-q.el
--- a/mel-q.el
+++ b/mel-q.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/6/25
-;; Version: $Id$
+;; Version: $Id: mel-q.el,v 1.2 1998-06-15 05:54:28 steveb Exp $
 ;; Keywords: MIME, Quoted-Printable, Q-encoding
 
 ;; This file is part of MEL (MIME Encoding Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mel-u.el
--- a/mel-u.el
+++ b/mel-u.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/10/25
-;; Version: $Id$
+;; Version: $Id: mel-u.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: uuencode
 
 ;; This file is part of MEL (MIME Encoding Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mel.el
--- a/mel.el
+++ b/mel.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; modified by Shuhei KOBAYASHI <[email protected]>
 ;; Created: 1995/6/25
-;; Version: $Id$
+;; Version: $Id: mel.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: MIME, Base64, Quoted-Printable, uuencode, gzip64
 
 ;; This file is part of MEL (MIME Encoding Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 message-mime.el
--- a/message-mime.el
+++ b/message-mime.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/8/6
 ;; Version:
-;;	$Id$
+;;	$Id: message-mime.el,v 1.2 2000-07-09 11:59:31 adrian Exp $
 ;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of GNU Emacs yet.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mime-setup.el
--- a/mime-setup.el
+++ b/mime-setup.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$
+;;	$Id: mime-setup.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mu-bbdb.el
--- a/mu-bbdb.el
+++ b/mu-bbdb.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 Shuhei KOBAYASHI
 
 ;; Author: Shuhei KOBAYASHI <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mu-bbdb.el,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $
 
 ;; This file is part of tl (Tiny Library).
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 mu-cite.el
--- a/mu-cite.el
+++ b/mu-cite.el
@@ -6,7 +6,7 @@
 ;;         MINOURA Makoto <[email protected]>
 ;;         Shuhei KOBAYASHI <[email protected]>
 ;; Maintainer: Shuhei KOBAYASHI <[email protected]>
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: mail, news, citation
 
 ;; This file is part of MU (Message Utilities).
@@ -54,7 +54,7 @@
 ;;;
 
 (defconst mu-cite/RCS-ID
-  "$Id$")
+  "$Id: mu-cite.el,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $")
 (defconst mu-cite/version (get-version-string mu-cite/RCS-ID))
 
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 range.el
--- a/range.el
+++ b/range.el
@@ -6,7 +6,7 @@
 ;;         Lars Magne Ingebrigtsen <[email protected]>
 ;;         MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$
+;;	$Id: range.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: range
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 sc-setup.el
--- a/sc-setup.el
+++ b/sc-setup.el
@@ -1,5 +1,5 @@
 ;;;
-;;; $Id$
+;;; $Id: sc-setup.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;;
 
 (require 'emu)

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 signature.el
--- a/signature.el
+++ b/signature.el
@@ -9,7 +9,7 @@
 ;; Maintainer: Shuhei KOBAYASHI <[email protected]>
 ;; Created: 1994/7/11
 ;; Version:
-;;	$Id$
+;;	$Id: signature.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, signature
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi-util.el
--- a/texi-util.el
+++ b/texi-util.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: texi-util.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: Texinfo
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,18 +0,0 @@
-gnus-mime-en*.html
-gnus-mime-ja*.html
-gnus-mime-en.info
-tm-edit-en*.html
-tm-edit-ja*.html
-tm-edit-en.info
-tm-en*.html
-tm-ja*.html
-tm-en.info
-tm-mh-e-en*.html
-tm-mh-e-ja*.html
-tm-mh-e-en.info
-tm-view-en*.html
-tm-view-ja*.html
-tm-view-en.info
-tm-vm-en*.html
-tm-vm-ja*.html
-tm-vm-en.info

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/gnus-mime-en.sgml
--- a/texi/gnus-mime-en.sgml
+++ b/texi/gnus-mime-en.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: gnus-mime-en.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>gnus-mime 0.10 reference manual (English Version)
 <author>MORIOKA Tomohiko <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/gnus-mime-ja.sgml
--- a/texi/gnus-mime-ja.sgml
+++ b/texi/gnus-mime-ja.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: gnus-mime-ja.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>gnus-mime 0.10 $B@bL@=q!JF|K\8lHG!K(B
 <author>$B<i2,(B $BCNI'(B <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/gnus-mime-ja.texi
--- a/texi/gnus-mime-ja.texi
+++ b/texi/gnus-mime-ja.texi
@@ -1,6 +1,6 @@
 \input texinfo.tex
 @setfilename gnus-mime-ja.info
-@settitle{gnus-mime 0.10 $B@bL@=q!JF|K\8lHG!K(B}
+@settitle gnus-mime 0.10 $B@bL@=q!JF|K\8lHG!K(B
 @direntry
 * Gnus-MIME-Ja::           MIME extensions for Gnus ($BF|K\8lHG(B)
 @end direntry

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-edit-en.sgml
--- a/texi/tm-edit-en.sgml
+++ b/texi/tm-edit-en.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-edit-en.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-edit 7.100 Reference Manual (English Version)
 <author>MORIOKA Tomohiko <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-edit-ja.sgml
--- a/texi/tm-edit-ja.sgml
+++ b/texi/tm-edit-ja.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-edit-ja.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-edit 7.100 $B@bL@=q!JF|K\8lHG!K(B
 <author>$B<i2,(B $BCNI'(B <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-edit-ja.texi
--- a/texi/tm-edit-ja.texi
+++ b/texi/tm-edit-ja.texi
@@ -1,6 +1,6 @@
 \input texinfo.tex
 @setfilename tm-edit-ja.info
-@settitle{tm-edit 7.100 $B@bL@=q!JF|K\8lHG!K(B}
+@settitle tm-edit 7.100 $B@bL@=q!JF|K\8lHG!K(B
 @direntry
 * Tm-Edit-Ja::         MIME composer for GNU Emacs ($BF|K\8lHG(B)
 @end direntry

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-en.sgml
--- a/texi/tm-en.sgml
+++ b/texi/tm-en.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-en.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm 7.100 Manual (English Version)
 <author>MORIOKA Tomohiko <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-ja.sgml
--- a/texi/tm-ja.sgml
+++ b/texi/tm-ja.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-ja.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm 7.100 Manual$B!JF|K\8lHG!K(B
 <author>$B<i2,(B $BCNI'(B <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-ja.texi
--- a/texi/tm-ja.texi
+++ b/texi/tm-ja.texi
@@ -1,6 +1,6 @@
 \input texinfo.tex
 @setfilename tm-ja.info
-@settitle{tm 7.100 Manual$B!JF|K\8lHG!K(B}
+@settitle tm 7.100 Manual$B!JF|K\8lHG!K(B
 @direntry
 * Tm-Ja::              MIME package for GNU Emacs ($BF|K\8lHG(B)
 @end direntry
@@ -340,7 +340,7 @@
 
 $BBfOQ$d9a9A$GMQ$$$i$l$F$$$k<g$KHKBN;z$GI=5-$5$l$kCf9q8l$rI=8=$9$k$?$a$N(B 
 $B?^7AJ8;z=89g(B(@ref{Graphic character set})$B!#BfOQ$NI8=`!#8=:_!"(B94$B!_(B94
-(@ref{94x94 character set}) $B$NLL$,Bh#1LL$+$iBh#7LL$^$G$"$k!#(B@refill
+(@ref{94x94-character set}) $B$NLL$,Bh#1LL$+$iBh#7LL$^$G$"$k!#(B@refill
 
 ISO 2022 (@ref{ISO 2022}) $B$G$N=*C<J8;z$O(B
 
@@ -1492,7 +1492,7 @@
 $B$a$NJ}K!$r$3$3$G$O(B @strong{PGP-kazu} $B$H8F$V$3$H$K$9$k!#(B@refill
 
 PGP-kazu $B$O(B @strong{application/pgp} $B$H$$$&(B content-type
-(@ref{content-type}) $B$rDj5A$9$k!#(B@refill
+(@ref{Content-Type field}) $B$rDj5A$9$k!#(B@refill
 
 application/pgp $B$N(B part $B$G$O(B PGP $B$N(B encapsulation (@ref{encapsulation}) 
 $B$,MQ$$$i$l$k!#(BPGP $B$N(B encapsulation (cf. @ref{RFC 934})
@@ -1546,7 +1546,7 @@
 @subsection Quoted-Printable
 
 RFC 2045 (@ref{RFC 2045}) $B$GDj5A$5$l$F$$$k(B MIME (@ref{MIME}) $B$K$*$1$k(B 
-binary data (@ref{binary data}) $B$N(B network $B$G$NJQ49K!$N#1$D!#(B@refill
+binary data (@ref{binary}) $B$N(B network $B$G$NJQ49K!$N#1$D!#(B@refill
 
 `=' $B$d@)8fJ8;z$d(B 128 $B0J>e$NJ8;z$J$I$O(B `=AF' $B$N$h$&$K(B `=' $B$N8e$KB3$/(B 16 
 $B?J?t$GI=8=$9$k!#$3$N$?$a!"(BASCII (@ref{ASCII}) $BJ8;zCf?4$N(B data $B$G$O(B 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-mh-e-en.sgml
--- a/texi/tm-mh-e-en.sgml
+++ b/texi/tm-mh-e-en.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-mh-e-en.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-mh-e 7.71 Reference Manual (English Version)
 <author>MORIOKA Tomohiko <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-mh-e-ja.sgml
--- a/texi/tm-mh-e-ja.sgml
+++ b/texi/tm-mh-e-ja.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-mh-e-ja.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-mh-e 7.71 $B@bL@=q!JF|K\8lHG!K(B
 <author>$B<i2,(B $BCNI'(B <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-mh-e-ja.texi
--- a/texi/tm-mh-e-ja.texi
+++ b/texi/tm-mh-e-ja.texi
@@ -1,6 +1,6 @@
 \input texinfo.tex
 @setfilename tm-mh-e-ja.info
-@settitle{tm-mh-e 7.71 $B@bL@=q!JF|K\8lHG!K(B}
+@settitle tm-mh-e 7.71 $B@bL@=q!JF|K\8lHG!K(B
 @direntry
 * Tm-Mh-E-Ja::            MIME extension for MH-E mail reader ($BF|K\8lHG(B)
 @end direntry

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-view-en.sgml
--- a/texi/tm-view-en.sgml
+++ b/texi/tm-view-en.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-view-en.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-view 7.80 Reference Manual (English Version)
 <author>MORIOKA Tomohiko <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-view-ja.sgml
--- a/texi/tm-view-ja.sgml
+++ b/texi/tm-view-ja.sgml
@@ -1,5 +1,5 @@
 <!doctype sinfo system>
-<!-- $Id$ -->
+<!-- $Id: tm-view-ja.sgml,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $ --><head><title>tm-view 7.80 Reference Manual$B!JF|K\8lHG!K(B
 <author>$B<i2,(B $BCNI'(B <mail>[email protected]</mail>

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-view-ja.texi
--- a/texi/tm-view-ja.texi
+++ b/texi/tm-view-ja.texi
@@ -1,6 +1,6 @@
 \input texinfo.tex
 @setfilename tm-view-ja.info
-@settitle{tm-view 7.80 Reference Manual$B!JF|K\8lHG!K(B}
+@settitle tm-view 7.80 Reference Manual$B!JF|K\8lHG!K(B
 @titlepage
 @title tm-view 7.80 Reference Manual$B!JF|K\8lHG!K(B
 @direntry

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 texi/tm-vm-en.texi
--- a/texi/tm-vm-en.texi
+++ b/texi/tm-vm-en.texi
@@ -29,7 +29,7 @@
 @titlepage
 @title tm-vm Manual (English Version)
 @author by Oscar Figueiredo
-@code{$Id$}
+@code{$Id: tm-vm-en.texi,v 1.2 1998-06-15 05:54:31 steveb Exp $}
 @page
 
 tm-vm is part of the TM Package.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-atype.el
--- a/tl-atype.el
+++ b/tl-atype.el
@@ -4,7 +4,7 @@
 ;; Copyright (C) 1997 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tl-atype.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: atype
 
 ;; This file is part of XEmacs.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-list.el
--- a/tl-list.el
+++ b/tl-list.el
@@ -6,7 +6,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;;         Masanobu UMEDA <[email protected]>
 ;;         Lars Magne Ingebrigtsen <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tl-list.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: list
 
 ;; This file is part of XEmacs.

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-misc.el
--- a/tl-misc.el
+++ b/tl-misc.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$
+;;	$Id: tl-misc.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: load-path, module, structure
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-num.el
--- a/tl-num.el
+++ b/tl-num.el
@@ -1,5 +1,5 @@
 ;;;
-;;; $Id$
+;;; $Id: tl-num.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;;
 ;;; by MORIOKA Tomohiko <[email protected]>, 1993/10/4
 ;;;

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-seq.el
--- a/tl-seq.el
+++ b/tl-seq.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$
+;;	$Id: tl-seq.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: sequence
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tl-str.el
--- a/tl-str.el
+++ b/tl-str.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tl-str.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: string
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-bbdb.el
--- a/tm-bbdb.el
+++ b/tm-bbdb.el
@@ -6,7 +6,7 @@
 ;; Author: Shuhei KOBAYASHI <[email protected]>
 ;;         Artur Pioro <[email protected]>
 ;; Maintainer: Shuhei KOBAYASHI <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-bbdb.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, BBDB
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-def.el
--- a/tm-def.el
+++ b/tm-def.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-def.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, definition
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-edit-mc.el
--- a/tm-edit-mc.el
+++ b/tm-edit-mc.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-edit-mc.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, security, PGP
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-edit.el
--- a/tm-edit.el
+++ b/tm-edit.el
@@ -6,7 +6,7 @@
 ;;         MORIOKA Tomohiko <[email protected]>
 ;; Maintainer: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1994/08/21 renamed from mime.el
-;; Version: $Revision$
+;; Version: $Revision: 1.8 $
 ;; Keywords: mail, news, MIME, multimedia, multilingual
 
 ;; This file is part of tm (Tools for MIME).
@@ -120,7 +120,7 @@
 ;;;
 
 (defconst mime-editor/RCS-ID
-  "$Id$")
+  "$Id: tm-edit.el,v 1.8 2001-07-30 22:49:19 youngs Exp $")
 
 (defconst mime-editor/version (get-version-string mime-editor/RCS-ID))
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-ew-d.el
--- a/tm-ew-d.el
+++ b/tm-ew-d.el
@@ -9,7 +9,7 @@
 ;; Original: 1992/07/20 ENAMI Tsugutomo's `mime.el'.
 ;;	Renamed: 1993/06/03 to tiny-mime.el.
 ;;	Renamed: 1995/10/03 from tiny-mime.el. (split off encoder)
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of tm (Tools for MIME).
@@ -42,7 +42,7 @@
 ;;;
 
 (defconst tm-ew-d/RCS-ID
-  "$Id$")
+  "$Id: tm-ew-d.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $")
 (defconst mime/eword-decoder-version (get-version-string tm-ew-d/RCS-ID))
 
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-ew-e.el
--- a/tm-ew-e.el
+++ b/tm-ew-e.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
 
 ;; This file is part of tm (Tools for MIME).
@@ -35,7 +35,7 @@
 ;;;
 
 (defconst tm-ew-e/RCS-ID
-  "$Id$")
+  "$Id: tm-ew-e.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $")
 (defconst mime-eword/encoder-version (get-version-string tm-ew-e/RCS-ID))
 
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-file.el
--- a/tm-file.el
+++ b/tm-file.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; modified by Shuhei KOBAYASHI <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-file.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, file, extract
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-ftp.el
--- a/tm-ftp.el
+++ b/tm-ftp.el
@@ -5,7 +5,7 @@
 ;; Author: MASUTANI Yasuhiro <[email protected]>
 ;;         MORIOKA Tomohiko <[email protected]>
 ;; Created: 1994/11/5
-;; Version: $Id$
+;; Version: $Id: tm-ftp.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: anonymous ftp, MIME, multimedia, mail, news
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-html.el
--- a/tm-html.el
+++ b/tm-html.el
@@ -8,7 +8,7 @@
 ;;; Created: 1995/9/14
 ;;;    based on tm-latex.el by OKABE Yasuo <[email protected]>
 ;;; Version:
-;;;	$Id$
+;;;	$Id: tm-html.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;; Keywords: mail, news, MIME, multimedia, HTML, WWW
 ;;;
 ;;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-image.el
--- a/tm-image.el
+++ b/tm-image.el
@@ -7,7 +7,7 @@
 ;;         Dan Rich <[email protected]>
 ;; Maintainer: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/12/15
-;; Version: $Id$
+;; Version: $Id: tm-image.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 
 ;; Keywords: image, picture, X-Face, MIME, multimedia, mail, news
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-latex.el
--- a/tm-latex.el
+++ b/tm-latex.el
@@ -5,7 +5,7 @@
 ;;;
 ;;; modified by MORIOKA Tomohiko <[email protected]>
 ;;;
-;;; $Id$
+;;; $Id: tm-latex.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;;
 
 (require 'tm-view)

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-mail.el
--- a/tm-mail.el
+++ b/tm-mail.el
@@ -7,7 +7,7 @@
 ;;         and Neal Becker <[email protected]>
 ;; Maintainer: KOBAYASHI Shuhei <[email protected]>
 ;; Created: 1995/11/27
-;; Version: $Id$
+;; Version: $Id: tm-mail.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, MIME, multimedia
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-mh-e.el
--- a/tm-mh-e.el
+++ b/tm-mh-e.el
@@ -6,7 +6,7 @@
 ;;         OKABE Yasuo <[email protected]>
 ;; Maintainer: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1993/11/21 (obsolete mh-e-mime.el)
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
 ;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual
 
 ;; This file is part of tm (Tools for MIME).
@@ -48,7 +48,7 @@
 ;;;
 
 (defconst tm-mh-e/RCS-ID
-  "$Id$")
+  "$Id: tm-mh-e.el,v 1.2 1998-09-08 14:13:03 steveb Exp $")
 
 (defconst tm-mh-e/version (get-version-string tm-mh-e/RCS-ID))
 

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-parse.el
--- a/tm-parse.el
+++ b/tm-parse.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-parse.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-partial.el
--- a/tm-partial.el
+++ b/tm-partial.el
@@ -5,7 +5,7 @@
 ;; Author: OKABE Yasuo @ Kyoto University
 ;;         MORIOKA Tomohiko <[email protected]>
 ;; Version:
-;;	$Id$ 
+;;	$Id: tm-partial.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $ 
 ;; Keywords: mail, news, MIME, multimedia, message/partial
 
 ;; This file is a part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-pgp.el
--- a/tm-pgp.el
+++ b/tm-pgp.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/12/7
-;; Version: $Id$
+;; Version: $Id: tm-pgp.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, PGP, security
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-play.el
--- a/tm-play.el
+++ b/tm-play.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/9/26 (separated from tm-view.el)
-;; Version: $Id$
+;; Version: $Id: tm-play.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-rmail.el
--- a/tm-rmail.el
+++ b/tm-rmail.el
@@ -5,7 +5,7 @@
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; modified by KOBAYASHI Shuhei <[email protected]>
 ;; Created: 1994/8/30
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
 ;; Keywords: mail, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is not part of tm (Tools for MIME).
@@ -40,7 +40,7 @@
 ;;;
 
 (defconst tm-rmail/RCS-ID
-  "$Id$")
+  "$Id: tm-rmail.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $")
 (defconst tm-rmail/version (get-version-string tm-rmail/RCS-ID))
 
 (defvar tm-rmail/decode-all nil)

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-setup.el
--- a/tm-setup.el
+++ b/tm-setup.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tm-setup.el,v 1.4 2000-12-01 21:50:56 youngs Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-tar.el
--- a/tm-tar.el
+++ b/tm-tar.el
@@ -1,5 +1,5 @@
 ;;;
-;;; $Id$
+;;; $Id: tm-tar.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;;
 ;;; tm-tar.el
 ;;;

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-text.el
--- a/tm-text.el
+++ b/tm-text.el
@@ -8,7 +8,7 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <[email protected]>
 ;;; Version:
-;;;	$Id$
+;;;	$Id: tm-text.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;;; Keywords: mail, news, MIME, multimedia, text
 ;;;
 ;;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-view.el
--- a/tm-view.el
+++ b/tm-view.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1994/7/13 (1994/8/31 obsolete tm-body.el)
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
 ;; Keywords: mail, news, MIME, multimedia
 
 ;; This file is part of tm (Tools for MIME).
@@ -42,7 +42,7 @@
 ;;;
 
 (defconst mime-viewer/RCS-ID
-  "$Id$")
+  "$Id: tm-view.el,v 1.2 1998-05-16 11:29:42 steveb Exp $")
 
 (defconst mime-viewer/version (get-version-string mime-viewer/RCS-ID))
 (defconst mime/viewer-version mime-viewer/version)

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tm-vm.el
--- a/tm-vm.el
+++ b/tm-vm.el
@@ -9,7 +9,7 @@
 ;;         Oscar Figueiredo <[email protected]>
 ;; Maintainer: Oscar Figueiredo <[email protected]>
 ;; Created: 1994/10/29
-;; Version: $Revision$
+;; Version: $Revision: 1.3 $
 ;; Keywords: mail, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of tm (Tools for MIME).
@@ -104,7 +104,7 @@
 ;;; @@ System/Information variables
 
 (defconst tm-vm/RCS-ID
-  "$Id$")
+  "$Id: tm-vm.el,v 1.3 2008-04-24 20:33:12 stephent Exp $")
 (defconst tm-vm/version (get-version-string tm-vm/RCS-ID))
 
 ; Ensure vm-menu-mail-menu gets properly defined *before* tm-vm/vm-emulation-map

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tmh-comp.el
--- a/tmh-comp.el
+++ b/tmh-comp.el
@@ -6,7 +6,7 @@
 ;;         OKABE Yasuo <[email protected]>
 ;; Maintainer: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1996/2/29 (separated from tm-mh-e.el)
-;; Version: $Id$
+;; Version: $Id: tmh-comp.el,v 1.1.1.1 1998-01-14 06:27:58 steve Exp $
 ;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual
 
 ;; This file is part of tm (Tools for MIME).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tu-comment.el
--- a/tu-comment.el
+++ b/tu-comment.el
@@ -4,7 +4,7 @@
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
 ;; Created: 1995/10/27
-;; Version: $Id$
+;; Version: $Id: tu-comment.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: comment, Lisp
 
 ;; This file is part of tl (Tiny Library).

diff -r 497e37ee09551c8615a6b7f06cb91025815d10c3 -r 638a6ee636e5979388126bb24c16179904f52843 tu-replace.el
--- a/tu-replace.el
+++ b/tu-replace.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996 MORIOKA Tomohiko
 
 ;; Author: MORIOKA Tomohiko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: tu-replace.el,v 1.1.1.1 1998-01-14 06:27:57 steve Exp $
 ;; Keywords: replace
 
 ;; This file is part of tl (Tiny Library).

Repository URL: https://bitbucket.org/xemacs/tm/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.