Sync up with flim-1_10_5. chao-1_11 chao-1_11-199811302358 chao-1_11-last-snapshot- flim-chao-1_11_5
authormorioka <morioka>
Wed, 14 Oct 1998 02:23:06 +0000 (02:23 +0000)
committermorioka <morioka>
Wed, 14 Oct 1998 02:23:06 +0000 (02:23 +0000)
ChangeLog
FLIM-VERSION
Makefile
mel.el
mime-def.el

index 592e922..35ea894 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+       * mel.el: Must require poem.
+
 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
 
        * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
@@ -21,7 +25,6 @@
        * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
        with MULE.
 
-\f
 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
 
        * mel-ccl.el (base64-ccl-write-decoded-region): bind
index a44cbf1..d1f045e 100644 (file)
@@ -27,7 +27,7 @@
 1.10.2 Kintetsu-Miyazu         \e$(B6aE45\DE\e(B
 1.10.3 Komada                  \e$(B9}ED\e(B
 1.10.4 Shin-H\e-Dòsono\e-A               \e$(B?7=K1`\e(B           ; <=> JR \e$(BJRD.@~\e(B \e$(B=K1`\e(B
------  Kizugawadai             \e$(BLZDE@nBf\e(B
+1.10.5 Kizugawadai             \e$(BLZDE@nBf\e(B
 -----  Yamadagawa              \e$(B;3ED@n\e(B
 -----  Takanohara              \e$(B9b$N86\e(B
 -----  Heij\e-Dò\e-A                     \e$(BJ?>k\e(B
@@ -65,3 +65,4 @@
 1.11.2 Kita\e-Dòji\e-A                   \e$(BKLBgO)\e(B
 1.11.3 Kitayama                \e$(BKL;3\e(B
 1.11.4 Matugasaki              \e$(B>>%v:j\e(B
+1.11.5 Kokusaikaikan           \e$(B9q:]2q4[\e(B
index 5315d48..2c20beb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 #
 
 PACKAGE = flim-chao
-VERSION = 1.11.4
+VERSION = 1.11.5
 
 TAR    = tar
 RM     = /bin/rm -f
diff --git a/mel.el b/mel.el
index bd4ea11..51d611c 100644 (file)
--- a/mel.el
+++ b/mel.el
@@ -26,6 +26,7 @@
 ;;; Code:
 
 (require 'mime-def)
+(require 'poem)
 
 (defcustom mime-encoding-list
   '("7bit" "8bit" "binary" "base64" "quoted-printable")
index abb60f1..59e7b4a 100644 (file)
@@ -24,7 +24,7 @@
 
 ;;; Code:
 
-(defconst mime-library-product ["Chao" (1 11 4) "Matugasaki"]
+(defconst mime-library-product ["Chao" (1 11 5) "Kokusaikaikan"]
   "Product name, version number and code name of MIME-library package.")
 
 (defmacro mime-product-name (product)