(mixi-echo-owner-nick-regexp): Follow the change of mixi.
authorbg66 <bg66>
Sun, 5 Jul 2009 03:05:48 +0000 (03:05 +0000)
committerbg66 <bg66>
Sun, 5 Jul 2009 03:05:48 +0000 (03:05 +0000)
(mixi-echo-content-regexp): Ditto.

ChangeLog
mixi.el

index 77a1d14..b29f8c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-05  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-echo-owner-nick-regexp): Follow the change of mixi.
+       (mixi-echo-content-regexp): Ditto.
+
 2009-03-18  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-post-echo): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index 171c070..2235f63 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.205 $")
+(defconst mixi-revision "$Revision: 1.206 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -3154,9 +3154,9 @@ Increase this value when unexpected error frequently occurs."
           "&post_time=" (mixi-echo-post-time ,echo)))
 
 (defconst mixi-echo-owner-nick-regexp
-  "<div id=\"echo_nickname_[0-9]+\"  style=\"display: none;\">\\(.*\\)</div>")
+  "<div class=\"echo_nickname\" id=\"echo_nickname_[0-9]+\"  style=\"display: none;\">\\(.*\\)</div>")
 (defconst mixi-echo-content-regexp
-  "<div id=\"echo_body_[0-9]+\"      style=\"display: none;\">\\(.+\\)</div>")
+  "<div class=\"echo_body\" id=\"echo_body_[0-9]+\"      style=\"display: none;\">\\(.+\\)</div>")
 
 (defun mixi-realize-echo (echo)
   "Realize an ECHO."