* mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
authorbg66 <bg66>
Sat, 11 Nov 2006 01:18:48 +0000 (01:18 +0000)
committerbg66 <bg66>
Sat, 11 Nov 2006 01:18:48 +0000 (01:18 +0000)
ChangeLog
mixi.el
sb-mixi.el

index 600296a..b480119 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-11  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-topic-comment-list-page): Use `all' instead of '%d'.
+
 2006-11-10  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-get-new-comments): Return diaries instead of comments.
diff --git a/mixi.el b/mixi.el
index f183b51..a5c27f4 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -1508,7 +1508,7 @@ Increase this value when unexpected error frequently occurs."
 </td></tr></table>")
 
 (defun mixi-topic-comment-list-page (topic)
-  (concat "/view_bbs.pl?page=%d"
+  (concat "/view_bbs.pl?page=all"
          "&id=" (mixi-topic-id topic)
          "&comm_id=" (mixi-community-id (mixi-topic-community topic))))
 
index d6709c8..cf775b1 100644 (file)
@@ -33,7 +33,7 @@
 
 (defcustom shimbun-mixi-group-alist '(("new-diaries" . mixi-get-new-diaries)
                                      ("new-comments" . mixi-get-new-comments)
-;                                    ("new-topics" . mixi-get-new-topics)
+                                     ("new-topics" . mixi-get-new-topics)
                                      ("messages" . mixi-get-messages)
                                      ("my-diaries" . "/home.pl"))
   "*An alist of mixi shimbun group definition.