+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.
* 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.
;;; 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).
;;; 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)
;;;
(defconst *junet* 2)
+(defconst *ctext* 2)
(defconst *internal* 3)
(defconst *euc-japan* 3)
;;;
(provide 'emu-nemacs)
+
+;;; emu-nemacs.el ends here