From: bg66 Date: Fri, 11 Apr 2008 21:53:59 +0000 (+0000) Subject: (mixi-login-form): Follow the change of mixi. X-Git-Tag: mixi-el-1_4_1~1 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=commitdiff_plain;h=28606e88442cd9de4a78b0f0e1b2486745abc32f (mixi-login-form): Follow the change of mixi. --- diff --git a/ChangeLog b/ChangeLog index 0ab856c..a145576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-12 OHASHI Akira + + * mixi.el (mixi-login-form): Follow the change of mixi. + 2008-03-31 OHASHI Akira * mixi.el (mixi-news-content-regexp): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index b48c07a..1ed860b 100644 --- a/mixi.el +++ b/mixi.el @@ -139,7 +139,7 @@ (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 "
") +(defconst mixi-login-form "") (defmacro with-mixi-retrieve (url &rest body) `(with-current-buffer (get-buffer-create mixi-temp-buffer-name)