From 1bfbe5b1f8bdce911f71d9b4ecc898fc2eb3465e Mon Sep 17 00:00:00 2001 From: bg66 Date: Tue, 28 Nov 2006 13:39:11 +0000 Subject: [PATCH] * sb-mixi.el: Add comment that introduces the mixi.el community in mixi. (shimbun-mixi-x-face-alist): New variable. --- ChangeLog | 4 ++++ mixi.el | 5 +++++ sb-mixi.el | 8 ++++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2258e1..cdbeaf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-11-28 OHASHI Akira + * sb-mixi.el (shimbun-mixi-x-face-alist): New variable. + +2006-11-28 OHASHI Akira + * 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 --- a/mixi.el +++ b/mixi.el @@ -103,6 +103,11 @@ ;; (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 . + ;;; Code: (eval-when-compile (require 'cl)) diff --git a/sb-mixi.el b/sb-mixi.el index 856a38e..15b08aa 100644 --- a/sb-mixi.el +++ b/sb-mixi.el @@ -24,6 +24,9 @@ ;;; Commentary: +;; If you have bug reports and/or suggestions for improvement, please +;; send them via . + ;;; 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)) -- 1.7.10.4