(mixi-post-succeed-regexp): Follow the change of mixi.
authorbg66 <bg66>
Mon, 7 Jul 2008 11:04:50 +0000 (11:04 +0000)
committerbg66 <bg66>
Mon, 7 Jul 2008 11:04:50 +0000 (11:04 +0000)
ChangeLog
mixi.el

index e78c880..3ef6eb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-07-07  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-post-succeed-regexp): Follow the change of mixi.
+
 2008-06-07  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-search-diary-list-regexp): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index e273b5f..122e7e7 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.187 $")
+(defconst mixi-revision "$Revision: 1.188 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -1410,7 +1410,7 @@ Increase this value when unexpected error frequently occurs."
 (defconst mixi-post-key-regexp
   "<input type=\"?hidden\"? name=\"?post_key\"? +value=\"\\([a-z0-9]+\\)\"")
 (defconst mixi-post-succeed-regexp
-  "<p\\(\\| class=\"messageAlert\"\\)>\\(ºîÀ®\\|½ñ¤­¹þ¤ß\\)¤¬´°Î»¤·¤Þ¤·¤¿¡£È¿±Ç¤Ë»þ´Ö¤¬¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¤Î¤Ç¡¢É½¼¨¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¾¯¡¹¤ªÂÔ¤Á¤¯¤À¤µ¤¤¡£</p>")
+  "<p\\(\\| class=\"messageAlert\"\\)>\\(ºîÀ®\\|½ñ¤­¹þ¤ß\\)¤¬´°Î»¤·¤Þ¤·¤¿¡£È¿±Ç¤Ë»þ´Ö¤¬¤«¤«¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹¡£</p>")
 
 ;; FIXME: Support photos.
 ;;;###autoload