Fix the last change.
authorbg66 <bg66>
Wed, 24 Jan 2007 08:03:41 +0000 (08:03 +0000)
committerbg66 <bg66>
Wed, 24 Jan 2007 08:03:41 +0000 (08:03 +0000)
ChangeLog
mixi.el

index fea686f..280ea61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,9 @@
        (mixi-diary-set-time): Follow the change above.
        (mixi-diary-set-title): Ditto.
        (mixi-diary-set-content): Ditto.
+       (mixi-get-diaries): Ditto.
+       (mixi-get-new-diaries): Ditto.
+       (mixi-search-diaries): Ditto.
        (mixi-make-topic): Add comment-count argument.
        (mixi-topic-url-regexp): Follow the change above.
        (mixi-make-topic-from-url): Ditto.
diff --git a/mixi.el b/mixi.el
index 719ce50..2e10f59 100644 (file)
--- a/mixi.el
+++ b/mixi.el
@@ -1264,7 +1264,7 @@ Increase this value when unexpected error frequently occurs."
                  (when (> month-of-item month)
                    (decf year))
                  (setq month month-of-item)
-                 (mixi-make-diary friend (nth 5 item)
+                 (mixi-make-diary friend (nth 5 item) nil
                                   (encode-time
                                    0 (string-to-number (nth 3 item))
                                    (string-to-number (nth 2 item))
@@ -1288,6 +1288,7 @@ Increase this value when unexpected error frequently occurs."
     (mapcar (lambda (item)
              (mixi-make-diary (mixi-make-friend (nth 6 item) (nth 8 item))
                               (nth 5 item)
+                              nil
                               (encode-time
                                0 (string-to-number (nth 4 item))
                                (string-to-number (nth 3 item))
@@ -1336,6 +1337,7 @@ Increase this value when unexpected error frequently occurs."
                  (setq month month-of-item)
                  (mixi-make-diary (mixi-make-friend (nth 8 item) (nth 0 item))
                                   (nth 7 item)
+                                  nil
                                   (encode-time
                                    0 (string-to-number (nth 6 item))
                                    (string-to-number (nth 5 item))