From defb7294cbd645745c1b5bc6ded3f6623df38d43 Mon Sep 17 00:00:00 2001 From: bg66 Date: Wed, 30 Jan 2008 04:11:02 +0000 Subject: [PATCH] (mixi-event-comment-list-regexp): Follow the change of mixi. --- ChangeLog | 4 ++++ mixi.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 580dbc6..13eb142 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-30 KAMO Tomoyuki + + * mixi.el (mixi-event-comment-list-regexp): Follow the change of mixi. + 2008-01-18 OHASHI Akira * mixi-el: Version 1.2.1 released. diff --git a/mixi.el b/mixi.el index 99e09e6..9dfc1a1 100644 --- a/mixi.el +++ b/mixi.el @@ -138,7 +138,7 @@ (autoload 'w3m-retrieve "w3m") (autoload 'url-retrieve-synchronously "url")) -(defconst mixi-revision "$Revision: 1.181 $") +(defconst mixi-revision "$Revision: 1.182 $") (defgroup mixi nil "API library for accessing to mixi." @@ -2354,7 +2354,7 @@ Increase this value when unexpected error frequently occurs." ;; FIXME: Split regexp to time, owner(id and nick) and contents. (defconst mixi-event-comment-list-regexp - "
\\(\\|\\) + "
\\(\\|\\) \\([0-9]+\\)ǯ\\([0-9]+\\)·î\\([0-9]+\\)Æü \\([0-9]+\\):\\([0-9]+\\)
-- 1.7.10.4