From xemacs-m  Fri Jun 13 12:13:16 1997
Received: from mikan.jaist.ac.jp (mikan.jaist.ac.jp [150.65.8.6])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA11733
	for <xemacs-beta@xemacs.org>; Fri, 13 Jun 1997 12:13:15 -0500 (CDT)
Received: from mousai.jaist.ac.jp.jaist.ac.jp (MORIOKA Tomohiko <morioka@jaist.ac.jp>) by mikan.jaist.ac.jp (8.7.5); id CAA00848; Sat, 14 Jun 1997 02:13:10 +0900 (JST)
To: xemacs-beta@xemacs.org
Subject: [PATCH] smiley and quail
From: morioka@jaist.ac.jp (=?ISO-2022-JP?B?GyRCPGkyLBsoQiAbJEJDTkknGyhC?= /
 MORIOKA Tomohiko)
Organization: JAIST, Hokuriku / =?ISO-2022-JP?B?GyRCS0xOJkBoQzwySjNYGyhC?=
  =?ISO-2022-JP?B?GyRCNTs9UUJnM1gxIUJnM1gbKEI=?=
X-MUA: gnus-mime 0.22 (for SEMI), SEMI MIME-View 0.91
X-Face: %yc?f+O/cVKlH*K(H2X/6-d''suf|"1{S:Y0}_9$t@0G3:5M2:-Ck^[8+4^iSLeGc[Ey[WP
 PF]2M#Q9C'u~[=7TJP72J`PZdWvP=s-'-/LhFneC->=ILc~H#$lf2%hLL5U8?psIp`<[>d&@$Pm%~(
 A'"CJ.zuX@TXh\Ra4,b7M&`f"hexU-a4,#X\]Bfp'JI+MGUDRA%_$&UnWAem4}1R"4%uivgn;xFZ%"
 NS>)eCuFYNHc/:W^:{7H>bGQS],x5z[Cy~C;7j#:8y9q|"~9~UWjE<Vm_;)o<Q4S5NweLc(cl7-suY
 NF|_O*xodbmQavM
X-Emacs: 20.3 "Moscow" XEmacs Lucid (beta6) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: multipart/mixed;
 boundary="Multipart_Sat_Jun_14_02:13:51_1997-1"
Date: 14 Jun 1997 02:13:52 +0900
Message-ID: <s1czpsue88f.fsf@mousai.jaist.ac.jp>
Lines: 135
X-Mailer: Gnus v5.4.56 with SEMI patch/XEmacs 20.3(beta6) - "Moscow"

--Multipart_Sat_Jun_14_02:13:51_1997-1
Content-Type: text/plain; charset=US-ASCII

  I made a small patch for Moscow.  It modifies following:

- smiley.el:	Modify regexp for horizontal smiley faces

- quail.el:	Modify to avoid error when quail modules for chinese
		or hanja are loaded.


--Multipart_Sat_Jun_14_02:13:51_1997-1
Content-Type: application/octet-stream; type=patch
Content-Disposition: attachment; filename="XEmacs-20.3-b6-quail.diff"
Content-Transfer-Encoding: quoted-printable

diff -ru --exclude=3D*.elc --exclude=3DCVS --exclude=3D*.Z --exclude=3Din=
fo xemacs-20.3-b6/ChangeLog XEmacs/ChangeLog
--- xemacs-20.3-b6/ChangeLog	Thu Jun 12 10:49:31 1997
+++ XEmacs/ChangeLog	Sat Jun 14 01:04:54 1997
@@ -1,3 +1,12 @@
+1997-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* lisp/gnus/smiley.el (smiley-deformed-regexp-alist): Modify
+	regexp for horizontal smiley faces.
+	(smiley-nosey-regexp-alist): Add horizontal smiley faces.
+
+	* lisp/leim/quail.el (quail-get-translation): Don't use
+	`string-to-vector' for XEmacs.
+
 1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
=20
 	* XEmacs 20.3-b6 is released.
diff -ru --exclude=3D*.elc --exclude=3DCVS --exclude=3D*.Z --exclude=3Din=
fo xemacs-20.3-b6/lisp/ChangeLog XEmacs/lisp/ChangeLog
--- xemacs-20.3-b6/lisp/ChangeLog	Thu Jun 12 10:49:48 1997
+++ XEmacs/lisp/ChangeLog	Sat Jun 14 01:00:04 1997
@@ -1,3 +1,14 @@
+1997-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* gnus/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
+	horizontal smiley faces.
+	(smiley-nosey-regexp-alist): Add horizontal smiley faces.
+
+1997-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* leim/quail.el (quail-get-translation): Don't use
+	`string-to-vector' for XEmacs.
+
 1997-06-11  Steven L Baur  <steve@altair.xemacs.org>
=20
 	* prim/help.el (function-called-at-point): Use char-(after|before)
diff -ru --exclude=3D*.elc --exclude=3DCVS --exclude=3D*.Z --exclude=3Din=
fo xemacs-20.3-b6/lisp/gnus/ChangeLog XEmacs/lisp/gnus/ChangeLog
--- xemacs-20.3-b6/lisp/gnus/ChangeLog	Thu Jun 12 04:25:46 1997
+++ XEmacs/lisp/gnus/ChangeLog	Sat Jun 14 00:57:40 1997
@@ -1,3 +1,9 @@
+1997-06-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
+
+	* smiley.el (smiley-deformed-regexp-alist): Modify regexp for
+	horizontal smiley faces.
+	(smiley-nosey-regexp-alist): Add horizontal smiley faces.
+
 1997-06-10  Steven L Baur  <steve@altair.xemacs.org>
=20
 	* nntp.el (nntp-wait-for): Replace following-char with char-after.
diff -ru --exclude=3D*.elc --exclude=3DCVS --exclude=3D*.Z --exclude=3Din=
fo xemacs-20.3-b6/lisp/gnus/smiley.el XEmacs/lisp/gnus/smiley.el
--- xemacs-20.3-b6/lisp/gnus/smiley.el	Thu Jun 12 04:25:50 1997
+++ XEmacs/lisp/gnus/smiley.el	Sat Jun 14 00:56:33 1997
@@ -53,12 +53,12 @@
 ;; two alists below.
=20
 (defcustom smiley-deformed-regexp-alist
-  '(("\\(\\^_?\\^;;;\\)\\W" 1 "Face_ase3.xbm")
-    ("\\(\\^_?\\^;;\\)\\W" 1 "Face_ase2.xbm")
-    ("\\(\\^_?\\^;\\)\\W" 1 "Face_ase.xbm")
-    ("\\(\\^_?\\^\\)\\W" 1 "Face_smile.xbm")
-    ("\\(\\;_;\\)\\W" 1 "Face_weep.xbm")
-    ("\\(\\T_T\\)\\W" 1 "Face_weep.xbm")
+  '(("(?\\(\\^_?\\^;;;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase3.xbm"=
)
+    ("(?\\(\\^_?\\^;;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase2.xbm")
+    ("(?\\(\\^_?\\^;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase.xbm")
+    ("(\\(\\^_?\\^\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_smile.xbm")
+    ("(\\(;_?;\\))" 1 "Face_weep.xbm")
+    ("(\\(T_?T\\))" 1 "Face_weep.xbm")
     ("\\(:-*[<=AB]+\\)\\W" 1 "FaceAngry.xpm")
     ("\\(:-+\\]+\\)\\W" 1 "FaceGoofy.xpm")
     ("\\(:-*D\\)\\W" 1 "FaceGrinning.xpm")
@@ -81,7 +81,13 @@
   :group 'smiley)
=20
 (defcustom smiley-nosey-regexp-alist
-  '(("\\(:-+[<=AB]+\\)\\W" 1 "FaceAngry.xpm")
+  '(("(?\\(\\^_?\\^;;;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase3.xbm"=
)
+    ("(?\\(\\^_?\\^;;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase2.xbm")
+    ("(?\\(\\^_?\\^;\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_ase.xbm")
+    ("(\\(\\^_?\\^\\)\\()\\|\\W\\|[^\000-\177]\\)" 1 "Face_smile.xbm")
+    ("(\\(;_?;\\))" 1 "Face_weep.xbm")
+    ("(\\(T_?T\\))" 1 "Face_weep.xbm")
+    ("\\(:-+[<=AB]+\\)\\W" 1 "FaceAngry.xpm")
     ("\\(:-+\\]+\\)\\W" 1 "FaceGoofy.xpm")
     ("\\(:-+D\\)\\W" 1 "FaceGrinning.xpm")
     ("\\(:-+[}=BB]+\\)\\W" 1 "FaceHappy.xpm")
Only in XEmacs/lisp: leim
Only in XEmacs/lisp: site-init.el
diff -ru --exclude=3D*.elc --exclude=3DCVS --exclude=3D*.Z --exclude=3Din=
fo xemacs-20.3-b6/lisp/tm/tm-ew-e.el XEmacs/lisp/tm/tm-ew-e.el
--- xemacs-20.3-b6/lisp/tm/tm-ew-e.el	Thu Jun 12 04:26:16 1997
+++ XEmacs/lisp/tm/tm-ew-e.el	Fri Jun 13 05:03:29 1997
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
=20
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Revision: 7.58 $
+;; Version: $Revision: 7.59 $
 ;; Keywords: encoded-word, MIME, multilingual, header, mail, news
=20
 ;; This file is part of tm (Tools for MIME).
@@ -35,7 +35,7 @@
 ;;;
=20
 (defconst tm-ew-e/RCS-ID
-  "$Id: tm-ew-e.el,v 7.58 1997/02/11 10:49:13 morioka Exp $")
+  "$Id: tm-ew-e.el,v 7.59 1997/06/12 20:03:29 morioka Exp $")
 (defconst mime-eword/encoder-version (get-version-string tm-ew-e/RCS-ID)=
)
=20
=20

--Multipart_Sat_Jun_14_02:13:51_1997-1
Content-Type: text/plain; charset=US-ASCII


  quail still has problem for chinese or hanja about minibuffer-menu
selection. 

-- 
tomo.

--Multipart_Sat_Jun_14_02:13:51_1997-1--

