From: bg66 Date: Tue, 9 Jan 2007 10:36:24 +0000 (+0000) Subject: * mixi.el (mixi-topic-content-regexp): Follow the change of mixi. X-Git-Tag: mixi-el-1_0_0~118 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=055d444a296d892ae7cef6d38a561437f912b12b;p=elisp%2Fmixi.git * mixi.el (mixi-topic-content-regexp): Follow the change of mixi. --- diff --git a/ChangeLog b/ChangeLog index ca5d44b..5ee0910 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-01-09 OHASHI Akira + * mixi.el (mixi-topic-content-regexp): Follow the change of mixi. + +2007-01-09 OHASHI Akira + * mixi-wl.el: New file. 2007-01-09 OHASHI Akira diff --git a/mixi.el b/mixi.el index cb85069..988d3bc 100644 --- a/mixi.el +++ b/mixi.el @@ -1592,7 +1592,7 @@ Increase this value when unexpected error frequently occurs." (defconst mixi-topic-owner-regexp "  \\(.*?\\)\\(¤µ¤ó\\)?") (defconst mixi-topic-content-regexp - "
\\(\n\\)*
\\(.+\\)
") + "
\\(\n\\)*
\\(.+\\)
") (defun mixi-realize-topic (topic) "Realize a TOPIC."