From 64975e03574708f8316895d64a695215a6249224 Mon Sep 17 00:00:00 2001 From: bg66 Date: Sun, 5 Jul 2009 03:05:48 +0000 Subject: [PATCH] (mixi-echo-owner-nick-regexp): Follow the change of mixi. (mixi-echo-content-regexp): Ditto. --- ChangeLog | 5 +++++ mixi.el | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 77a1d14..b29f8c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-05 OHASHI Akira + + * mixi.el (mixi-echo-owner-nick-regexp): Follow the change of mixi. + (mixi-echo-content-regexp): Ditto. + 2009-03-18 OHASHI Akira * mixi.el (mixi-post-echo): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index 171c070..2235f63 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.205 $") +(defconst mixi-revision "$Revision: 1.206 $") (defgroup mixi nil "API library for accessing to mixi." @@ -3154,9 +3154,9 @@ Increase this value when unexpected error frequently occurs." "&post_time=" (mixi-echo-post-time ,echo))) (defconst mixi-echo-owner-nick-regexp - "
\\(.*\\)
") + "
\\(.*\\)
") (defconst mixi-echo-content-regexp - "
\\(.+\\)
") + "
\\(.+\\)
") (defun mixi-realize-echo (echo) "Realize an ECHO." -- 1.7.10.4