(mixi-login-form): Follow the change of mixi.
authorbg66 <bg66>
Fri, 11 Apr 2008 21:53:59 +0000 (21:53 +0000)
committerbg66 <bg66>
Fri, 11 Apr 2008 21:53:59 +0000 (21:53 +0000)
ChangeLog
mixi.el

index 0ab856c..a145576 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-12  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-login-form): Follow the change of mixi.
+
 2008-03-31  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-news-content-regexp): Follow the change of mixi.
diff --git a/mixi.el b/mixi.el
index b48c07a..1ed860b 100644 (file)
--- a/mixi.el
+++ b/mixi.el
   (autoload 'w3m-retrieve "w3m")
   (autoload 'url-retrieve-synchronously "url"))
 
-(defconst mixi-revision "$Revision: 1.185 $")
+(defconst mixi-revision "$Revision: 1.186 $")
 
 (defgroup mixi nil
   "API library for accessing to mixi."
@@ -439,7 +439,7 @@ Increase this value when unexpected error frequently occurs."
 (defun mixi-logout ()
   (mixi-retrieve "/logout.pl"))
 
-(defconst mixi-login-form "<form action=\"/login.pl\" method=\"post\">")
+(defconst mixi-login-form "<form action=\"/login.pl\" method=\"post\" name=\"login_form\">")
 
 (defmacro with-mixi-retrieve (url &rest body)
   `(with-current-buffer (get-buffer-create mixi-temp-buffer-name)