projects
/
elisp
/
mixi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b87f948
)
(mixi-topic-comment-list-regexp): Fix regexp.
author
bg66
<bg66>
Wed, 25 Jul 2007 06:42:36 +0000
(06:42 +0000)
committer
bg66
<bg66>
Wed, 25 Jul 2007 06:42:36 +0000
(06:42 +0000)
ChangeLog
patch
|
blob
|
history
mixi.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
173ba3b
..
572fab8
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-07-25 OHASHI Akira <bg66@koka-in.org>
+
+ * mixi.el (mixi-topic-comment-list-regexp): Fix regexp.
+
2007-07-24 OHASHI Akira <bg66@koka-in.org>
* mixi.el (with-mixi-retrieve): Follow the change of mixi.
diff --git
a/mixi.el
b/mixi.el
index
afbf116
..
01a4d6a
100644
(file)
--- a/
mixi.el
+++ b/
mixi.el
@@
-2323,8
+2323,7
@@
Increase this value when unexpected error frequently occurs."
<table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"500\">
<tr>
<td class=\"h120\" width=\"500\">
-
-\\(.+\\)
+\\(\\(.\\|\r?\n\\)*?\\)
</td>
</tr>
</table>