tm 7.41.2.
authormorioka <morioka>
Mon, 9 Mar 1998 15:15:01 +0000 (15:15 +0000)
committermorioka <morioka>
Mon, 9 Mar 1998 15:15:01 +0000 (15:15 +0000)
ChangeLog
Makefile
emu-18.el
emu-nemacs.el

index aaf7d3e..2bb0a56 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Thu Jan 25 02:13:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * tl: Version 7.10 was released.
+
+       * emu-orig.el (*internal*, *ctext*): new constant
+
+       * emu-orig.el (code-convert-string): new function
+
+       * emu-orig.el (code-convert-region): new function
+
+       * emu-nemacs.el (*ctext*): new constant
+
+       * emu-18.el: Comment was fixed.
+
+       * emu-18.el (byte-code-function-p): check whether cons or not
+
+Wed Jan 24 07:12:37 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
+
+       * mu-cite.el (mu-cite/get-field-value-methoda-list): new variable
+
+       * mu-cite.el (mu-cite/get-field-value): new function
+
+\f
 Sat Jan 20 13:25:43 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: Version 7.09 was released.
@@ -23,6 +46,7 @@ Thu Jan 18 01:55:25 1996  Yoshiyuki Yamagami <yamagami@hb.nmcc.co.jp>
 
        * Makefile: specify `-no-site-file' option (cf. [tm-ja:1474])
 
+\f
 Wed Jan 17 08:23:41 1996  Morioka Tomohiko  <morioka@jaist.ac.jp>
 
        * tl: version 7.08 was released.
index 6a195c2..853f0f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ TLDIR19 = $(HOME)/lib/emacs19/lisp
 FILES  = tl/README.eng tl/Makefile tl/mk-tl tl/*.el tl/doc/*.texi \
                tl/ChangeLog
 
-TARFILE = tl-7.09.tar
+TARFILE = tl-7.10.tar
 
 
 elc:
index c42bca5..468fecd 100644 (file)
--- a/emu-18.el
+++ b/emu-18.el
@@ -2,11 +2,11 @@
 ;;; emu-18.el --- Emacs 19.* emulation module for Emacs 18.*
 ;;;
 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
-;;; Copyright (C) 1994,1995 MORIOKA Tomohiko
+;;; Copyright (C) 1994 .. 1996 MORIOKA Tomohiko
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: emu-18.el,v 7.3 1995/12/07 06:02:59 morioka Exp morioka $
+;;;    $Id: emu-18.el,v 7.5 1996/01/25 02:09:46 morioka Exp $
 ;;; Keywords: emulation, compatibility
 ;;;
 ;;; This file is part of tl (Tiny Library).
index 77c8fc1..52b7e5b 100644 (file)
@@ -2,16 +2,31 @@
 ;;; emu-nemacs.el --- Mule 2 emulation module for NEmacs
 ;;;
 ;;; Copyright (C) 1995 Free Software Foundation, Inc.
-;;; Copyright (C) 1994,1995 MORIOKA Tomohiko
+;;; Copyright (C) 1994 .. 1996 MORIOKA Tomohiko
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; modified by KOBAYASHI Shuhei <shuhei@cmpt01.phys.tohoku.ac.jp>
 ;;; Version:
-;;;    $Id: emu-nemacs.el,v 7.3 1995/12/06 08:02:32 morioka Exp $
+;;;    $Id: emu-nemacs.el,v 7.4 1996/01/25 02:11:31 morioka Exp $
 ;;; Keywords: emulation, compatibility, NEmacs, Mule
 ;;;
-;;; This file is part of tl and tm (Tools for MIME).
+;;; This file is part of tl (Tiny Library).
 ;;;
+;;; This program is free software; you can redistribute it and/or
+;;; modify it under the terms of the GNU General Public License as
+;;; published by the Free Software Foundation; either version 2, or
+;;; (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;;; General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with This program.  If not, write to the Free Software
+;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;
+;;; Code:
 
 (require 'emu-18)
 
@@ -42,6 +57,7 @@
 ;;;
 
 (defconst *junet* 2)
+(defconst *ctext* 2)
 (defconst *internal* 3)
 (defconst *euc-japan* 3)
 
@@ -189,3 +205,5 @@ else returns nil. [emu-nemacs.el; Mule emulating function]"
 ;;;
 
 (provide 'emu-nemacs)
+
+;;; emu-nemacs.el ends here