+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.
(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."
(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)