From: bg66 Date: Sun, 12 Jul 2009 23:07:00 +0000 (+0000) Subject: (mixi-message-content-regexp): Follow the change of mixi. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fmixi.git;a=commitdiff_plain;h=f28d1bce48fac178754030c2a7cf884cb0e0b05f (mixi-message-content-regexp): Follow the change of mixi. --- diff --git a/ChangeLog b/ChangeLog index b29f8c6..33b1a91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-13 KAMO Tomoyuki + + * mixi.el (mixi-message-content-regexp): Follow the change of mixi. + 2009-07-05 OHASHI Akira * mixi.el (mixi-echo-owner-nick-regexp): Follow the change of mixi. diff --git a/mixi.el b/mixi.el index 2235f63..1eba2b7 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.206 $") +(defconst mixi-revision "$Revision: 1.207 $") (defgroup mixi nil "API library for accessing to mixi." @@ -2612,7 +2612,7 @@ Increase this value when unexpected error frequently occurs." "
º¹½Ð¿Í
\\(\\(.*\\)\\|mixi
\\)") (defconst mixi-message-content-regexp - "
\\(\\(.\\|\r?\n\\)*?\\)
") +"
\\(\\(.\\|\r?\n\\)*?\\)
") (defun mixi-realize-message (message) "Realize a MESSAGE."