* mixi-utils.el: New file.
[elisp/mixi.git] / ChangeLog
index 4806563..8957192 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,152 @@
+2007-02-22  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi-utils.el: New file.
+       * sb-mixi.el: Use it.
+       * Makefile.am (MODULES_MIXI): Add it.
+
+2007-02-19  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-log-list-regexp): Follow the change of mixi.
+
+2007-02-19  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-news-finished-regexp): New regexp.
+       (mixi-realize-news): Use it.
+
+2007-02-16  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el: Add autoload cookies.
+       * .cvsignore: New file.
+       * AUTHORS: Ditto.
+       * COMPILE: Ditto.
+       * Makefile.am: Ditto.
+       * NEWS: Ditto.
+       * README: Ditto.
+       * acinclude.m4: Ditto.
+       * configure.ac: Ditto.
+
+2007-02-16  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi-gnus.el: Avoid errors and warnings when compiling.
+
+       * mixi-wl.el: Ditto.
+
+2007-02-07  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-url-retrieve): Don't show status to minibuffer.
+
+2007-02-05  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-curl-post-form): New function.
+       (mixi-curl-retrieve): Add the FORM-DATA argument.
+       (mixi-message-title-regexp): Fix regexp.
+       (mixi-message-content-regexp): Ditto.
+
+2007-02-01  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-friend-nick-regexp): Follow the change of mixi.
+       (mixi-friend-name-regexp): Ditto.
+       (mixi-friend-sex-regexp): Ditto.
+       (mixi-friend-address-regexp): Ditto.
+       (mixi-friend-age-regexp): Ditto.
+       (mixi-friend-birthday-regexp): Ditto.
+       (mixi-friend-blood-type-regexp): Ditto.
+       (mixi-friend-birthplace-regexp): Ditto.
+       (mixi-friend-hobby-regexp): Ditto.
+       (mixi-friend-job-regexp): Ditto.
+       (mixi-friend-organization-regexp): Ditto.
+       (mixi-friend-profile-regexp): Ditto.
+       (mixi-realize-friend): Follow the change above.
+
+2007-01-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * mixi-wl.el: Use wl-draft-send-hook.
+       (wl-draft-send-mail-with-mixi): Fix arg of wl-draft-write-sendlog.
+
+2007-01-30  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-make-object-from-url): Support friend object.
+       (mixi-friend-url-regexp): Support profile page.
+       (mixi-make-friend-from-url): Follow the change above.
+
+       * sb-mixi.el (shimbun-mixi-group-alist): Add logs group.
+       (shimbun-mixi-make-subject): Support log object.
+       (shimbun-mixi-make-from): Ditto.
+       (shimbun-mixi-make-message-id): Ditto.
+       (shimbun-mixi-make-xref): Support log and friend object.
+       (shimbun-mixi-make-body): Support friend object.
+
+2007-01-24  OHASHI Akira  <bg66@koka-in.org>
+
+       * sb-mixi.el (shimbun-mixi-group-alist): Add `messages.sent' and
+       `mixi-el' groups to default value.
+
+2007-01-24  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-bbs-community): Rename `bbs' from `object'.
+       (mixi-bbs-comment-count): New accessor method.
+       (mixi-bbs-set-comment-count): Ditto.
+       (mixi-new-bbs-list-regexp): Fix regexp.
+       (mixi-get-new-bbses): Return only BBSes having unseen comments.
+       (mixi-new-comment-list-regexp): Fix regexp.
+       (mixi-get-new-comments): Return only diaries having unseen comments.
+
+2007-01-24  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-make-diary): Add comment-count argument.
+       (mixi-diary-url-regexp): Follow the change above.
+       (mixi-make-diary-from-url): Ditto.
+       (mixi-diary-comment-count): New accessor method.
+       (mixi-diary-time): Follow the change above.
+       (mixi-diary-title): Ditto.
+       (mixi-diary-content): Ditto.
+       (mixi-diary-set-comment-count): New accessor method.
+       (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.
+       (mixi-topic-comment-count): New accessor method.
+       (mixi-topic-time): Follow the change above.
+       (mixi-topic-title): Ditto.
+       (mixi-topic-owner): Ditto.
+       (mixi-topic-content): Ditto.
+       (mixi-topic-set-comment-count): New accessor method.
+       (mixi-topic-set-time): Follow the change above.
+       (mixi-topic-set-title): Ditto.
+       (mixi-topic-set-owner): Ditto.
+       (mixi-topic-set-content): Ditto.
+       (mixi-make-event): Add comment-count argument.
+       (mixi-event-url-regexp): Follow the change above.
+       (mixi-make-event-from-url): Ditto.
+       (mixi-event-comment-count): New accessor method.
+       (mixi-event-time): Follow the change above.
+       (mixi-event-title): Ditto.
+       (mixi-event-owner): Ditto.
+       (mixi-event-date): Ditto.
+       (mixi-event-place): Ditto.
+       (mixi-event-detail): Ditto.
+       (mixi-event-limit): Ditto.
+       (mixi-event-members): Ditto.
+       (mixi-event-set-comment-count): New accessor method.
+       (mixi-event-set-time): Follow the change above.
+       (mixi-event-set-title): Ditto.
+       (mixi-event-set-owner): Ditto.
+       (mixi-event-set-date): Ditto.
+       (mixi-event-set-place): Ditto.
+       (mixi-event-set-detail): Ditto.
+       (mixi-event-set-limit): Ditto.
+       (mixi-event-set-members): Ditto.
+
+2007-01-23  OHASHI Akira  <bg66@koka-in.org>
+
+       * mixi.el (mixi-news-title-regexp): Follow the change of mixi.
+       (mixi-news-content-regexp): Ditto.
+
 2007-01-22  OHASHI Akira  <bg66@koka-in.org>
 
        * mixi.el (mixi-news-content-regexp): Follow the change of mixi.