From: bg66 Date: Mon, 19 Feb 2007 06:24:11 +0000 (+0000) Subject: * mixi.el (mixi-log-list-regexp): Follow the change of mixi. X-Git-Tag: mixi-el-1_0_0~68 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fccb7572577a0ca72481f44374c72c4a4b72bbbf;p=elisp%2Fmixi.git * mixi.el (mixi-log-list-regexp): Follow the change of mixi. --- diff --git a/ChangeLog b/ChangeLog index a41eb53..60fe9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-19 OHASHI Akira + * mixi.el (mixi-log-list-regexp): Follow the change of mixi. + +2007-02-19 OHASHI Akira + * mixi.el (mixi-news-finished-regexp): New regexp. (mixi-realize-news): Use it. diff --git a/mixi.el b/mixi.el index f63bcec..a173947 100644 --- a/mixi.el +++ b/mixi.el @@ -1108,7 +1108,7 @@ Increase this value when unexpected error frequently occurs." `(concat "/show_log.pl")) (defconst mixi-log-list-regexp - "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) \\(.*\\)") + "\\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\) \\(.*\\)") ;;;###autoload (defun mixi-get-logs (&optional range)