(mixi-message-list-regexp): Follow the change of mixi.
authorbg66 <bg66>
Thu, 12 Mar 2009 08:55:02 +0000 (08:55 +0000)
committerbg66 <bg66>
Thu, 12 Mar 2009 08:55:02 +0000 (08:55 +0000)
(mixi-message-owner-regexp): Ditto.

ChangeLog
README
mixi.el

index 06c4d09..d7c2534 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-12  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-message-list-regexp):  Follow the change of mixi.
+       (mixi-message-owner-regexp): Ditto.
+
 2009-01-13  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi-el: Version 2.2.0 released.
diff --git a/README b/README
index e457d35..0b72a7a 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,7 @@ Features
     - Friends
     - Favorites
     - Logs
+    - Self logs
     - Diaries
     - Communities
     - BBSes
@@ -19,6 +20,7 @@ Features
     - Introductions
     - News
     - Releases
+    - Echoes
 
   * You can post the following data to mixi:
 
@@ -26,6 +28,7 @@ Features
     - Topic
     - Comment
     - Message
+    - Echo
 
 Working Environments
 --------------------
diff --git a/mixi.el b/mixi.el
index cf8b1e6..27fd80a 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.203 $")
+(defconst mixi-revision "$Revision: 1.204 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -2610,8 +2610,7 @@ Increase this value when unexpected error frequently occurs."
 <dd>\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\)»þ\\([0-9]+\\)ʬ</dd>")
 (defconst mixi-message-owner-regexp
   "<dt>º¹½Ð¿Í</dt>
-<dd>\\(
-<a href=\"show_friend\\.pl\\?id=\\([0-9]+\\)\">\\(.*\\)</a>\\|mixi</dd>\\)")
+<dd>\\(<a href=\"show_friend\\.pl\\?id=\\([0-9]+\\)\">\\(.*\\)</a>\\|mixi</dd>\\)")
 (defconst mixi-message-content-regexp
   "<div id=\"message_body\" class=\"messageDetailBody\">\\(\\(.\\|\r?\n\\)*?\\)</div>")
 
@@ -2710,7 +2709,7 @@ Increase this value when unexpected error frequently occurs."
           (when ,box (concat "&box=" ,box))))
 
 (defconst mixi-message-list-regexp
-  "<a href=\"view_message\\.pl\\?id=\\(.+\\)&box=\\(.+\\)\">")
+  "<a href=\"view_message\\.pl\\?id=\\(.+\\)&box=\\([^&\"]+\\)")
 
 ;;;###autoload
 (defun mixi-get-messages (&rest box-or-range)