* sb-mixi.el: Add comment that introduces the mixi.el community in mixi.
authorbg66 <bg66>
Tue, 28 Nov 2006 13:39:11 +0000 (13:39 +0000)
committerbg66 <bg66>
Tue, 28 Nov 2006 13:39:11 +0000 (13:39 +0000)
(shimbun-mixi-x-face-alist): New variable.

ChangeLog
mixi.el
sb-mixi.el

index e2258e1..cdbeaf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-11-28  OHASHI Akira  <bg66@koka-in.org>
 
+       * sb-mixi.el (shimbun-mixi-x-face-alist): New variable.
+
+2006-11-28  OHASHI Akira  <bg66@koka-in.org>
+
        * mixi.el (mixi-object-title): Follow the event object.
        (mixi-object-content): Ditto.
        (mixi-bbs-owner): New alias.
diff --git a/mixi.el b/mixi.el
index 81c4b54..24f55af 100644 (file)
--- a/mixi.el
+++ b/mixi.el
 ;;   (setq buffer-read-only t)
 ;;   (goto-char (point-min)))
 
+;; Bug reports:
+;;
+;; If you have bug reports and/or suggestions for improvement, please
+;; send them via <URL:http://mixi.jp/view_community.pl?id=1596390>.
+
 ;;; Code:
 
 (eval-when-compile (require 'cl))
index 856a38e..15b08aa 100644 (file)
@@ -24,6 +24,9 @@
 
 ;;; Commentary:
 
+;; If you have bug reports and/or suggestions for improvement, please
+;; send them via <URL:http://mixi.jp/view_community.pl?id=1596390>.
+
 ;;; Code:
 
 (require 'mixi)
@@ -64,6 +67,11 @@ FUNCTION is the function for getting articles."
   :group 'shimbun
   :type 'boolean)
 
+(defvar shimbun-mixi-x-face-alist
+  '(("default" . "X-Face: CY;j#FoBnpK^37`-IoJvN!J^u;GciiPmMQ@T)~RP1]t8iv?v)/bVI:I\"F!JfWJvhM5{zY!=
+ h.d+'g\I{D>Ocy?Rc4uYUyOZj2%2Kl>,x-!MCSsyi3!L}psrrC1jlF,O?Ui>qf)X;sBz`/}\066X%$
+ siG'|4K!2?==|oB&#E'5GGH\#z[muyQ")))
+
 (luna-define-method shimbun-groups ((shimbun shimbun-mixi))
   (mapcar 'car shimbun-mixi-group-alist))