From: bg66 Date: Thu, 5 Apr 2007 13:25:45 +0000 (+0000) Subject: (mixi-friend-list-id-regexp): Follow the change of mixi. X-Git-Tag: mixi-el-1_0_0~38 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d37088b102a3c0ad0487925ca437a2732a5a415d;p=elisp%2Fmixi.git (mixi-friend-list-id-regexp): Follow the change of mixi. (mixi-friend-list-nick-regexp): Ditto. (mixi-community-category-regexp): Ditto. (mixi-community-members-regexp): Ditto. (mixi-community-open-level-regexp): Ditto. (mixi-community-authority-regexp): Ditto. (mixi-community-list-id-regexp): Ditto. (mixi-community-list-name-regexp): Ditto. --- diff --git a/ChangeLog b/ChangeLog index fb706bd..7c0cace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-04-05 OHASHI Akira + + * mixi.el (mixi-friend-list-id-regexp): Follow the change of mixi. + (mixi-friend-list-nick-regexp): Ditto. + (mixi-community-category-regexp): Ditto. + (mixi-community-members-regexp): Ditto. + (mixi-community-open-level-regexp): Ditto. + (mixi-community-authority-regexp): Ditto. + (mixi-community-list-id-regexp): Ditto. + (mixi-community-list-name-regexp): Ditto. + 2007-03-26 OHASHI Akira * Makefile.am (compile-individually): New target. diff --git a/mixi.el b/mixi.el index dd9ec9d..6799c43 100644 --- a/mixi.el +++ b/mixi.el @@ -1037,9 +1037,9 @@ Increase this value when unexpected error frequently occurs." (when ,friend (concat "&id=" (mixi-friend-id ,friend))))) (defconst mixi-friend-list-id-regexp - "\\(.+\\)¤µ¤ó([0-9]+)
") + "\\(.+\\)¤µ¤ó([0-9]+)") ;;;###autoload (defun mixi-get-friends (&rest friend-or-range) @@ -1452,16 +1452,26 @@ Increase this value when unexpected error frequently occurs."
\\(.*\\)") (defconst mixi-community-category-regexp "¥«¥Æ¥´¥ê -\\([^<]+\\)") + +\\(.+\\) +") (defconst mixi-community-members-regexp "¥á¥ó¥Ð¡¼¿ô -\\([0-9]+\\)¿Í") + +\\([0-9]+\\)¿Í +") (defconst mixi-community-open-level-regexp "»²²Ã¾ò·ï¤È
¸ø³«¥ì¥Ù¥ë
-\\(.+\\)") + +\\(.+\\) +") (defconst mixi-community-authority-regexp "¥È¥Ô¥Ã¥¯ºîÀ®¤Î¸¢¸Â -\\(.+\\)") + +\\(.+\\) + + +") (defconst mixi-community-description-regexp "\\(.+\\)") @@ -1627,9 +1637,9 @@ Increase this value when unexpected error frequently occurs." (when ,friend (concat "&id=" (mixi-friend-id ,friend))))) (defconst mixi-community-list-id-regexp - "\\(.+\\)([0-9]+)") + "\\(.+\\)([0-9]+)") ;;;###autoload (defun mixi-get-communities (&rest friend-or-range)